Uses of Interface
com.ibm.icu.text.SymbolTable
Packages that use SymbolTable
Package
Description
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 SymbolTableModifier and TypeClassDescriptionstatic class
Internal class for customizing UnicodeSet parsing of properties.Methods in com.ibm.icu.text with parameters of type SymbolTableModifier and TypeMethodDescriptionUnicodeSet.applyPattern
(String pattern, ParsePosition pos, SymbolTable symbols, int options) Deprecated.This API is ICU internal only.UnicodeSet.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 SymbolTableModifierConstructorDescriptionUnicodeSet
(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.