Uses of Class
com.ibm.icu.text.Transliterator.Position
-
Packages that use Transliterator.Position 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. -
-
Uses of Transliterator.Position in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type Transliterator.Position Modifier and Type Method Description voidTransliterator. filteredTransliterate(Replaceable text, Transliterator.Position index, boolean incremental)Transliterate a substring of text, as specified by index, taking filters into account.voidTransliterator. finishTransliteration(Replaceable text, Transliterator.Position index)Finishes any pending transliterations that were waiting for more characters.protected voidRuleBasedTransliterator. handleTransliterate(Replaceable text, Transliterator.Position index, boolean incremental)Deprecated.This API is ICU internal only.protected abstract voidTransliterator. handleTransliterate(Replaceable text, Transliterator.Position pos, boolean incremental)Abstract method that concrete subclasses define to implement their transliteration algorithm.voidTransliterator.Position. set(Transliterator.Position pos)Copies the indices of this position from another.voidTransliterator. transliterate(Replaceable text, Transliterator.Position index)Transliterates the portion of the text buffer that can be transliterated unambiguosly.voidTransliterator. 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.voidTransliterator. transliterate(Replaceable text, Transliterator.Position index, 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.Constructors in com.ibm.icu.text with parameters of type Transliterator.Position Constructor Description Position(Transliterator.Position pos)Constructs a Position object that is a copy of another.
-