Frames | No Frames |
Constructors with parameter type com.ibm.icu.text.Normalizer.Mode | |
Creates a new Normalizer object for iterating over the
normalized form of the given text.
| |
Creates a new Normalizer object for iterating over the
normalized form of a given string.
| |
Creates a new Normalizer object for iterating over the
normalized form of the given text.
|
Fields of type com.ibm.icu.text.Normalizer.Mode | |
Normalizer.Mode | Canonical decomposition followed by canonical composition. |
Normalizer.Mode | Compatibility decomposition followed by canonical composition.
|
Normalizer.Mode | Canonical decomposition. |
Normalizer.Mode | Compatibility decomposition. |
Normalizer.Mode | Default normalization.
|
Normalizer.Mode | "Fast C or D" form.
|
Normalizer.Mode | Canonical decomposition followed by canonical composition.
|
Normalizer.Mode | Canonical decomposition.
|
Normalizer.Mode | Compatibility decomposition followed by canonical composition.
|
Normalizer.Mode | Compatibility decomposition.
|
Normalizer.Mode | No decomposition/composition.
|
Normalizer.Mode | Null operation for use with the constructors
and the static normalize method. |
Methods with parameter type com.ibm.icu.text.Normalizer.Mode | |
String | Concatenate normalized strings, making sure that the result is normalized
as well.
|
String | Concatenate normalized strings, making sure that the result is normalized
as well.
|
int | Normalizer.concatenate(char[] left, int leftStart, int leftLimit, char[] right, int rightStart, int rightLimit, char[] dest, int destStart, int destLimit, Normalizer.Mode mode, int options) Concatenate normalized strings, making sure that the result is normalized
as well.
|
boolean | Internal API
|
boolean | Convenience Method
|
boolean | Test if a string is in a given normalization form.
|
boolean | Convenience Method
|
String | Normalize a string.
|
String | Normalizes a String using the given normalization operation.
|
int | Normalize a string.
|
int | Normalizer.normalize(char[] src, int srcStart, int srcLimit, char[] dest, int destStart, int destLimit, Normalizer.Mode mode, int options) Normalize a string.
|
String | Conveinience method to normalize a codepoint accoding to the given mode
|
String | Normalize a codepoint accoding to the given mode
|
Normalizer.QuickCheckResult | Convenience method.
|
Normalizer.QuickCheckResult | Convenience method.
|
Normalizer.QuickCheckResult | Convenience method.
|
Normalizer.QuickCheckResult | Performing quick check on a string, to quickly determine if the string is
in a particular normalization format.
|
void | Set the normalization mode for this object.
|
Methods with return type com.ibm.icu.text.Normalizer.Mode | |
Normalizer.Mode | Return the basic operation performed by this Normalizer
|