HomeSort by relevance Sort by last modified time
    Searched defs:FCD (Results 1 - 14 of 14) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java 95 * Not a unique form: Different FCD strings can be canonically equivalent.<br>
96 * For details see http://www.unicode.org/notes/tn5/#FCD
98 FCD,
103 * The result will conform to FCD which is useful for processing.<br>
195 case FCD: return all2Modes.fcd;
Normalizer.java 87 * <p>Form FCD, "Fast C or D", is also designed for collation.
95 * are identical) and may all conform to FCD without being identical themselves.
103 * - and many unnormalized texts - already conform to FCD and do not need to be
104 * normalized (NFD) for such a process. The FCD quick check will return YES for
107 * <p>normalize(FCD) may be implemented with NFD.
109 * <p>For more details on FCD see Unicode Technical Note #5 (Canonical Equivalence in Applications):
110 * http://www.unicode.org/notes/tn5/#FCD
112 * <p>ICU collation performs either NFD or FCD normalization automatically if
353 public static final Mode FCD = new FCDMode();
509 * Both input strings are assumed to fulfill FCD conditions
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer2.java 98 * Not a unique form: Different FCD strings can be canonically equivalent.<br>
99 * For details see http://www.unicode.org/notes/tn5/#FCD
102 FCD,
107 * The result will conform to FCD which is useful for processing.<br>
206 case FCD: return all2Modes.fcd;
Normalizer.java 86 * <p>Form FCD, "Fast C or D", is also designed for collation.
94 * are identical) and may all conform to FCD without being identical themselves.
102 * - and many unnormalized texts - already conform to FCD and do not need to be
103 * normalized (NFD) for such a process. The FCD quick check will return YES for
106 * <p>normalize(FCD) may be implemented with NFD.
108 * <p>For more details on FCD see Unicode Technical Note #5 (Canonical Equivalence in Applications):
109 * http://www.unicode.org/notes/tn5/#FCD
111 * <p>ICU collation performs either NFD or FCD normalization automatically if
342 public static final Mode FCD = new FCDMode();
497 * Both input strings are assumed to fulfill FCD conditions
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 2820 Normalizer2 fcd = Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.FCD); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 2819 Normalizer2 fcd = Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.FCD); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 600 milliseconds