HomeSort by relevance Sort by last modified time
    Searched defs:UCharCharacterIterator (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/unicode/
uchriter.h 35 class U_COMMON_API UCharCharacterIterator : public CharacterIterator {
46 UCharCharacterIterator(const UChar* textPtr, int32_t length);
61 UCharCharacterIterator(const UChar* textPtr, int32_t length,
80 UCharCharacterIterator(const UChar* textPtr, int32_t length,
89 * @param that The UCharCharacterIterator to be copied
92 UCharCharacterIterator(const UCharCharacterIterator& that);
98 virtual ~UCharCharacterIterator();
108 UCharCharacterIterator&
109 operator=(const UCharCharacterIterator& that)
    [all...]
  /external/icu/icu4c/source/common/
uchriter.cpp 19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UCharCharacterIterator)
21 UCharCharacterIterator::UCharCharacterIterator()
28 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
35 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
43 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
53 UCharCharacterIterator::UCharCharacterIterator(const UCharCharacterIterator& that
    [all...]

Completed in 72 milliseconds