Uses of Interface
com.ibm.icu.text.SymbolTable
-
Packages that use SymbolTable 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 SymbolTable in com.ibm.icu.text
Classes in com.ibm.icu.text that implement SymbolTable Modifier and Type Class Description static class
UnicodeSet.XSymbolTable
Internal class for customizing UnicodeSet parsing of properties.Methods in com.ibm.icu.text with parameters of type SymbolTable Modifier and Type Method Description UnicodeSet
UnicodeSet. applyPattern(java.lang.String pattern, java.text.ParsePosition pos, SymbolTable symbols, int options)
Deprecated.This API is ICU internal only.UnicodeSet
UnicodeSet. applyPropertyAlias(java.lang.String propertyAlias, java.lang.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(java.lang.String pattern, java.text.ParsePosition pos, SymbolTable symbols)
Constructs a set from the given pattern.UnicodeSet(java.lang.String pattern, java.text.ParsePosition pos, SymbolTable symbols, int options)
Constructs a set from the given pattern.
-