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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer2.java 32 * Not only are the standard compose and decompose modes supplied,
87 DECOMPOSE,
91 * would yield the same form as DECOMPOSE.
126 * Same as getInstance(null, "nfc", Mode.DECOMPOSE).
148 * Same as getInstance(null, "nfkc", Mode.DECOMPOSE).
175 * <li>Use name="nfc" and COMPOSE/DECOMPOSE for Unicode standard NFC/NFD.
176 * <li>Use name="nfkc" and COMPOSE/DECOMPOSE for Unicode standard NFKC/NFKD.
186 * @param mode normalization mode (compose or decompose etc.)
203 case DECOMPOSE: return all2Modes.decomp;
283 * on a DECOMPOSE Normalizer2 instance, but much faster, and except that this functio
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 178 milliseconds