Home
last modified time | relevance | path

Searched defs:u16str (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libutils/
H A DString16.cpp55 char16_t* u16str = (char16_t*)buf->data(); in allocFromUTF8() local
69 char16_t* String16::allocFromUTF16(const char16_t* u16str, size_t u16len) { in allocFromUTF16()
H A DUnicode.cpp437 char16_t* utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str, size_t u16len) { in utf8_to_utf16()
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp855 auto u16str = (char16_t *)calloc(*u16len+1, sizeof(char16_t)); in stringAt() local