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

  /system/core/libutils/
Unicode.cpp 545 char16_t* utf8_to_utf16_no_null_terminator(const uint8_t* u8str, size_t u8len, char16_t* u16str)
549 char16_t* u16cur = u16str;
571 void utf8_to_utf16(const uint8_t* u8str, size_t u8len, char16_t* u16str) {
572 char16_t* end = utf8_to_utf16_no_null_terminator(u8str, u8len, u16str);
String16.cpp 75 char16_t* u16str = (char16_t*)buf->data(); local
77 utf8_to_utf16(u8cur, u8len, u16str);
83 return u16str;
  /external/icu4c/test/intltest/
utxttest.cpp 1209 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 1685 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; local
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 624 char16_t *u16str = (char16_t *)calloc(*u16len+1, sizeof(char16_t)); local
625 if (!u16str) {
632 utf8_to_utf16(u8str, u8len, u16str);
633 mCache[idx] = u16str;
634 return u16str;
    [all...]

Completed in 248 milliseconds