Home
last modified time | relevance | path

Searched refs:NormalizeUTF8 (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/test/perf/normperf/
H A Dsimplenormperf.cpp265 class NormalizeUTF8 : public Operation { class
267 NormalizeUTF8(const Normalizer2 &n2, const UnicodeString &text) : norm2(n2), sink(&dest) { in NormalizeUTF8() function in __anon3716::NormalizeUTF8
271 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 o in main()
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dnormalize_utf8.h22 struct NormalizeUTF8 { struct
H A Dphonenumbermatcher.cc709 NormalizeUTF8::NormalizeDecimalDigits(candidate); in CheckNumberGroupingIsValid()
H A Dphonenumberutil.cc2720 number->assign(NormalizeUTF8::NormalizeDecimalDigits(*number)); in NormalizeDigitsOnly()
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumberutil_test.cc146 EXPECT_EQ(input, NormalizeUTF8::NormalizeDecimalDigits(input)); in TEST_F()
158 EXPECT_TRUE(NormalizeUTF8::NormalizeDecimalDigits(input).empty()); in TEST_F()

Completed in 13 milliseconds