Home
last modified time | relevance | path

Searched refs:u8cur (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/binder/
DString16.cpp58 const uint8_t* u8cur = (const uint8_t*) u8str; in allocFromUTF8() local
60 const ssize_t u16len = utf8_to_utf16_length(u8cur, u8len); in allocFromUTF8()
67 u8cur = (const uint8_t*) u8str; in allocFromUTF8()
70 utf8_to_utf16(u8cur, u8len, u16str, ((size_t) u16len) + 1); in allocFromUTF8()