Uses of Class
com.ibm.icu.text.StringMatcher
Packages that use StringMatcher
-
Uses of StringMatcher in com.ibm.icu.text
Fields in com.ibm.icu.text declared as StringMatcherModifier and TypeFieldDescriptionprivate StringMatcher
TransliterationRule.anteContext
The match that must occur before the key, or null if there is no preceding context.private StringMatcher
TransliterationRule.key
The matcher object for the key.private StringMatcher
TransliterationRule.postContext
The match that must occur after the key, or null if there is no following context.Fields in com.ibm.icu.text with type parameters of type StringMatcherModifier and TypeFieldDescriptionprivate List
<StringMatcher> TransliteratorParser.segmentObjects
Vector of StringMatcher objects for segments.Methods in com.ibm.icu.text with parameters of type StringMatcherModifier and TypeMethodDescriptionvoid
TransliteratorParser.setSegmentObject
(int seg, StringMatcher obj) Set the object for segment seg (1-based).