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) classA replacer that calls a transliterator to generate its output text.(package private) classAn object that matches a fixed input string, implementing the UnicodeMatcher API.(package private) classA replacer that produces static text as its output.Fields in com.ibm.icu.text declared as UnicodeReplacerModifier and TypeFieldDescriptionprivate UnicodeReplacerTransliterationRule.outputThe object that performs the replacement if the key, anteContext, and postContext are matched.private UnicodeReplacerFunctionReplacer.replacerThe 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.