HomeSort by relevance Sort by last modified time
    Searched refs:utf8_to_utf16 (Results 1 - 5 of 5) sorted by null

  /frameworks/base/include/utils/
Unicode.h 164 void utf8_to_utf16(const uint8_t* src, size_t srcLen, char16_t* dst);
  /frameworks/base/libs/utils/tests/
Unicode_test.cpp 99 utf8_to_utf16(str, sizeof(str), output);
  /frameworks/base/libs/utils/
String16.cpp 80 utf8_to_utf16(u8cur, u8len, u16str);
Unicode.cpp 571 void utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str) { function
ResourceTypes.cpp 617 utf8_to_utf16(u8str, u8len, u16str);
    [all...]

Completed in 123 milliseconds