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

/openjdk9/jdk/src/java.base/share/classes/java/text/
H A DNormalizer.java141 NFKC enum constant in enum:Normalizer.Form
152 * {@link java.text.Normalizer.Form#NFKC},
168 * {@link java.text.Normalizer.Form#NFKC},
/openjdk9/jdk/src/java.base/share/classes/sun/text/normalizer/
H A DNormalizerBase.java277 case NFKC :
278 return NFKC;
347 public static final Mode NFKC =new NFKCMode(); field in class:NormalizerBase
473 * For NFC and NFKC where quickCheck may return "maybe", this function will
676 * <li>{@link #NFKC} - Unicode compatibility decompositiion
/openjdk9/jdk/src/java.base/share/classes/sun/net/idn/
H A DStringPrep.java355 java.text.Normalizer.Form.NFKC,
406 * Prepare the input buffer for use in applications with the given profile. This operation maps, normalizes(NFKC),

Completed in 121 milliseconds