Uses of Class
com.ibm.icu.text.UCharacterIterator
Packages that use UCharacterIterator
-
Uses of UCharacterIterator in com.ibm.icu.impl
Subclasses of UCharacterIterator in com.ibm.icu.implModifier and TypeClassDescriptionclassThis class is a wrapper around CharacterIterator and implements the UCharacterIterator protocolclassDLF docs must define behavior when Replaceable is mutated underneath the iterator.final classFields in com.ibm.icu.impl declared as UCharacterIteratorModifier and TypeFieldDescriptionprivate UCharacterIteratorUCharacterIteratorWrapper.iteratorprivate UCharacterIteratorSimpleFilteredSentenceBreakIterator.textMethods in com.ibm.icu.impl with parameters of type UCharacterIteratorModifier and TypeMethodDescriptionstatic StringBufferIDNA2003.convertToASCII(UCharacterIterator src, int options) static StringBufferIDNA2003.convertToUnicode(UCharacterIterator src, int options) Constructors in com.ibm.icu.impl with parameters of type UCharacterIterator -
Uses of UCharacterIterator in com.ibm.icu.impl.coll
Fields in com.ibm.icu.impl.coll declared as UCharacterIteratorConstructors in com.ibm.icu.impl.coll with parameters of type UCharacterIteratorModifierConstructorDescriptionFCDIterCollationIterator(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 UCharacterIteratorMethods in com.ibm.icu.text that return UCharacterIteratorModifier and TypeMethodDescriptionstatic final UCharacterIteratorUCharacterIterator.getInstance(char[] source) Returns aUCharacterIteratorobject given a source character array.static final UCharacterIteratorUCharacterIterator.getInstance(char[] source, int start, int limit) Returns aUCharacterIteratorobject given a source character array.static final UCharacterIteratorUCharacterIterator.getInstance(Replaceable source) Returns aUCharacterIteratorobject given aReplaceableobject.static final UCharacterIteratorUCharacterIterator.getInstance(String source) Returns aUCharacterIteratorobject given a source string.static final UCharacterIteratorUCharacterIterator.getInstance(StringBuffer source) Returns aUCharacterIteratorobject given a source StringBuffer.static final UCharacterIteratorUCharacterIterator.getInstance(CharacterIterator source) Returns aUCharacterIteratorobject given a CharacterIterator.Methods in com.ibm.icu.text with parameters of type UCharacterIteratorModifier and TypeMethodDescriptionstatic intIDNA.compare(UCharacterIterator s1, UCharacterIterator s2, int options) Deprecated.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).RuleBasedCollator.getCollationElementIterator(UCharacterIterator source) Return a CollationElementIterator for the given UCharacterIterator.private StringBufferStringPrep.map(UCharacterIterator iter, int options) StringPrep.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 UCharacterIteratorModifierConstructorDescription(package private)CollationElementIterator(UCharacterIterator source, RuleBasedCollator collator) CollationElementIterator constructor.Normalizer(UCharacterIterator iter, Normalizer.Mode mode, int options) Deprecated.ICU 56 UseNormalizer2instead.
IDNA.getUTS46Instance(int).