Searched defs:NFKD (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DNormalizer.java141 NFKD, enum constant in enum:Normalizer.Form
158 * {@link java.text.Normalizer.Form#NFKD}
174 * {@link java.text.Normalizer.Form#NFKD}
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerBase.java348 public static final Mode NFKD = new NFKDMode(3); field in class:NormalizerBase
699 * @param compat If true the string will be decomposed accoding to NFKD
713 * @param compat If true the string will be decomposed accoding to NFKD
769 * Normalizer.NFKD, Normalizer.DEFAULT
1627 case NFKD :
1628 return asciiOnly ? str : NFKD.normalize(str, options);
1641 * For NFD, NFKD, and FCD, both functions work exactly the same.
1658 * For NFD, NFKD, and FCD, both functions work exactly the same.
1673 case NFKD:
1674 return (NFKD
[all...]

Completed in 34 milliseconds