Searched refs:u8str (Results 1 – 4 of 4) sorted by relevance
/system/core/libutils/binder/ |
D | Unicode.cpp | 410 ssize_t utf8_to_utf16_length(const uint8_t* u8str, size_t u8len, bool overreadIsFatal) in utf8_to_utf16_length() argument 412 if (u8str == nullptr) in utf8_to_utf16_length() 415 const uint8_t* const in_end = u8str + u8len; in utf8_to_utf16_length() 416 const uint8_t* in = u8str; in utf8_to_utf16_length() 459 char16_t* utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str, size_t u16len) { in utf8_to_utf16() argument 462 char16_t* end = utf8_to_utf16_no_null_terminator(u8str, u8len, u16str, u16len - 1); in utf8_to_utf16()
|
D | String16.cpp | 54 char16_t* String16::allocFromUTF8(const char* u8str, size_t u8len) in allocFromUTF8() argument 58 const uint8_t* u8cur = (const uint8_t*) u8str; in allocFromUTF8() 67 u8cur = (const uint8_t*) u8str; in allocFromUTF8()
|
/system/core/libutils/include/utils/ |
D | String16.h | 148 static char16_t* allocFromUTF8(const char* u8str, size_t u8len);
|
/system/core/libutils/binder/include/utils/ |
D | String16.h | 148 static char16_t* allocFromUTF8(const char* u8str, size_t u8len);
|