Lines Matching refs:UCharCharacterIterator
33 class U_COMMON_API UCharCharacterIterator : public CharacterIterator {
44 UCharCharacterIterator(const UChar* textPtr, int32_t length);
59 UCharCharacterIterator(const UChar* textPtr, int32_t length,
78 UCharCharacterIterator(const UChar* textPtr, int32_t length,
87 * @param that The UCharCharacterIterator to be copied
90 UCharCharacterIterator(const UCharCharacterIterator& that);
96 virtual ~UCharCharacterIterator();
106 UCharCharacterIterator&
107 operator=(const UCharCharacterIterator& that);
127 * Returns a new UCharCharacterIterator referring to the same
371 UCharCharacterIterator();