Home
last modified time | relevance | path

Searched refs:nfkd (Results 1 – 23 of 23) sorted by relevance

/external/rust/crates/unicode-normalization/src/
Dlib.rs105 fn nfkd(self) -> Decompositions<I>; in nfkd() method
139 fn nfkd(self) -> Decompositions<Chars<'a>> { in nfkd() method
171 fn nfkd(self) -> Decompositions<I> { in nfkd() method
Dtest.rs47 assert_eq!($input.nfkd().to_string(), $expected); in test_nfkd()
Dquick_check.rs142 IsNormalized::Maybe => s.chars().eq(s.chars().nfkd()), in is_nfkd()
/external/icu/icu4c/source/test/intltest/
Dtstnrapi.cpp59 UnicodeString tel, nfkc, nfkd; in TestNormalizerAPI() local
65 Normalizer::decompose(tel, TRUE, 0, nfkd, errorCode); in TestNormalizerAPI()
70 nfkd!=UnicodeString("TEL\\u0301TELTELTELTELTELTELTELTELTEL", "").unescape() in TestNormalizerAPI()
Dnormconf.h25 const Normalizer2 *nfc, *nfd, *nfkc, *nfkd; variable
Dnormconf.cpp45 nfkd = Normalizer2::getNFKDInstance(errorCode); in NormalizerConformanceTest()
322 pass &= checkNorm(UNORM_NFKD, options, nfkd, field[i], field[4], fieldNum); in checkConformance()
/external/rust/crates/unicode-normalization/benches/
Dbench.rs103 b.iter(|| ASCII.nfkd().count()); in bench_nfkd_ascii()
115 b.iter(|| long.nfkd().count()); in bench_nfkd_long()
/external/cldr/tools/java/org/unicode/cldr/tool/
DListRedundantUnicodeSets.java151 static final Normalizer2 nfkd = Normalizer2.getNFKDInstance(); field in ListRedundantUnicodeSets
161 String result = nfkd.normalize(b.appendCodePoint(cp));
177 boolean result = CAN_BE_COMPOSED.contains(nfkd.normalize(s)); in isForTranslit()
DGenerateDecompCollationRules.java75 final Normalizer2 nfkd = Normalizer2.getNFKDInstance(); in main() local
80 final String astr_nfkd = nfkd.normalize(astr); in main()
104 final String regForm = nfkd.normalize(presForm).trim(); in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DCollationMapMaker.java544 String nfkd = com.ibm.icu.text.Normalizer.decompose(item, true); in getMinimalNKFD() local
545 if (nfkd.startsWith(" ")) { in getMinimalNKFD()
546 if (spaceTatweelAndNSM.containsAll(nfkd)) { in getMinimalNKFD()
551 String end = nfkd; in getMinimalNKFD()
/external/rust/crates/unicode-normalization/scripts/
Dunicode.py190 source, nfc, nfd, nfkc, nfkd = [[c.strip() for c in p.split()] for p in test_pieces[:5]]
191 tests.append(NormalizationTest(source, nfc, nfd, nfkc, nfkd))
459 out.write(" nfkd: %s,\n" % str_literal(test.nfkd))
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathsModule.java141 private static final Normalizer2 nfkd = Normalizer2.getInstance(null, field in TestPathsModule
164 temp.clear().addAll(value).addAll(nfkd.normalize(value)) in test()
/external/cldr/tools/java/org/unicode/cldr/draft/
DExemplarInfo.java36 public static final Normalizer2 nfkd = Normalizer2.getInstance(null, "nfkc", Mode.DECOMPOSE); field in ExemplarInfo
42 private static final Normalizer2 nfkdMinus = new FilteredNormalizer2(nfkd, new UnicodeSet("[" +
/external/icu/icu4c/source/data/translit/
DHebr_Latn.txt29 :: nfkd (nfc) ;
/external/ImageMagick/PerlMagick/t/reference/filter/
DMinify.miff15 …>0�:.�91�97�>?�>=�87�88�89�:0�;)�A6�KR�OH^`Ap�VezOc�Ei�Jk�Mm�NYQCZSD`YJkc`nfkd^]]WLeYH�SG�@6�8,�9*…
/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c1156 nfkd[]={ in TestNextPrevious() local
1201 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKD, TRUE, nfkd, UPRV_LENGTHOF(nfkd), nfkdIndexes… in TestNextPrevious()
1212 …_testIter(src, UPRV_LENGTHOF(src), &iter, UNORM_NFKD, FALSE, nfkd, UPRV_LENGTHOF(nfkd), nfkdIndexe… in TestNextPrevious()
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt489 nfkd{""}
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java1465 String nfkc, nfkd; in TestNormalizerAPI() local
1470 nfkd=Normalizer.decompose(tel.toString(), true); in TestNormalizerAPI()
1473 !nfkd.equals(Utility.unescape("TEL\u0301TELTELTELTELTELTELTELTELTEL")) in TestNormalizerAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DBasicTest.java1468 String nfkc, nfkd; in TestNormalizerAPI() local
1473 nfkd=Normalizer.decompose(tel.toString(), true); in TestNormalizerAPI()
1476 !nfkd.equals(Utility.unescape("TEL\u0301TELTELTELTELTELTELTELTELTEL")) in TestNormalizerAPI()
/external/cldr/common/testData/localeIdentifiers/
DlocaleDisplayName.txt92 en-t-d0-nfkd; English (To Unicode NFKD)
/external/icu/icu4c/source/data/lang/
Dar_XB.txt988 nfkd{"؜‮To‬؜ ؜‮Unicode‬؜ ؜‮NFKD‬؜"}
Den.txt988 nfkd{"To Unicode NFKD"}
Den_XA.txt991 nfkd{"[Ţö Ûñîçöðé ÑƑĶÐ one two three]"}