Package | Description |
---|---|
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.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
UnicodeSet.XSymbolTable |
Internal class for customizing UnicodeSet parsing of properties.
|
Modifier and Type | Method | Description |
---|---|---|
UnicodeSet |
UnicodeSet.applyPattern(String pattern,
ParsePosition pos,
SymbolTable symbols,
int options) |
Deprecated.
This API is ICU internal only.
|
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.
|
Constructor | Description |
---|---|
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 ? 2016 Unicode, Inc. and others.