Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp311 const Normalizer2 *nfkc_cf = Normalizer2::getNFKCCasefoldInstance(errorCode); in main() local
328 NormalizeUTF16 op(*nfkc_cf, CommonChars::getMixed(maxLength)); in main()
332 NormalizeUTF16 op(*nfkc_cf, CommonChars::getLowercaseLatin1(maxLength)); in main()
336 NormalizeUTF16 op(*nfkc_cf, 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()
/third_party/icu/tools/unicode/c/genuts46/
Dgenuts46.cpp160 const icu::Normalizer2 *nfkc_cf= in main() local
185 nfkc_cf->normalize(cString, mapping, errorCode); in main()
221 nfkc_cf->normalize(cString, mapping, errorCode); in main()
264 nfkc_cf->normalize(cString, mapping, errorCode); in main()
303 nfkc_cf->normalize(cString, mapping, errorCode); in main()
320 nfkc_cf->normalize(cString, mapping, errorCode); in main()
/third_party/icu/docs/userguide/transforms/normalization/
Dindex.md66 the other data file can be removed. There is also a new nfkc_cf.nrm file for
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…
192 For example, the nfkc_cf.txt file in ICU contains the Unicode NFKC_CF mappings,
198 …bin/gennorm2 -o /tmp/nfkc_cf-minus-nfkc.txt -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt *…
/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/icu/icu4c/source/test/intltest/
Dtstnorm.cpp1574 const Normalizer2 *nfkc_cf=Normalizer2::getNFKCCasefoldInstance(errorCode); in TestComposeUTF8WithEdits() local
1584 nfkc_cf->normalizeUTF8(0, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1608 assertFalse("isNormalizedUTF8(source)", nfkc_cf->isNormalizedUTF8(src, errorCode)); in TestComposeUTF8WithEdits()
1609 assertTrue("isNormalizedUTF8(normalized)", nfkc_cf->isNormalizedUTF8(result, errorCode)); in TestComposeUTF8WithEdits()
1615 nfkc_cf->normalizeUTF8(U_OMIT_UNCHANGED_TEXT, src, sink, &edits, errorCode); in TestComposeUTF8WithEdits()
1627 FilteredNormalizer2 fn2(*nfkc_cf, filter); in TestComposeUTF8WithEdits()
1793 const Normalizer2 *nfkc_cf = Normalizer2::getNFKCCasefoldInstance(errorCode); in TestNormalizeIllFormedText() local
1810 UnicodeString result = nfkc_cf->normalize(src, errorCode); in TestNormalizeIllFormedText()
1826 nfkc_cf->normalizeUTF8(0, src8, sink, nullptr, errorCode); in TestNormalizeIllFormedText()
/third_party/icu/icu4c/source/data/unidata/
Dchanges.txt174 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
448 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
761 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1248 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1640 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
2108 bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
2526 bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
2904 - bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
3169 …/svn.icu/uni63/dbg$ bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nf…
3350 …/svn.icu/uni62/dbg$ bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nf…
[all …]
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt174 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
448 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
761 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1248 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1640 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
2108 bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
2526 bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
2904 - bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
3169 …/svn.icu/uni63/dbg$ bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nf…
3350 …/svn.icu/uni62/dbg$ bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nf…
[all …]
/third_party/flutter/skia/third_party/externals/icu/flutter/
Dflutter-removed-resources.txt449 nfkc_cf.nrm
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
Dchanges.txt327 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
719 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1187 bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1605 bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
1983 - bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt
2248 …/svn.icu/uni63/dbg$ bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nf…
2429 …/svn.icu/uni62/dbg$ bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nf…
2561 * no more manual updates of source/data/unidata/norm2/nfkc_cf.txt
2576 …/svn.icu/trunk/dbg$ bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nf…
2726 * update source/data/unidata/norm2/nfkc_cf.txt
[all …]
/third_party/icu/tools/unicode/py/
Dpreparseucd.py1389 nfkc_cf = props.get("NFKC_CF")
1392 if nfkc_cf == prev_nfkc_cf and (prev_end + 1) == start:
1403 prev_nfkc_cf = nfkc_cf
/third_party/flutter/skia/third_party/externals/icu/source/data/
Dmakedata.mak701 …cu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_PKG)\nfkc.nrm" "$(ICUBLD_PKG)\nfkc_cf.nrm" "$(ICUBLD_PK…
710 nfkc_cf.nrm
1097 "$(ICUBLD_PKG)\nfkc_cf.nrm": $(ICUSRCDATA_RELATIVE_PATH)\in\nfkc_cf.nrm
DMakefile.in254 DAT_FILES_SHORT=cnvalias.icu coll/ucadata.icu nfkc.nrm nfkc_cf.nrm uts46.nrm
/third_party/icu/icu4c/source/data/
Dmakedata.mak496 "$(ICUBLD_PKG)\nfkc_cf.nrm": $(ICUSRCDATA_RELATIVE_PATH)\in\nfkc_cf.nrm
/third_party/skia/third_party/externals/icu/source/data/
Dmakedata.mak496 "$(ICUBLD_PKG)\nfkc_cf.nrm": $(ICUSRCDATA_RELATIVE_PATH)\in\nfkc_cf.nrm
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DBasicTest.java2862 Normalizer2 nfkc_cf = Normalizer2.getNFKCCasefoldInstance(); in TestNormalizeIllFormedText() local
2869 String result = nfkc_cf.normalize(src); in TestNormalizeIllFormedText()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java2859 Normalizer2 nfkc_cf = Normalizer2.getNFKCCasefoldInstance(); in TestNormalizeIllFormedText() local
2866 String result = nfkc_cf.normalize(src); in TestNormalizeIllFormedText()
/third_party/icu/docs/userguide/strings/
Dproperties.md159 | NFKC_Casefold | Unicode string | | available via normalization API (normalizer2.h "nfkc_cf") |
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/norm2/
Dnfkc_cf.txt6 # file name: nfkc_cf.txt
/third_party/skia/third_party/externals/icu/source/data/unidata/norm2/
Dnfkc_cf.txt6 # file name: nfkc_cf.txt
/third_party/icu/icu4c/source/data/unidata/norm2/
Dnfkc_cf.txt6 # file name: nfkc_cf.txt
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party14520 FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
14647 FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
14779 FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
14910 FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
15047 FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
15183 FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
15315 FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
15446 FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
15550 FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm
15721 FILE: ../../../third_party/icu/source/data/in/nfkc_cf.nrm