/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/icu/icu4c/source/data/unidata/ |
D | generate.sh | 37 …cu4c/source/tools/gennorm2 -- -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_NORM2 nfc.txt nfkc.txt n…
|
D | changes.txt | 819 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt 1093 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt 1406 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt 1893 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt 2285 bin/gennorm2 -o $ICU4C_DATA_IN/nfkc_cf.nrm -s $ICU4C_UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt 2753 bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt 3171 bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt 3549 - bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nfkc_cf.txt 3814 …/svn.icu/uni63/dbg$ bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nf… 3995 …/svn.icu/uni62/dbg$ bin/gennorm2 -o $SRC_DATA_IN/nfkc_cf.nrm -s $UNIDATA/norm2 nfc.txt nfkc.txt nf… [all …]
|
/third_party/icu/icu4c/source/data/unidata/norm2/ |
D | BUILD.bazel | 12 "nfc.txt", "nfkc.txt", "nfkc_cf.txt", "uts46.txt",
|
D | nfkc_cf.txt | 6 # file name: nfkc_cf.txt
|
/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/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/icu/tools/unicode/py/ |
D | preparseucd.py | 1420 nfkc_cf = props.get("NFKC_CF") 1423 if nfkc_cf == prev_nfkc_cf and (prev_end + 1) == start: 1434 prev_nfkc_cf = nfkc_cf
|
/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/icu4c/source/data/ |
D | makedata.mak | 515 "$(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 | 168 | NFKC_Casefold | Unicode string | | available via normalization API (normalizer2.h "nfkc_cf") |
|
/third_party/skia/third_party/externals/icu/source/data/unidata/norm2/ |
D | nfkc_cf.txt | 6 # file name: nfkc_cf.txt
|