/third_party/icu/icu4c/source/test/perf/normperf/ |
D | simplenormperf.cpp | 311 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/ |
D | genuts46.cpp | 160 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/ |
D | index.md | 66 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/ |
D | data.build.patch | 9 -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/ |
D | tstnorm.cpp | 1574 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/ |
D | changes.txt | 174 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/ |
D | changes.txt | 174 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/ |
D | flutter-removed-resources.txt | 449 nfkc_cf.nrm
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | changes.txt | 327 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/ |
D | preparseucd.py | 1389 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/ |
D | makedata.mak | 701 …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
|
D | Makefile.in | 254 DAT_FILES_SHORT=cnvalias.icu coll/ucadata.icu nfkc.nrm nfkc_cf.nrm uts46.nrm
|
/third_party/icu/icu4c/source/data/ |
D | makedata.mak | 496 "$(ICUBLD_PKG)\nfkc_cf.nrm": $(ICUSRCDATA_RELATIVE_PATH)\in\nfkc_cf.nrm
|
/third_party/skia/third_party/externals/icu/source/data/ |
D | makedata.mak | 496 "$(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/ |
D | BasicTest.java | 2862 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/ |
D | BasicTest.java | 2859 Normalizer2 nfkc_cf = Normalizer2.getNFKCCasefoldInstance(); in TestNormalizeIllFormedText() local 2866 String result = nfkc_cf.normalize(src); in TestNormalizeIllFormedText()
|
/third_party/icu/docs/userguide/strings/ |
D | properties.md | 159 | NFKC_Casefold | Unicode string | | available via normalization API (normalizer2.h "nfkc_cf") |
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/norm2/ |
D | nfkc_cf.txt | 6 # file name: nfkc_cf.txt
|
/third_party/skia/third_party/externals/icu/source/data/unidata/norm2/ |
D | nfkc_cf.txt | 6 # file name: nfkc_cf.txt
|
/third_party/icu/icu4c/source/data/unidata/norm2/ |
D | nfkc_cf.txt | 6 # file name: nfkc_cf.txt
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 14520 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
|