HomeSort by relevance Sort by last modified time
    Searched refs:FCD (Results 1 - 25 of 34) sorted by null

1 2

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
ConformanceTest.java 155 String out,fcd; local
274 // test FCD quick check and "makeFCD"
275 fcd=Normalizer.normalize(field[0], Normalizer.FCD);
276 if(Normalizer.NO == Normalizer.quickCheck(fcd, Normalizer.FCD,options)) {
277 errln("Normalizer error: quickCheck(FCD(s), Normalizer.FCD) is Normalizer.NO");
280 // check FCD return length
282 char[] fcd2 = new char[ fcd.length() * 2 ]
    [all...]
BasicTest.java 2747 Normalizer2 fcd = Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.FCD); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
ConformanceTest.java 151 String out,fcd; local
270 // test FCD quick check and "makeFCD"
271 fcd=Normalizer.normalize(field[0], Normalizer.FCD);
272 if(Normalizer.NO == Normalizer.quickCheck(fcd, Normalizer.FCD,options)) {
273 errln("Normalizer error: quickCheck(FCD(s), Normalizer.FCD) is Normalizer.NO");
276 // check FCD return length
278 char[] fcd2 = new char[ fcd.length() * 2 ]
    [all...]
BasicTest.java 2743 Normalizer2 fcd = Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.FCD); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java 93 * Not a unique form: Different FCD strings can be canonically equivalent.<br>
94 * For details see http://www.unicode.org/notes/tn5/#FCD
96 FCD,
101 * The result will conform to FCD which is useful for processing.<br>
193 case FCD: return all2Modes.fcd;
Normalizer.java 85 * <p>Form FCD, "Fast C or D", is also designed for collation.
93 * are identical) and may all conform to FCD without being identical themselves.
101 * - and many unnormalized texts - already conform to FCD and do not need to be
102 * normalized (NFD) for such a process. The FCD quick check will return YES for
105 * <p>normalize(FCD) may be implemented with NFD.
107 * <p>For more details on FCD see Unicode Technical Note #5 (Canonical Equivalence in Applications):
108 * http://www.unicode.org/notes/tn5/#FCD
110 * <p>ICU collation performs either NFD or FCD normalization automatically if
345 public static final Mode FCD = new FCDMode();
501 * Both input strings are assumed to fulfill FCD conditions
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer2.java 96 * Not a unique form: Different FCD strings can be canonically equivalent.<br>
97 * For details see http://www.unicode.org/notes/tn5/#FCD
100 FCD,
105 * The result will conform to FCD which is useful for processing.<br>
204 case FCD: return all2Modes.fcd;
Normalizer.java 84 * <p>Form FCD, "Fast C or D", is also designed for collation.
92 * are identical) and may all conform to FCD without being identical themselves.
100 * - and many unnormalized texts - already conform to FCD and do not need to be
101 * normalized (NFD) for such a process. The FCD quick check will return YES for
104 * <p>normalize(FCD) may be implemented with NFD.
106 * <p>For more details on FCD see Unicode Technical Note #5 (Canonical Equivalence in Applications):
107 * http://www.unicode.org/notes/tn5/#FCD
109 * <p>ICU collation performs either NFD or FCD normalization automatically if
334 public static final Mode FCD = new FCDMode();
489 * Both input strings are assumed to fulfill FCD conditions
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
NormalizerPerformanceTest.java 235 // Test FCD Performance
240 Normalizer.normalize(NFDFileLines[i], Normalizer.FCD);
258 Normalizer.normalize(NFCFileLines[i], Normalizer.FCD);
276 Normalizer.normalize(fileLines[i], Normalizer.FCD);
403 Normalizer.quickCheck(NFDFileLines[i], Normalizer.FCD,0);
421 Normalizer.quickCheck(NFCFileLines[i], Normalizer.FCD,0);
439 Normalizer.quickCheck(fileLines[i], Normalizer.FCD,0);
566 Normalizer.isNormalized(NFDFileLines[i], Normalizer.FCD, 0);
584 Normalizer.isNormalized(NFCFileLines[i], Normalizer.FCD, 0);
602 Normalizer.isNormalized(fileLines[i], Normalizer.FCD, 0)
    [all...]
  /external/icu/icu4c/source/data/sprep/
rfc3530cs.txt 210 0FCD..0FCE; ; UNASSIGNED
rfc3530mixp.txt 211 0FCD..0FCE; ; UNASSIGNED
rfc3920res.txt 211 0FCD..0FCE; ; UNASSIGNED
rfc4011.txt 210 0FCD..0FCE; ; UNASSIGNED
rfc4013.txt 211 0FCD..0FCE; ; UNASSIGNED
rfc4505.txt 210 0FCD..0FCE; ; UNASSIGNED
rfc4518.txt 210 0FCD..0FCE; ; UNASSIGNED
rfc3491.txt 211 0FCD..0FCE; ; UNASSIGNED
    [all...]
rfc3530csci.txt 210 0FCD..0FCE; ; UNASSIGNED
    [all...]
rfc3722.txt 211 0FCD..0FCE; ; UNASSIGNED
    [all...]
rfc3920node.txt 211 0FCD..0FCE; ; UNASSIGNED
    [all...]
rfc4518ci.txt 210 0FCD..0FCE; ; UNASSIGNED
    [all...]
  /external/icu/icu4c/source/test/testdata/
nfs4_cs_prep_cs.txt 202 0FCD..0FCE; ; UNASSIGNED
nfs4_mixed_prep_p.txt 202 0FCD..0FCE; ; UNASSIGNED
nfs4_cis_prep.txt 202 0FCD..0FCE; ; UNASSIGNED
    [all...]
nfs4_cs_prep_ci.txt 202 0FCD..0FCE; ; UNASSIGNED
    [all...]

Completed in 946 milliseconds

1 2