Home | History | Annotate | Download | only in intltest

Lines Matching refs:fromUTF8

1880     UnicodeString from8 = UnicodeString::fromUTF8(StringPiece((const char *)utf8, (int32_t)sizeof(utf8)));
1884 errln("UnicodeString::fromUTF8(StringPiece) did not create the expected string.");
1888 UnicodeString from8b = UnicodeString::fromUTF8(utf8_string);
1890 errln("UnicodeString::fromUTF8(std::string) did not create the expected string.");