Package com.ibm.icu.impl
Class Norm2AllModes
- java.lang.Object
-
- com.ibm.icu.impl.Norm2AllModes
-
public final class Norm2AllModes extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNorm2AllModes.ComposeNormalizer2static classNorm2AllModes.DecomposeNormalizer2static classNorm2AllModes.FCDNormalizer2static classNorm2AllModes.NoopNormalizer2static classNorm2AllModes.Normalizer2WithImpl
-
Field Summary
Fields Modifier and Type Field Description Norm2AllModes.ComposeNormalizer2compNorm2AllModes.DecomposeNormalizer2decompNorm2AllModes.ComposeNormalizer2fccNorm2AllModes.FCDNormalizer2fcdNormalizer2Implimplstatic Norm2AllModes.NoopNormalizer2NOOP_NORMALIZER2
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Normalizer2getFCDNormalizer2()Gets the FCD normalizer, with the FCD data initialized.static Norm2AllModesgetInstance(ByteBuffer bytes, String name)static Norm2AllModes.Normalizer2WithImplgetN2WithImpl(int index)static Norm2AllModesgetNFCInstance()static Norm2AllModesgetNFKC_CFInstance()static Norm2AllModesgetNFKCInstance()
-
-
-
Field Detail
-
impl
public final Normalizer2Impl impl
-
comp
public final Norm2AllModes.ComposeNormalizer2 comp
-
decomp
public final Norm2AllModes.DecomposeNormalizer2 decomp
-
fcd
public final Norm2AllModes.FCDNormalizer2 fcd
-
fcc
public final Norm2AllModes.ComposeNormalizer2 fcc
-
NOOP_NORMALIZER2
public static final Norm2AllModes.NoopNormalizer2 NOOP_NORMALIZER2
-
-
Method Detail
-
getNFCInstance
public static Norm2AllModes getNFCInstance()
-
getNFKCInstance
public static Norm2AllModes getNFKCInstance()
-
getNFKC_CFInstance
public static Norm2AllModes getNFKC_CFInstance()
-
getN2WithImpl
public static Norm2AllModes.Normalizer2WithImpl getN2WithImpl(int index)
-
getInstance
public static Norm2AllModes getInstance(ByteBuffer bytes, String name)
-
getFCDNormalizer2
public static Normalizer2 getFCDNormalizer2()
Gets the FCD normalizer, with the FCD data initialized.- Returns:
- FCD normalizer
-
-