Home
last modified time | relevance | path

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

/system/core/libutils/
DUnicode.cpp540 char16_t* utf8_to_utf16_no_null_terminator(const uint8_t* u8str, size_t u8len, char16_t* u16str) in utf8_to_utf16_no_null_terminator()
566 void utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str) { in utf8_to_utf16()
DString16.cpp72 char16_t* u16str = (char16_t*)buf->data(); in allocFromUTF8() local