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

  /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 81 * Form FCD, "Fast C or D", is also designed for collation.
89 * are identical) and may all conform to FCD without being identical themselves.
97 * - and many unnormalized texts - already conform to FCD and do not need to be
98 * normalized (NFD) for such a process. The FCD quick check will return YES for
101 * normalize(FCD) may be implemented with NFD.
103 * For more details on FCD see Unicode Technical Note #5 (Canonical Equivalence in Applications):
104 * http://www.unicode.org/notes/tn5/#FCD
106 * ICU collation performs either NFD or FCD normalization automatically if
311 public static final Mode FCD = new FCDMode();
466 * Both input strings are assumed to fulfill FCD conditions
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java     [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/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 390 milliseconds