Home
last modified time | relevance | path

Searched refs:getNFKCCasefoldInstance (Results 1 - 12 of 12) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNormalizer2.java166 public static Normalizer2 getNFKCCasefoldInstance() { in getNFKCCasefoldInstance() method in Normalizer2
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer2.java156 public static Normalizer2 getNFKCCasefoldInstance() { in getNFKCCasefoldInstance() method in Normalizer2
/third_party/icu/icu4c/source/common/
H A Dloadednormalizer2impl.cpp259 Normalizer2::getNFKCCasefoldInstance(UErrorCode &errorCode) { in getNFKCCasefoldInstance() function in Normalizer2
393 return (const UNormalizer2 *)Normalizer2::getNFKCCasefoldInstance(*pErrorCode); in unorm2_getNFKCCasefoldInstance()
/third_party/node/deps/icu-small/source/common/
H A Dloadednormalizer2impl.cpp275 Normalizer2::getNFKCCasefoldInstance(UErrorCode &errorCode) { in getNFKCCasefoldInstance() function in Normalizer2
417 return (const UNormalizer2 *)Normalizer2::getNFKCCasefoldInstance(*pErrorCode); in unorm2_getNFKCCasefoldInstance()
/third_party/skia/third_party/externals/icu/source/common/
H A Dloadednormalizer2impl.cpp259 Normalizer2::getNFKCCasefoldInstance(UErrorCode &errorCode) { in getNFKCCasefoldInstance() function in Normalizer2
393 return (const UNormalizer2 *)Normalizer2::getNFKCCasefoldInstance(*pErrorCode); in unorm2_getNFKCCasefoldInstance()
/third_party/icu/icu4c/source/common/unicode/
H A Dnormalizer2.h161 getNFKCCasefoldInstance(UErrorCode &errorCode);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dnormalizer2.h164 getNFKCCasefoldInstance(UErrorCode &errorCode);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dnormalizer2.h161 getNFKCCasefoldInstance(UErrorCode &errorCode);
/third_party/icu/icu4c/source/test/perf/normperf/
H A Dsimplenormperf.cpp311 const Normalizer2 *nfkc_cf = Normalizer2::getNFKCCasefoldInstance(errorCode); in main()
/third_party/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp1574 const Normalizer2 *nfkc_cf=Normalizer2::getNFKCCasefoldInstance(errorCode); in TestComposeUTF8WithEdits()
1575 if(errorCode.errDataIfFailureAndReset("Normalizer2::getNFKCCasefoldInstance() call failed")) { in TestComposeUTF8WithEdits()
1793 const Normalizer2 *nfkc_cf = Normalizer2::getNFKCCasefoldInstance(errorCode); in TestNormalizeIllFormedText()
1794 if(errorCode.errDataIfFailureAndReset("Normalizer2::getNFKCCasefoldInstance() call failed")) { in TestNormalizeIllFormedText()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DBasicTest.java2813 n2=Normalizer2.getNFKCCasefoldInstance(); in TestGetEasyToUseInstance()
2816 "getNFKCCasefoldInstance() did not return an NFKC_Casefold instance " + in TestGetEasyToUseInstance()
2862 Normalizer2 nfkc_cf = Normalizer2.getNFKCCasefoldInstance(); in TestNormalizeIllFormedText()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2810 n2=Normalizer2.getNFKCCasefoldInstance(); in TestGetEasyToUseInstance()
2813 "getNFKCCasefoldInstance() did not return an NFKC_Casefold instance " + in TestGetEasyToUseInstance()
2859 Normalizer2 nfkc_cf = Normalizer2.getNFKCCasefoldInstance(); in TestNormalizeIllFormedText()

Completed in 23 milliseconds