Uses of Interface
com.ibm.icu.text.SymbolTable

Packages that use SymbolTable
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
static class UnicodeSet.XSymbolTable
          Internal class for customizing UnicodeSet parsing of properties.
 

Methods in com.ibm.icu.text with parameters of type SymbolTable
 UnicodeSet 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 SymbolTable
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.
 



Copyright (c) 2009 IBM Corporation and others.