HomeSort by relevance Sort by last modified time
    Searched full:from8b (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
ustrtest.cpp 243 UnicodeString from8b = UnicodeString((const char *)utf8, (int32_t)sizeof(utf8)-1); local
245 if(from8a != from16 || from8b != from16) {
1850 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string); local
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 244 UnicodeString from8b = UnicodeString((const char *)utf8, (int32_t)sizeof(utf8)-1); local
246 if(from8a != from16 || from8b != from16) {
1867 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string); local
    [all...]

Completed in 89 milliseconds