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 |
RuleBasedTransliterator |
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method | Description |
---|---|---|
static Transliterator |
Transliterator.createFromRules(String ID,
String rules,
int dir) |
Returns a
Transliterator object constructed from
the given rule string. |
Transliterator[] |
Transliterator.getElements() |
Return the elements that make up this transliterator.
|
Transliterator |
Transliterator.Factory.getInstance(String ID) |
Return a transliterator for the given ID.
|
static Transliterator |
Transliterator.getInstance(String ID) |
Returns a
Transliterator object given its ID. |
static Transliterator |
Transliterator.getInstance(String ID,
int dir) |
Returns a
Transliterator object given its ID. |
Transliterator |
Transliterator.getInverse() |
Returns this transliterator's inverse.
|
Transliterator |
RuleBasedTransliterator.safeClone() |
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Transliterator.registerInstance(Transliterator trans) |
Register a Transliterator object with the given ID.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Transliterator.registerClass(String ID,
Class<? extends Transliterator> transClass,
String displayName) |
Registers a subclass of
Transliterator with the
system. |
Copyright © 2016 Unicode, Inc. and others.