Uses of Interface
com.ibm.icu.text.Replaceable
-
Packages that use Replaceable 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 Replaceable in com.ibm.icu.text
Classes in com.ibm.icu.text that implement Replaceable Modifier and Type Class Description classReplaceableStringReplaceableStringis an adapter class that implements theReplaceableAPI around an ordinaryStringBuffer.Methods in com.ibm.icu.text with parameters of type Replaceable Modifier and Type Method Description static intUTF16. charAt(Replaceable source, int offset16)Extract a single UTF-32 value from a string.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.static UCharacterIteratorUCharacterIterator. getInstance(Replaceable source)Returns aUCharacterIteratorobject given aReplaceableobject.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.intUnicodeFilter. matches(Replaceable text, int[] offset, int limit, boolean incremental)Default implementation of UnicodeMatcher::matches() for Unicode filters.intUnicodeMatcher. matches(Replaceable text, int[] offset, int limit, boolean incremental)Return a UMatchDegree value indicating the degree of match for the given text at the given offset.intUnicodeSet. matches(Replaceable text, int[] offset, int limit, boolean incremental)Implementation of UnicodeMatcher.matches().voidTransliterator. transliterate(Replaceable text)Transliterates an entire string in place.intTransliterator. transliterate(Replaceable text, int start, int limit)Transliterates a segment of a string, with optional filtering.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.
-