Searched refs:toUTF8String (Results 1 – 11 of 11) sorted by relevance
287 return norm2.isNormalizedUTF8(s.toUTF8String(s8), errorCode); in isNormalizedUTF8()479 s.toUTF8String(s8); in checkNorm()481 exp.toUTF8String(exp8); in checkNorm()
484 UnicodeString(s).toUTF8String(utf8); in TestFCD()1614 UnicodeString(prevValid).toUTF8String(prevUTF8); in checkCompareTwo()1615 UnicodeString(sValid).toUTF8String(sUTF8); in checkCompareTwo()
746 s16.toUTF8String(s8); in assertGreekUpper()911 data.toUTF8String(data_utf8); in TestBufferOverflow()
850 input.toUTF8String(input8); in TestSomeCases()
2988 dstr.toUTF8String(utf8); in TestT11632()2999 dstr.toUTF8String(utf8); in TestT11632()
1926 std::string &result8r = us.toUTF8String(result8); in TestUTF8()
40 s16.toUTF8String(s8); in toUTF8WithOffsets()
311 category->toUTF8String(keyword).data()); in ResolvedOptions()
2314 no_extensions_locale_uni.toUTF8String(no_extensions_locale); in LookupSupportedLocales()
58 in.toUTF8String(*out); in Encode()
1725 StringClass &toUTF8String(StringClass &result) const { in toUTF8String() function