Home
last modified time | relevance | path

Searched refs:nfkc (Results 1 – 25 of 44) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
Dtstnrapi.cpp59 UnicodeString tel, nfkc, nfkd; in TestNormalizerAPI() local
64 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode); in TestNormalizerAPI()
69 nfkc!=UnicodeString("TE\\u0139TELTELTELTELTELTELTELTELTEL", "").unescape() || in TestNormalizerAPI()
Dtstnorm.cpp1836 const Normalizer2 *nfkc = Normalizer2::getNFKCInstance(errorCode); in TestComposeJamoTBase() local
1842 UnicodeString result = nfkc->normalize(s, errorCode); in TestComposeJamoTBase()
1845 assertFalse("isNormalized(LV+11A7)", nfkc->isNormalized(s, errorCode)); in TestComposeJamoTBase()
1846 assertTrue("isNormalized(normalized)", nfkc->isNormalized(result, errorCode)); in TestComposeJamoTBase()
1852 nfkc->normalizeUTF8(0, s8, sink, nullptr, errorCode); in TestComposeJamoTBase()
1855 assertFalse("isNormalizedUTF8(LV+11A7)", nfkc->isNormalizedUTF8(s8, errorCode)); in TestComposeJamoTBase()
1856 assertTrue("isNormalizedUTF8(normalized)", nfkc->isNormalizedUTF8(result8, errorCode)); in TestComposeJamoTBase()
1862 const Normalizer2 *nfkc = Normalizer2::getNFKCInstance(errorCode); in TestComposeBoundaryAfter() local
1869 UnicodeString result = nfkc->normalize(s, errorCode); in TestComposeBoundaryAfter()
1872 assertFalse("U+02DA boundary-after", nfkc->hasBoundaryAfter(0x2DA)); in TestComposeBoundaryAfter()
[all …]
Dnormconf.cpp44 nfkc = Normalizer2::getNFKCInstance(errorCode); in NormalizerConformanceTest()
324 pass &= checkNorm(UNORM_NFKC, options, nfkc, field[i], field[3], fieldNum); in checkConformance()
379 if(options==0 && !isNormalizedUTF8(nfkc, field[3], status)) { in checkConformance()
388 if(options==0 && isNormalizedUTF8(nfkc, field[0], status)) { in checkConformance()
Dnormconf.h25 const Normalizer2 *nfc, *nfd, *nfkc, *nfkd; variable
/third_party/icu/docs/userguide/transforms/normalization/
Dindex.md65 nfkc.nrm. If only canonical or only compatibility mappings are needed, then
168 … bin/gennorm2 -v -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
186 …bin/gennorm2 -o /tmp/nfkc_cf.txt -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt **--combined…
198 …in/gennorm2 -o /tmp/nfkc_cf-minus-nfkc.txt -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt **…
208 : nfkc(*Normalizer2::getNFKCInstance(errorCode),
213 return nfkc.normalize(s, errorCode);
243 const Normalizer2 &nfkc;
/third_party/flutter/skia/third_party/externals/icu/patches/
Ddata.build.patch9 -DAT_FILES_SHORT=unames.icu cnvalias.icu coll/ucadata.icu nfkc.nrm nfkc_cf.nrm uts46.nrm
11 +DAT_FILES_SHORT=cnvalias.icu coll/ucadata.icu nfkc.nrm nfkc_cf.nrm uts46.nrm
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duprops.cpp632 const Normalizer2 *nfkc=Normalizer2::getNFKCInstance(*pErrorCode); in u_getFC_NFKC_Closure() local
641 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc); in u_getFC_NFKC_Closure()
653 UnicodeString kc1=nfkc->normalize(folded1String, *pErrorCode); in u_getFC_NFKC_Closure()
656 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode); in u_getFC_NFKC_Closure()
/third_party/icu/icu4c/source/common/
Duprops.cpp764 const Normalizer2 *nfkc=Normalizer2::getNFKCInstance(*pErrorCode); in u_getFC_NFKC_Closure() local
773 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc); in u_getFC_NFKC_Closure()
785 UnicodeString kc1=nfkc->normalize(folded1String, *pErrorCode); in u_getFC_NFKC_Closure()
788 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode); in u_getFC_NFKC_Closure()
/third_party/skia/third_party/externals/icu/source/common/
Duprops.cpp764 const Normalizer2 *nfkc=Normalizer2::getNFKCInstance(*pErrorCode); in u_getFC_NFKC_Closure() local
773 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc); in u_getFC_NFKC_Closure()
785 UnicodeString kc1=nfkc->normalize(folded1String, *pErrorCode); in u_getFC_NFKC_Closure()
788 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode); in u_getFC_NFKC_Closure()
/third_party/node/deps/icu-small/source/common/
Duprops.cpp797 const Normalizer2 *nfkc=Normalizer2::getNFKCInstance(*pErrorCode); in u_getFC_NFKC_Closure() local
806 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc); in u_getFC_NFKC_Closure()
818 UnicodeString kc1=nfkc->normalize(folded1String, *pErrorCode); in u_getFC_NFKC_Closure()
821 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode); in u_getFC_NFKC_Closure()
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DHan_Spacedhan.txt12 :: [[㆒-㆟㈠-㉇㊀-㊰㋀-㋋㍘-㍰㍻-㍿㏠-㏾ ��-����-����-������][:ideographic:][:sc=han:]] nfkc;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java1465 String nfkc, nfkd; in TestNormalizerAPI() local
1469 nfkc=Normalizer.compose(tel.toString(), true); in TestNormalizerAPI()
1472 !nfkc.equals(Utility.unescape("TE\u0139TELTELTELTELTELTELTELTELTEL"))|| in TestNormalizerAPI()
2874 Normalizer2 nfkc = Normalizer2.getNFKCInstance(); in TestComposeJamoTBase() local
2877 String result = nfkc.normalize(s); in TestComposeJamoTBase()
2879 assertFalse("isNormalized(LV+11A7)", nfkc.isNormalized(s)); in TestComposeJamoTBase()
2880 assertTrue("isNormalized(normalized)", nfkc.isNormalized(result)); in TestComposeJamoTBase()
2885 Normalizer2 nfkc = Normalizer2.getNFKCInstance(); in TestComposeBoundaryAfter() local
2889 String result = nfkc.normalize(s); in TestComposeBoundaryAfter()
2891 assertFalse("U+02DA boundary-after", nfkc.hasBoundaryAfter(0x2DA)); in TestComposeBoundaryAfter()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DBasicTest.java1468 String nfkc, nfkd; in TestNormalizerAPI() local
1472 nfkc=Normalizer.compose(tel.toString(), true); in TestNormalizerAPI()
1475 !nfkc.equals(Utility.unescape("TE\u0139TELTELTELTELTELTELTELTELTEL"))|| in TestNormalizerAPI()
2877 Normalizer2 nfkc = Normalizer2.getNFKCInstance(); in TestComposeJamoTBase() local
2880 String result = nfkc.normalize(s); in TestComposeJamoTBase()
2882 assertFalse("isNormalized(LV+11A7)", nfkc.isNormalized(s)); in TestComposeJamoTBase()
2883 assertTrue("isNormalized(normalized)", nfkc.isNormalized(result)); in TestComposeJamoTBase()
2888 Normalizer2 nfkc = Normalizer2.getNFKCInstance(); in TestComposeBoundaryAfter() local
2892 String result = nfkc.normalize(s); in TestComposeBoundaryAfter()
2894 assertFalse("U+02DA boundary-after", nfkc.hasBoundaryAfter(0x2DA)); in TestComposeBoundaryAfter()
[all …]
/third_party/icu/icu4c/source/data/translit/
DHan_Spacedhan.txt13 :: [[㆒-㆟㈠-㉇㊀-㊰㋀-㋋㍘-㍰㍻-㍿㏠-㏾ ��-����-����-������][:ideographic:][:sc=han:]] nfkc;
/third_party/skia/third_party/externals/icu/source/data/translit/
DHan_Spacedhan.txt13 :: [[㆒-㆟㈠-㉇㊀-㊰㋀-㋋㍘-㍰㍻-㍿㏠-㏾ ��-����-����-������][:ideographic:][:sc=han:]] nfkc;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNormalizer.java1484 Normalizer2 nfkc=NFKCModeImpl.INSTANCE.normalizer2; in getFC_NFKC_Closure() local
1490 Normalizer2Impl nfkcImpl=((Norm2AllModes.Normalizer2WithImpl)nfkc).impl; in getFC_NFKC_Closure()
1500 String kc1=nfkc.normalize(folded); in getFC_NFKC_Closure()
1502 String kc2=nfkc.normalize(UCharacter.foldCase(kc1, 0)); in getFC_NFKC_Closure()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer.java1449 Normalizer2 nfkc=NFKCModeImpl.INSTANCE.normalizer2; in getFC_NFKC_Closure() local
1455 Normalizer2Impl nfkcImpl=((Norm2AllModes.Normalizer2WithImpl)nfkc).impl; in getFC_NFKC_Closure()
1465 String kc1=nfkc.normalize(folded); in getFC_NFKC_Closure()
1467 String kc2=nfkc.normalize(UCharacter.foldCase(kc1, 0)); in getFC_NFKC_Closure()
/third_party/icu/icu4c/source/test/cintltst/
Dcnormtst.c1162 nfkc[]={ in TestNextPrevious() local
1205 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKC, TRUE, nfkc, UPRV_LENGTHOF(nfkc), nfkcIndexes… in TestNextPrevious()
1216 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKC, FALSE, nfkc, UPRV_LENGTHOF(nfkc), nfkcIndexe… in TestNextPrevious()
Dcucdtst.c944 const UNormalizer2 *nfkc;
979 const UNormalizer2 *nfc, *nfkc; in unicodeDataLineFn() local
1017 nfkc=((UnicodeDataContext *)context)->nfkc; in unicodeDataLineFn()
1018 if(value!=unorm2_getCombiningClass(nfkc, c)) { in unicodeDataLineFn()
1019 …CombiningClass(nfkc, U+%04lx)==%hu instead of %lu\n", c, unorm2_getCombiningClass(nfkc, c), value); in unicodeDataLineFn()
1081 length=unorm2_getRawDecomposition(nfkc, c, s, 32, pErrorCode); in unicodeDataLineFn()
1347 context.nfkc=unorm2_getNFKCInstance(&errorCode); in TestUnicodeData()
/third_party/icu/icu4c/source/data/unidata/
Dchanges.txt173 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
174 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
447 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
448 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
760 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
761 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1247 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
1248 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1639 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
1640 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
[all …]
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt173 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
174 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
447 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
448 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
760 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
761 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1247 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
1248 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1639 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
1640 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt326 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
327 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
718 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt
719 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1186 bin/gennorm2 -o $SRC_DATA_IN/nfkc.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt
1187 bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1604 bin/gennorm2 -o $SRC_DATA_IN/nfkc.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt
1605 bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1982 - bin/gennorm2 -o $SRC_DATA_IN/nfkc.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt
1983 - bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt485 nfkc{""}
/third_party/icu/icu4c/source/data/misc/
DkeyTypeData.txt488 nfkc{""}
/third_party/skia/third_party/externals/icu/source/data/misc/
DkeyTypeData.txt488 nfkc{""}

12