Home | History | Annotate | Download | only in unicode

Lines Matching refs:CharacterIterator

52  * use a CharacterIterator as input. It is possible to pass a string which
53 * is then internally wrapped in a CharacterIterator.
72 * with post-increment semantics (like CharacterIterator::next32PostInc()).
74 * with pre-decrement semantics (like CharacterIterator::previous32()).
129 * It is for this reason that Normalizer does not implement the CharacterIterator interface.
183 Normalizer(const CharacterIterator& iter, UNormalizationMode mode);
556 * of the <code>CharacterIterator</code> or the start (i.e. index 0) of the string
566 * of the <code>CharacterIterator</code> or the length of the string
691 * @param newText a CharacterIterator object that replaces the current input text
695 void setText(const CharacterIterator& newText,
759 CharacterIterator *text;