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 |
---|---|---|
class |
UnicodeSet |
A mutable set of Unicode characters and multicharacter strings.
|
Modifier and Type | Method | Description |
---|---|---|
UnicodeFilter |
Transliterator.getFilter() |
Returns the filter used by this transliterator, or null
if this transliterator uses no filter.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Transliterator.setFilter(UnicodeFilter filter) |
Changes the filter used by this transliterator.
|
Constructor | Description |
---|---|
Transliterator(String ID,
UnicodeFilter filter) |
Default constructor.
|
Copyright ? 2016 Unicode, Inc. and others.