Uses of Interface
com.ibm.icu.text.UnicodeMatcher
-
Packages that use UnicodeMatcher Package Description com.ibm.icu.impl com.ibm.icu.text -
-
Uses of UnicodeMatcher in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type UnicodeMatcher Modifier and Type Method Description static void
Utility. appendToRule(java.lang.StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, java.lang.StringBuffer quoteBuf)
Given a matcher reference, which may be null, append its pattern as a literal to the given rule.static void
UtilityExtensions. appendToRule(java.lang.StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, java.lang.StringBuffer 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 UnicodeMatcher Modifier and Type Class Description (package private) class
Quantifier
(package private) class
StringMatcher
An object that matches a fixed input string, implementing the UnicodeMatcher API.class
UnicodeFilter
UnicodeFilter
defines a protocol for selecting a subset of the full range (U+0000 to U+FFFF) of Unicode characters.class
UnicodeSet
A mutable set of Unicode characters and multicharacter strings.Fields in com.ibm.icu.text declared as UnicodeMatcher Modifier and Type Field Description private UnicodeMatcher
Quantifier. matcher
(package private) UnicodeMatcher[]
TransliterationRule. segments
An array of matcher objects corresponding to the input pattern segments.Methods in com.ibm.icu.text that return UnicodeMatcher Modifier and Type Method Description UnicodeMatcher
RBBISymbolTable. lookupMatcher(int ch)
UnicodeMatcher
RuleBasedTransliterator.Data. lookupMatcher(int standIn)
Return the UnicodeMatcher represented by the given character, or null if none.UnicodeMatcher
SymbolTable. lookupMatcher(int ch)
Lookup the UnicodeMatcher associated with the given character, and return it.UnicodeMatcher
TransliteratorParser.ParseData. lookupMatcher(int ch)
Implement SymbolTable API.UnicodeMatcher
UnicodeSet.XSymbolTable. lookupMatcher(int i)
Supplies default implementation for SymbolTable (no action).Constructors in com.ibm.icu.text with parameters of type UnicodeMatcher Constructor Description Quantifier(UnicodeMatcher theMatcher, int theMinCount, int theMaxCount)
TransliterationRule(java.lang.String input, int anteContextPos, int postContextPos, java.lang.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.
-