Uses of Interface
com.ibm.icu.text.SymbolTable
-
Packages that use SymbolTable Package Description com.ibm.icu.impl 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.impl
Fields in com.ibm.icu.impl declared as SymbolTable Modifier and Type Field Description private SymbolTable
RuleCharacterIterator. sym
Symbol table used to parse and dereference variables.private SymbolTable
UnicodeRegex. symbolTable
Methods in com.ibm.icu.impl that return SymbolTable Modifier and Type Method Description SymbolTable
UnicodeRegex. getSymbolTable()
Set the symbol table for internal processingMethods in com.ibm.icu.impl with parameters of type SymbolTable Modifier and Type Method Description UnicodeRegex
UnicodeRegex. setSymbolTable(SymbolTable symbolTable)
Get the symbol table for internal processingConstructors in com.ibm.icu.impl with parameters of type SymbolTable Constructor Description RuleCharacterIterator(java.lang.String text, SymbolTable sym, java.text.ParsePosition pos)
Constructs an iterator over the given text, starting at the given position. -
Uses of SymbolTable in com.ibm.icu.text
Classes in com.ibm.icu.text that implement SymbolTable Modifier and Type Class Description (package private) class
RBBISymbolTable
private class
TransliteratorParser.ParseData
This class implements the SymbolTable interface.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 private void
UnicodeSet. applyPattern(RuleCharacterIterator chars, SymbolTable symbols, java.lang.Appendable rebuiltPat, int options, int depth)
Parse the pattern from the given RuleCharacterIterator.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.private void
UnicodeSet. applyPropertyPattern(RuleCharacterIterator chars, java.lang.Appendable rebuiltPat, SymbolTable symbols)
Parse a property pattern.private UnicodeSet
UnicodeSet. applyPropertyPattern(java.lang.String pattern, java.text.ParsePosition ppos, SymbolTable symbols)
Parse the given property pattern at the given parse position.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.
-