Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Field and Description |
---|---|
static Normalizer.QuickCheckResult |
Normalizer.MAYBE
Indicates it cannot be determined if string is in the normalized
format without further thorough checks.
|
static Normalizer.QuickCheckResult |
Normalizer.NO
Indicates that string is not in the normalized format
|
static Normalizer.QuickCheckResult |
Normalizer.YES
Indicates that string is in the normalized format
|
Modifier and Type | Method and Description |
---|---|
static Normalizer.QuickCheckResult |
Normalizer.quickCheck(char[] source,
int start,
int limit,
Normalizer.Mode mode,
int options)
Deprecated.
ICU 56 Use
Normalizer2 instead. |
static Normalizer.QuickCheckResult |
Normalizer.quickCheck(char[] source,
Normalizer.Mode mode,
int options)
Deprecated.
ICU 56 Use
Normalizer2 instead. |
abstract Normalizer.QuickCheckResult |
Normalizer2.quickCheck(CharSequence s)
Tests if the string is normalized.
|
Normalizer.QuickCheckResult |
FilteredNormalizer2.quickCheck(CharSequence s)
Tests if the string is normalized.
|
static Normalizer.QuickCheckResult |
Normalizer.quickCheck(String source,
Normalizer.Mode mode)
Deprecated.
ICU 56 Use
Normalizer2 instead. |
static Normalizer.QuickCheckResult |
Normalizer.quickCheck(String source,
Normalizer.Mode mode,
int options)
Deprecated.
ICU 56 Use
Normalizer2 instead. |
Copyright © 2016 Unicode, Inc. and others.