void |
Transliterator.filteredTransliterate(Replaceable text,
Transliterator.Position index,
boolean incremental) |
Transliterate a substring of text, as specified by index, taking filters
into account.
|
private void |
Transliterator.filteredTransliterate(Replaceable text,
Transliterator.Position index,
boolean incremental,
boolean rollback) |
Top-level transliteration method, handling filtering, incremental and
non-incremental transliteration, and rollback.
|
void |
Transliterator.finishTransliteration(Replaceable text,
Transliterator.Position index) |
Finishes any pending transliterations that were waiting for
more characters.
|
protected void |
AnyTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position pos,
boolean isIncremental) |
|
protected void |
BreakTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position pos,
boolean incremental) |
|
protected void |
CaseFoldTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position offsets,
boolean isIncremental) |
|
protected void |
CompoundTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position index,
boolean incremental) |
|
protected void |
EscapeTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position pos,
boolean incremental) |
|
protected void |
LowercaseTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position offsets,
boolean isIncremental) |
|
protected void |
NameUnicodeTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position offsets,
boolean isIncremental) |
|
protected void |
NormalizationTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position offsets,
boolean isIncremental) |
|
protected void |
NullTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position offsets,
boolean incremental) |
|
protected void |
RemoveTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position index,
boolean incremental) |
|
protected void |
RuleBasedTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position index,
boolean incremental) |
Deprecated.
|
protected void |
TitlecaseTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position offsets,
boolean isIncremental) |
|
protected abstract void |
Transliterator.handleTransliterate(Replaceable text,
Transliterator.Position pos,
boolean incremental) |
Abstract method that concrete subclasses define to implement
their transliteration algorithm.
|
protected void |
UnescapeTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position pos,
boolean isIncremental) |
|
protected void |
UnicodeNameTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position offsets,
boolean isIncremental) |
|
protected void |
UppercaseTransliterator.handleTransliterate(Replaceable text,
Transliterator.Position offsets,
boolean isIncremental) |
|
int |
TransliterationRule.matchAndReplace(Replaceable text,
Transliterator.Position pos,
boolean incremental) |
Attempt a match and replacement at the given position.
|
void |
Transliterator.Position.set(Transliterator.Position pos) |
Copies the indices of this position from another.
|
boolean |
TransliterationRuleSet.transliterate(Replaceable text,
Transliterator.Position pos,
boolean incremental) |
Transliterate the given text with the given UTransPosition
indices.
|
void |
Transliterator.transliterate(Replaceable text,
Transliterator.Position index) |
Transliterates the portion of the text buffer that can be
transliterated unambiguosly.
|
void |
Transliterator.transliterate(Replaceable text,
Transliterator.Position index,
int insertion) |
Transliterates the portion of the text buffer that can be
transliterated unambiguosly after a new character has been
inserted, typically as a result of a keyboard event.
|
void |
Transliterator.transliterate(Replaceable text,
Transliterator.Position index,
java.lang.String insertion) |
Transliterates the portion of the text buffer that can be
transliterated unambiguosly after new text has been inserted,
typically as a result of a keyboard event.
|