Uses of Interface
com.ibm.icu.text.UnicodeReplacer
Packages that use UnicodeReplacer
-
Uses of UnicodeReplacer in com.ibm.icu.text
Classes in com.ibm.icu.text that implement UnicodeReplacerModifier and TypeClassDescription(package private) class
A replacer that calls a transliterator to generate its output text.(package private) class
An object that matches a fixed input string, implementing the UnicodeMatcher API.(package private) class
A replacer that produces static text as its output.Fields in com.ibm.icu.text declared as UnicodeReplacerModifier and TypeFieldDescriptionprivate 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 UnicodeReplacerModifier and TypeMethodDescriptionRuleBasedTransliterator.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 UnicodeReplacerModifierConstructorDescriptionFunctionReplacer
(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.