Uses of Interface
com.ibm.icu.text.SymbolTable
-
Packages that use SymbolTable Package Description com.ibm.icu.text -
-
Uses of SymbolTable in com.ibm.icu.text
Classes in com.ibm.icu.text that implement SymbolTable Modifier and Type Class Description static classUnicodeSet.XSymbolTableInternal class for customizing UnicodeSet parsing of properties.Methods in com.ibm.icu.text with parameters of type SymbolTable Modifier and Type Method Description UnicodeSetUnicodeSet. applyPattern(String pattern, ParsePosition pos, SymbolTable symbols, int options)Deprecated.This API is ICU internal only.UnicodeSetUnicodeSet. applyPropertyAlias(String propertyAlias, String valueAlias, SymbolTable symbols)Modifies this set to contain those code points which have the given value for the given property.Constructors in com.ibm.icu.text with parameters of type SymbolTable Constructor Description UnicodeSet(String pattern, ParsePosition pos, SymbolTable symbols)Constructs a set from the given pattern.UnicodeSet(String pattern, ParsePosition pos, SymbolTable symbols, int options)Constructs a set from the given pattern.
-