Uses of Interface
com.ibm.icu.text.Transform
-
Packages that use Transform 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. -
-
Uses of Transform in com.ibm.icu.text
Subinterfaces of Transform in com.ibm.icu.text Modifier and Type Interface Description interface
StringTransform
Provide a base class for Transforms that focuses just on the transformation of the text.Classes in com.ibm.icu.text that implement Transform Modifier and Type Class Description class
RuleBasedTransliterator
Deprecated.This API is ICU internal only.class
Transliterator
Transliterator
is an abstract class that transliterates text from one format to another.
-