Package com.ibm.icu.impl
Class Norm2AllModes
java.lang.Object
com.ibm.icu.impl.Norm2AllModes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
static final class
private static final class
private static final class
private static final class
private static final class
static final class
private static final class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static CacheBase
<String, Norm2AllModes, ByteBuffer> final Normalizer2Impl
static final Norm2AllModes.NoopNormalizer2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Normalizer2
Gets the FCD normalizer, with the FCD data initialized.static Norm2AllModes
getInstance
(ByteBuffer bytes, String name) private static Norm2AllModes
getN2WithImpl
(int index) static Norm2AllModes
static Norm2AllModes
static Norm2AllModes
static Norm2AllModes
-
Field Details
-
impl
-
comp
-
decomp
-
fcd
-
fcc
-
cache
-
NOOP_NORMALIZER2
-
-
Constructor Details
-
Norm2AllModes
-
-
Method Details
-
getInstanceFromSingleton
private static Norm2AllModes getInstanceFromSingleton(Norm2AllModes.Norm2AllModesSingleton singleton) -
getNFCInstance
-
getNFKCInstance
-
getNFKC_CFInstance
-
getNFKC_SCFInstance
-
getN2WithImpl
-
getInstance
-
getFCDNormalizer2
Gets the FCD normalizer, with the FCD data initialized.- Returns:
- FCD normalizer
-