Uses of Class
com.ibm.icu.text.UCharacterIterator

Packages that use UCharacterIterator
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
static UCharacterIterator UCharacterIterator.getInstance(Replaceable source)
          Returns a UCharacterIterator object given a Replaceable object.
static UCharacterIterator UCharacterIterator.getInstance(String source)
          Returns a UCharacterIterator object given a source string.
static UCharacterIterator UCharacterIterator.getInstance(char[] source)
          Returns a UCharacterIterator object given a source character array.
static UCharacterIterator UCharacterIterator.getInstance(char[] source, int start, int limit)
          Returns a UCharacterIterator object given a source character array.
static UCharacterIterator UCharacterIterator.getInstance(StringBuffer source)
          Returns a UCharacterIterator object given a source StringBuffer.
static UCharacterIterator UCharacterIterator.getInstance(CharacterIterator source)
          Returns a UCharacterIterator object given a CharacterIterator.
 

Methods in com.ibm.icu.text with parameters of type UCharacterIterator
 void Normalizer.setText(UCharacterIterator newText)
          Set the input text over which this Normalizer will iterate.
 CollationElementIterator RuleBasedCollator.getCollationElementIterator(UCharacterIterator source)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertToASCII(UCharacterIterator src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertIDNToASCII(UCharacterIterator src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertToUnicode(UCharacterIterator src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static StringBuffer IDNA.convertIDNToUnicode(UCharacterIterator src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
static int IDNA.compare(UCharacterIterator s1, UCharacterIterator s2, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
 StringBuffer StringPrep.prepare(UCharacterIterator src, int options)
          Deprecated. This is a draft API and might change in a future release of ICU.
 void CollationElementIterator.setText(UCharacterIterator source)
          Deprecated. This is a draft API and might change in a future release of ICU.
 

Constructors in com.ibm.icu.text with parameters of type UCharacterIterator
Normalizer(UCharacterIterator iter, Normalizer.Mode mode, int options)
          Creates a new Normalizer object for iterating over the normalized form of the given text.
 



Copyright (c) 2004 IBM Corporation and others.