Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DUnicode.cpp519 ssize_t utf8_to_utf16_length(const uint8_t* u8str, size_t u8len) in utf8_to_utf16_length()
545 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()
571 void utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str) { in utf8_to_utf16()
DString16.cpp62 static char16_t* allocFromUTF8(const char* u8str, size_t u8len) in allocFromUTF8()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp588 const uint8_t* u8str = strings+off; in stringAt() local