Searched refs:NFKC (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DNormalizer.java146 NFKC enum constant in enum:Normalizer.Form
157 * {@link java.text.Normalizer.Form#NFKC},
173 * {@link java.text.Normalizer.Form#NFKC},
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerBase.java469 public static final Mode NFKC =new NFKCMode(5); field in class:NormalizerBase
652 * NFKC rules and if false will be composed according to
768 * Normalizer.NFD, Normalizer.NFC, Normalizer.NFKC,
1625 case NFKC :
1626 return asciiOnly ? str : NFKC.normalize(str, options);
1642 * For NFC and NFKC where quickCheck may return "maybe", this function will
1659 * For NFC and NFKC where quickCheck may return "maybe", this function will
1671 case NFKC:
1672 return (NFKC.quickCheck(str.toCharArray(),0,str.length(),false,NormalizerImpl.getNX(options))==YES);
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java356 java.text.Normalizer.Form.NFKC,
407 * Prepare the input buffer for use in applications with the given profile. This operation maps, normalizes(NFKC),

Completed in 1290 milliseconds