Uses of Class
java.text.Normalizer.Form
| Package | Description |
|---|---|
| java.text | |
| libcore.icu |
-
Uses of Normalizer.Form in java.text
Methods in java.text that return Normalizer.Form Modifier and Type Method Description static Normalizer.FormNormalizer.Form. valueOf(String name)Returns the enum constant of this type with the specified name.static Normalizer.Form[]Normalizer.Form. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in java.text with parameters of type Normalizer.Form Modifier and Type Method Description static booleanNormalizer. isNormalized(CharSequence src, Normalizer.Form form)Check whether the given character sequencesrcis normalized according to the normalization methodform.static StringNormalizer. normalize(CharSequence src, Normalizer.Form form)Normalize the character sequencesrcaccording to the normalization methodform. -
Uses of Normalizer.Form in libcore.icu
Methods in libcore.icu with parameters of type Normalizer.Form Modifier and Type Method Description static booleanNativeNormalizer. isNormalized(CharSequence src, Normalizer.Form form)static StringNativeNormalizer. normalize(CharSequence src, Normalizer.Form form)