Uses of Class
com.ibm.icu.text.UCharacterIterator
Packages that use UCharacterIterator
Package
Description
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 UCharacterIteratorModifier and TypeMethodDescriptionstatic final UCharacterIterator
UCharacterIterator.getInstance
(char[] source) Returns aUCharacterIterator
object given a source character array.static final UCharacterIterator
UCharacterIterator.getInstance
(char[] source, int start, int limit) Returns aUCharacterIterator
object given a source character array.static final UCharacterIterator
UCharacterIterator.getInstance
(Replaceable source) Returns aUCharacterIterator
object given aReplaceable
object.static final UCharacterIterator
UCharacterIterator.getInstance
(String source) Returns aUCharacterIterator
object given a source string.static final UCharacterIterator
UCharacterIterator.getInstance
(StringBuffer source) Returns aUCharacterIterator
object given a source StringBuffer.static final UCharacterIterator
UCharacterIterator.getInstance
(CharacterIterator source) Returns aUCharacterIterator
object given a CharacterIterator.Methods in com.ibm.icu.text with parameters of type UCharacterIteratorModifier and TypeMethodDescriptionstatic int
IDNA.compare
(UCharacterIterator s1, UCharacterIterator s2, int options) Deprecated.static StringBuffer
IDNA.convertIDNToASCII
(UCharacterIterator src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int)
.static StringBuffer
IDNA.convertIDNToUnicode
(UCharacterIterator src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int)
.static StringBuffer
IDNA.convertToASCII
(UCharacterIterator src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int)
.static StringBuffer
IDNA.convertToUnicode
(UCharacterIterator src, int options) Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int)
.RuleBasedCollator.getCollationElementIterator
(UCharacterIterator source) Return a CollationElementIterator for the given UCharacterIterator.StringPrep.prepare
(UCharacterIterator src, int options) Prepare the input buffer for use in applications with the given profile.void
CollationElementIterator.setText
(UCharacterIterator source) Set a new source string iterator for iteration, and reset the offset to the beginning of the text.void
Normalizer.setText
(UCharacterIterator newText) Deprecated.ICU 56Constructors in com.ibm.icu.text with parameters of type UCharacterIteratorModifierConstructorDescriptionNormalizer
(UCharacterIterator iter, Normalizer.Mode mode, int options) Deprecated.ICU 56 UseNormalizer2
instead.
IDNA.getUTS46Instance(int)
.