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

Uses in package com.ibm.icu.text

Constructors with parameter type com.ibm.icu.text.UCharacterIterator

Creates a new Normalizer object for iterating over the normalized form of the given text.

Methods with parameter type com.ibm.icu.text.UCharacterIterator

int
Compare two IDN strings for equivalence.
StringBuffer
Convenience function that implements the IDNToASCII operation as defined in the IDNA RFC.
StringBuffer
Convenience function that implements the IDNToUnicode operation as defined in the IDNA RFC.
StringBuffer
This function implements the ToASCII operation as defined in the IDNA RFC.
StringBuffer
This function implements the ToUnicode operation as defined in the IDNA RFC.
CollationElementIterator
Return a CollationElementIterator for the given UCharacterIterator.
StringBuffer
Prepare the input buffer for use in applications with the given profile.
void
Set a new source string iterator for iteration, and reset the offset to the beginning of the text.
void
Set the input text over which this Normalizer will iterate.

Methods with return type com.ibm.icu.text.UCharacterIterator

UCharacterIterator
UCharacterIterator.getInstance(CharacterIterator source)
Returns a UCharacterIterator object given a CharacterIterator.
UCharacterIterator
Returns a UCharacterIterator object given a source string.
UCharacterIterator
UCharacterIterator.getInstance(StringBuffer source)
Returns a UCharacterIterator object given a source StringBuffer.
UCharacterIterator
Returns a UCharacterIterator object given a source character array.
UCharacterIterator
UCharacterIterator.getInstance(char[] source, int start, int limit)
Returns a UCharacterIterator object given a source character array.
UCharacterIterator
Returns a UCharacterIterator object given a Replaceable object.

Copyright (c) 2006 IBM Corporation and others.