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)
Performing quick check on a string, to quickly determine if the string is
in a particular normalization format.
|
static Normalizer.QuickCheckResult |
Normalizer.quickCheck(char[] source,
Normalizer.Mode mode,
int options)
Convenience method.
|
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)
Convenience method.
|
static Normalizer.QuickCheckResult |
Normalizer.quickCheck(String source,
Normalizer.Mode mode,
int options)
Performing quick check on a string, to quickly determine if the string is
in a particular normalization format.
|
Copyright (c) 2014 IBM Corporation and others.