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

  /system/core/libutils/
String16.cpp 72 char16_t* u16str = (char16_t*)buf->data(); local
74 utf8_to_utf16(u8cur, u8len, u16str);
80 return u16str;
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 1209 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 1211 const UChar u16str[] = {(UChar)0x31, (UChar)0x32, (UChar)0x44, 0}; local
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 749 char16_t *u16str = (char16_t *)calloc(*u16len+1, sizeof(char16_t)); local
750 if (!u16str) {
757 utf8_to_utf16(u8str, u8len, u16str);
758 mCache[idx] = u16str;
759 return u16str;
    [all...]

Completed in 164 milliseconds