Uses of Class
com.ibm.icu.text.StringMatcher
-
Packages that use StringMatcher Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of StringMatcher in com.ibm.icu.text
Fields in com.ibm.icu.text declared as StringMatcher Modifier and Type Field Description private 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 StringMatcher Modifier and Type Field Description private java.util.List<StringMatcher>
TransliteratorParser. segmentObjects
Vector of StringMatcher objects for segments.Methods in com.ibm.icu.text with parameters of type StringMatcher Modifier and Type Method Description void
TransliteratorParser. setSegmentObject(int seg, StringMatcher obj)
Set the object for segment seg (1-based).
-