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

  /external/chromium_org/third_party/icu/source/common/unicode/
uchriter.h 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)
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchriter.h 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)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uchriter.cpp 17 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UCharCharacterIterator)
19 UCharCharacterIterator::UCharCharacterIterator()
26 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
33 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
41 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
51 UCharCharacterIterator::UCharCharacterIterator(const UCharCharacterIterator& that
    [all...]
  /external/icu/icu4c/source/common/
uchriter.cpp 17 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UCharCharacterIterator)
19 UCharCharacterIterator::UCharCharacterIterator()
26 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
33 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
41 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
51 UCharCharacterIterator::UCharCharacterIterator(const UCharCharacterIterator& that
    [all...]

Completed in 1070 milliseconds