Searched refs:NormalizeUTF8 (Results 1 – 1 of 1) sorted by relevance
265 class NormalizeUTF8 : public Operation { class267 NormalizeUTF8(const Normalizer2 &n2, const UnicodeString &text) : norm2(n2), sink(&dest) { in NormalizeUTF8() function in __anon6a98d80f0111::NormalizeUTF8271 virtual ~NormalizeUTF8();284 NormalizeUTF8::~NormalizeUTF8() { in ~NormalizeUTF8()288 double NormalizeUTF8::call(int32_t iterations, int32_t pieceLength) { in call()324 NormalizeUTF8 op(*nfc, CommonChars::getJapanese(maxLength)); in main()340 NormalizeUTF8 op(*nfkc_cf, CommonChars::getMixed(maxLength)); in main()344 NormalizeUTF8 op(*nfkc_cf, CommonChars::getLowercaseLatin1(maxLength)); in main()348 NormalizeUTF8 op(*nfkc_cf, CommonChars::getJapanese(maxLength)); in main()