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 StringMatcherTransliterationRule.anteContextThe match that must occur before the key, or null if there is no preceding context.private StringMatcherTransliterationRule.keyThe matcher object for the key.private StringMatcherTransliterationRule.postContextThe 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.segmentObjectsVector of StringMatcher objects for segments.Methods in com.ibm.icu.text with parameters of type StringMatcherModifier and TypeMethodDescriptionvoidTransliteratorParser.setSegmentObject(int seg, StringMatcher obj) Set the object for segment seg (1-based).