Uses of Interface
com.ibm.icu.text.UnicodeMatcher
Packages that use UnicodeMatcher
-
Uses of UnicodeMatcher in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type UnicodeMatcherModifier and TypeMethodDescriptionstatic voidUtility.appendToRule(StringBuilder rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuilder quoteBuf) Given a matcher reference, which may be null, append its pattern as a literal to the given rule.static voidUtilityExtensions.appendToRule(StringBuilder rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuilder quoteBuf) Given a matcher reference, which may be null, append its pattern as a literal to the given rule. -
Uses of UnicodeMatcher in com.ibm.icu.text
Classes in com.ibm.icu.text that implement UnicodeMatcherModifier and TypeClassDescription(package private) class(package private) classAn object that matches a fixed input string, implementing the UnicodeMatcher API.classUnicodeFilterdefines a protocol for selecting a subset of the full range (U+0000 to U+FFFF) of Unicode characters.classA mutable set of Unicode characters and multicharacter strings.Fields in com.ibm.icu.text declared as UnicodeMatcherModifier and TypeFieldDescriptionprivate UnicodeMatcherQuantifier.matcher(package private) UnicodeMatcher[]TransliterationRule.segmentsAn array of matcher objects corresponding to the input pattern segments.Methods in com.ibm.icu.text that return UnicodeMatcherModifier and TypeMethodDescriptionRBBISymbolTable.lookupMatcher(int ch) RuleBasedTransliterator.Data.lookupMatcher(int standIn) Return the UnicodeMatcher represented by the given character, or null if none.SymbolTable.lookupMatcher(int ch) Lookup the UnicodeMatcher associated with the given character, and return it.TransliteratorParser.ParseData.lookupMatcher(int ch) Implement SymbolTable API.UnicodeSet.XSymbolTable.lookupMatcher(int i) Supplies default implementation for SymbolTable (no action).Constructors in com.ibm.icu.text with parameters of type UnicodeMatcherModifierConstructorDescriptionQuantifier(UnicodeMatcher theMatcher, int theMinCount, int theMaxCount) TransliterationRule(String input, int anteContextPos, int postContextPos, String output, int cursorPos, int cursorOffset, UnicodeMatcher[] segs, boolean anchorStart, boolean anchorEnd, RuleBasedTransliterator.Data theData) Construct a new rule with the given input, output text, and other attributes.