com.ibm.icu.text

Class UnicodeSet.XSymbolTable

public abstract static class UnicodeSet.XSymbolTable extends Object implements SymbolTable

Deprecated: This API is ICU internal only.

Internal class for customizing UnicodeSet parsing of properties. TODO: extend to allow customizing of codepoint ranges

Author: medavis

UNKNOWN:

Constructor Summary
XSymbolTable()
Default constructor
Method Summary
booleanapplyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result)
char[]lookup(String s)
UnicodeMatcherlookupMatcher(int i)
StringparseReference(String text, ParsePosition pos, int limit)

Constructor Detail

XSymbolTable

public XSymbolTable()

Deprecated: This API is ICU internal only.

Default constructor

UNKNOWN:

Method Detail

applyPropertyAlias

public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result)

Deprecated: This API is ICU internal only.

UNKNOWN:

lookup

public char[] lookup(String s)

Deprecated: This API is ICU internal only.

UNKNOWN:

lookupMatcher

public UnicodeMatcher lookupMatcher(int i)

Deprecated: This API is ICU internal only.

UNKNOWN:

parseReference

public String parseReference(String text, ParsePosition pos, int limit)

Deprecated: This API is ICU internal only.

UNKNOWN:

Copyright (c) 2007 IBM Corporation and others.