Home | History | Annotate | Download | only in text

Lines Matching defs:DECOMPOSE

35  * Not only are the standard compose and decompose modes supplied,
86 DECOMPOSE,
90 * would yield the same form as DECOMPOSE.
122 * Same as getInstance(null, "nfc", Mode.DECOMPOSE).
142 * Same as getInstance(null, "nfkc", Mode.DECOMPOSE).
167 * <li>Use name="nfc" and COMPOSE/DECOMPOSE for Unicode standard NFC/NFD.
168 * <li>Use name="nfkc" and COMPOSE/DECOMPOSE for Unicode standard NFKC/NFKD.
178 * @param mode normalization mode (compose or decompose etc.)
194 case DECOMPOSE: return all2Modes.decomp;
271 * on a DECOMPOSE Normalizer2 instance, but much faster, and except that this function