Uses of Class
com.ibm.icu.text.UCharacterIterator
-
Packages that use UCharacterIterator 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 UCharacterIterator in com.ibm.icu.text
Methods in com.ibm.icu.text that return UCharacterIterator Modifier and Type Method Description UCharacterIteratorUCharacterIterator. clone()Creates a copy of this iterator, independent from other iterators.static UCharacterIteratorUCharacterIterator. getInstance(char[] source)Returns aUCharacterIteratorobject given a source character array.static UCharacterIteratorUCharacterIterator. getInstance(char[] source, int start, int limit)Returns aUCharacterIteratorobject given a source character array.static UCharacterIteratorUCharacterIterator. getInstance(Replaceable source)Returns aUCharacterIteratorobject given aReplaceableobject.static UCharacterIteratorUCharacterIterator. getInstance(String source)Returns aUCharacterIteratorobject given a source string.static UCharacterIteratorUCharacterIterator. getInstance(StringBuffer source)Returns aUCharacterIteratorobject given a source StringBuffer.static UCharacterIteratorUCharacterIterator. getInstance(CharacterIterator source)Returns aUCharacterIteratorobject given a CharacterIterator.Methods in com.ibm.icu.text with parameters of type UCharacterIterator Modifier and Type Method Description static intIDNA. compare(UCharacterIterator s1, UCharacterIterator s2, int options)Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA. convertIDNToASCII(UCharacterIterator src, int options)Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA. convertIDNToUnicode(UCharacterIterator src, int options)Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA. convertToASCII(UCharacterIterator src, int options)Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).static StringBufferIDNA. convertToUnicode(UCharacterIterator src, int options)Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int).CollationElementIteratorRuleBasedCollator. getCollationElementIterator(UCharacterIterator source)Return a CollationElementIterator for the given UCharacterIterator.StringBufferStringPrep. prepare(UCharacterIterator src, int options)Prepare the input buffer for use in applications with the given profile.voidCollationElementIterator. setText(UCharacterIterator source)Set a new source string iterator for iteration, and reset the offset to the beginning of the text.voidNormalizer. setText(UCharacterIterator newText)Deprecated.ICU 56Constructors in com.ibm.icu.text with parameters of type UCharacterIterator Constructor Description Normalizer(UCharacterIterator iter, Normalizer.Mode mode, int options)Deprecated.ICU 56 UseNormalizer2instead.
-