Home
last modified time | relevance | path

Searched refs:CommonChars (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp25 class CommonChars { class
71 const UChar *const CommonChars::latin1 =
100 const UChar *const CommonChars::lowercaseLatin1 =
129 const UChar *const CommonChars::ascii =
158 const UChar *const CommonChars::japanese =
175 const UChar *const CommonChars::arabic =
268 offsets = CommonChars::toUTF8WithOffsets(text, src, numCodePoints); in NormalizeUTF8()
319 NormalizeUTF16 op(*nfc, CommonChars::getLatin1(maxLength)); in main()
324 NormalizeUTF8 op(*nfc, CommonChars::getJapanese(maxLength)); in main()
328 NormalizeUTF16 op(*nfkc_cf, CommonChars::getMixed(maxLength)); in main()
[all …]