The methods of Java.Text.Normalizer are listed below. For a list of all members, see the Normalizer Members list.
See Also: Inherited members from Java.Lang.Object
static | IsNormalized(Java.Lang.ICharSequence, Normalizer.Form)Check whether the given character sequence src is normalized according to the normalization method form. | |
static | IsNormalized(string, Normalizer.Form)Documentation for this section has not yet been entered. | |
static | Normalize(Java.Lang.ICharSequence, Normalizer.Form)Normalize the character sequence src according to the normalization method form. | |
static | Normalize(string, Normalizer.Form)Documentation for this section has not yet been entered. |