Uses of Interface
com.ibm.icu.text.SymbolTable
Packages that use SymbolTable
-
Uses of SymbolTable in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as SymbolTableModifier and TypeFieldDescriptionprivate SymbolTable
RuleCharacterIterator.sym
Symbol table used to parse and dereference variables.private SymbolTable
UnicodeRegex.symbolTable
Methods in com.ibm.icu.impl that return SymbolTableModifier and TypeMethodDescriptionUnicodeRegex.getSymbolTable()
Set the symbol table for internal processingMethods in com.ibm.icu.impl with parameters of type SymbolTableModifier and TypeMethodDescriptionUnicodeRegex.setSymbolTable
(SymbolTable symbolTable) Get the symbol table for internal processingConstructors in com.ibm.icu.impl with parameters of type SymbolTableModifierConstructorDescriptionRuleCharacterIterator
(String text, SymbolTable sym, 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 SymbolTableModifier and TypeClassDescription(package private) class
private class
This class implements the SymbolTable interface.static class
Internal class for customizing UnicodeSet parsing of properties.Methods in com.ibm.icu.text with parameters of type SymbolTableModifier and TypeMethodDescriptionprivate void
UnicodeSet.applyPattern
(RuleCharacterIterator chars, SymbolTable symbols, Appendable rebuiltPat, int options, int depth) Parse the pattern from the given RuleCharacterIterator.UnicodeSet.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.private void
UnicodeSet.applyPropertyPattern
(RuleCharacterIterator chars, Appendable rebuiltPat, SymbolTable symbols) Parse a property pattern.private UnicodeSet
UnicodeSet.applyPropertyPattern
(String pattern, ParsePosition ppos, SymbolTable symbols) Parse the given property pattern at the given parse position.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.