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

  /external/chromium_org/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) {
1874 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string); local
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 245 UnicodeString from8b = UnicodeString((const char *)utf8, (int32_t)sizeof(utf8)-1); local
247 if(from8a != from16 || from8b != from16) {
1890 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string); local
    [all...]

Completed in 68 milliseconds