Uses of Class
com.ibm.icu.text.UCharacterIterator
-
Packages that use UCharacterIterator Package Description com.ibm.icu.impl com.ibm.icu.impl.coll com.ibm.icu.text -
-
Uses of UCharacterIterator in com.ibm.icu.impl
Subclasses of UCharacterIterator in com.ibm.icu.impl Modifier and Type Class Description class
CharacterIteratorWrapper
This class is a wrapper around CharacterIterator and implements the UCharacterIterator protocolclass
ReplaceableUCharacterIterator
DLF docs must define behavior when Replaceable is mutated underneath the iterator.class
UCharArrayIterator
Fields in com.ibm.icu.impl declared as UCharacterIterator Modifier and Type Field Description private UCharacterIterator
UCharacterIteratorWrapper. iterator
private UCharacterIterator
SimpleFilteredSentenceBreakIterator. text
Methods in com.ibm.icu.impl with parameters of type UCharacterIterator Modifier and Type Method Description static java.lang.StringBuffer
IDNA2003. convertToASCII(UCharacterIterator src, int options)
static java.lang.StringBuffer
IDNA2003. convertToUnicode(UCharacterIterator src, int options)
Constructors in com.ibm.icu.impl with parameters of type UCharacterIterator Constructor Description UCharacterIteratorWrapper(UCharacterIterator iter)
-
Uses of UCharacterIterator in com.ibm.icu.impl.coll
Fields in com.ibm.icu.impl.coll declared as UCharacterIterator Modifier and Type Field Description protected UCharacterIterator
IterCollationIterator. iter
Constructors in com.ibm.icu.impl.coll with parameters of type UCharacterIterator Constructor Description FCDIterCollationIterator(CollationData data, boolean numeric, UCharacterIterator ui, int startIndex)
IterCollationIterator(CollationData d, boolean numeric, UCharacterIterator ui)
-
Uses of UCharacterIterator in com.ibm.icu.text
Fields in com.ibm.icu.text declared as UCharacterIterator Modifier and Type Field Description private UCharacterIterator
Normalizer. text
Methods in com.ibm.icu.text that return UCharacterIterator Modifier and Type Method Description static UCharacterIterator
UCharacterIterator. getInstance(char[] source)
Returns aUCharacterIterator
object given a source character array.static UCharacterIterator
UCharacterIterator. getInstance(char[] source, int start, int limit)
Returns aUCharacterIterator
object given a source character array.static UCharacterIterator
UCharacterIterator. getInstance(Replaceable source)
Returns aUCharacterIterator
object given aReplaceable
object.static UCharacterIterator
UCharacterIterator. getInstance(java.lang.String source)
Returns aUCharacterIterator
object given a source string.static UCharacterIterator
UCharacterIterator. getInstance(java.lang.StringBuffer source)
Returns aUCharacterIterator
object given a source StringBuffer.static UCharacterIterator
UCharacterIterator. getInstance(java.text.CharacterIterator source)
Returns aUCharacterIterator
object given a CharacterIterator.Methods in com.ibm.icu.text with parameters of type UCharacterIterator Modifier and Type Method Description static int
IDNA. compare(UCharacterIterator s1, UCharacterIterator s2, int options)
Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int)
.static java.lang.StringBuffer
IDNA. convertIDNToASCII(UCharacterIterator src, int options)
Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int)
.static java.lang.StringBuffer
IDNA. convertIDNToUnicode(UCharacterIterator src, int options)
Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int)
.static java.lang.StringBuffer
IDNA. convertToASCII(UCharacterIterator src, int options)
Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int)
.static java.lang.StringBuffer
IDNA. convertToUnicode(UCharacterIterator src, int options)
Deprecated.ICU 55 Use UTS 46 instead viaIDNA.getUTS46Instance(int)
.CollationElementIterator
RuleBasedCollator. getCollationElementIterator(UCharacterIterator source)
Return a CollationElementIterator for the given UCharacterIterator.private java.lang.StringBuffer
StringPrep. map(UCharacterIterator iter, int options)
java.lang.StringBuffer
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 UCharacterIterator Constructor Description CollationElementIterator(UCharacterIterator source, RuleBasedCollator collator)
CollationElementIterator constructor.Normalizer(UCharacterIterator iter, Normalizer.Mode mode, int options)
Deprecated.ICU 56 UseNormalizer2
instead.
-