public final class Norm2AllModes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Norm2AllModes.ComposeNormalizer2 |
static class |
Norm2AllModes.DecomposeNormalizer2 |
static class |
Norm2AllModes.FCDNormalizer2 |
static class |
Norm2AllModes.NoopNormalizer2 |
static class |
Norm2AllModes.Normalizer2WithImpl |
| Modifier and Type | Field and Description |
|---|---|
Norm2AllModes.ComposeNormalizer2 |
comp |
Norm2AllModes.DecomposeNormalizer2 |
decomp |
Norm2AllModes.ComposeNormalizer2 |
fcc |
Norm2AllModes.FCDNormalizer2 |
fcd |
Normalizer2Impl |
impl |
static Norm2AllModes.NoopNormalizer2 |
NOOP_NORMALIZER2 |
| Modifier and Type | Method and Description |
|---|---|
static Normalizer2 |
getFCDNormalizer2()
Gets the FCD normalizer, with the FCD data initialized.
|
static Norm2AllModes |
getInstance(ByteBuffer bytes,
String name) |
static Norm2AllModes.Normalizer2WithImpl |
getN2WithImpl(int index) |
static Norm2AllModes |
getNFCInstance() |
static Norm2AllModes |
getNFKC_CFInstance() |
static Norm2AllModes |
getNFKCInstance() |
public final Normalizer2Impl impl
public final Norm2AllModes.ComposeNormalizer2 comp
public final Norm2AllModes.DecomposeNormalizer2 decomp
public final Norm2AllModes.FCDNormalizer2 fcd
public final Norm2AllModes.ComposeNormalizer2 fcc
public static final Norm2AllModes.NoopNormalizer2 NOOP_NORMALIZER2
public static Norm2AllModes getNFCInstance()
public static Norm2AllModes getNFKCInstance()
public static Norm2AllModes getNFKC_CFInstance()
public static Norm2AllModes.Normalizer2WithImpl getN2WithImpl(int index)
public static Norm2AllModes getInstance(ByteBuffer bytes, String name)
public static Normalizer2 getFCDNormalizer2()