Uses of Interface
com.ibm.icu.text.UnicodeMatcher
-
Packages that use UnicodeMatcher 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 UnicodeMatcher in com.ibm.icu.text
Classes in com.ibm.icu.text that implement UnicodeMatcher Modifier and Type Class Description classUnicodeFilterUnicodeFilterdefines a protocol for selecting a subset of the full range (U+0000 to U+FFFF) of Unicode characters.classUnicodeSetA mutable set of Unicode characters and multicharacter strings.Methods in com.ibm.icu.text that return UnicodeMatcher Modifier and Type Method Description UnicodeMatcherSymbolTable. lookupMatcher(int ch)Lookup the UnicodeMatcher associated with the given character, and return it.UnicodeMatcherUnicodeSet.XSymbolTable. lookupMatcher(int i)Supplies default implementation for SymbolTable (no action).
-