Uses of Interface
com.ibm.icu.text.UnicodeReplacer
-
Packages that use UnicodeReplacer 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 UnicodeReplacer in com.ibm.icu.text
Classes in com.ibm.icu.text that implement UnicodeReplacer Modifier and Type Class Description (package private) class
FunctionReplacer
A replacer that calls a transliterator to generate its output text.(package private) class
StringMatcher
An object that matches a fixed input string, implementing the UnicodeMatcher API.(package private) class
StringReplacer
A replacer that produces static text as its output.Fields in com.ibm.icu.text declared as UnicodeReplacer Modifier and Type Field Description private UnicodeReplacer
TransliterationRule. output
The object that performs the replacement if the key, anteContext, and postContext are matched.private UnicodeReplacer
FunctionReplacer. replacer
The replacer object.Methods in com.ibm.icu.text that return UnicodeReplacer Modifier and Type Method Description UnicodeReplacer
RuleBasedTransliterator.Data. lookupReplacer(int standIn)
Return the UnicodeReplacer represented by the given character, or null if none.Constructors in com.ibm.icu.text with parameters of type UnicodeReplacer Constructor Description FunctionReplacer(Transliterator theTranslit, UnicodeReplacer theReplacer)
Construct a replacer that takes the output of the given replacer, passes it through the given transliterator, and emits the result as output.
-