Home | History | Annotate | Download | only in intltest

Lines Matching full:from8b

248         UnicodeString from8b = UnicodeString((const char *)utf8, (int32_t)sizeof(utf8)-1);
250 if(from8a != from16 || from8b != from16) {
1890 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string);
1891 if(from8b != expected) {