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

  /external/icu/icu4c/source/common/
uchriter.cpp 19 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UCharCharacterIterator)
21 UCharCharacterIterator::UCharCharacterIterator()
28 UCharCharacterIterator::UCharCharacterIterator(ConstChar16Ptr textPtr,
35 UCharCharacterIterator::UCharCharacterIterator(ConstChar16Ptr textPtr,
43 UCharCharacterIterator::UCharCharacterIterator(ConstChar16Ptr textPtr,
53 UCharCharacterIterator::UCharCharacterIterator(const UCharCharacterIterator& that
    [all...]
schriter.cpp 28 : UCharCharacterIterator(),
35 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()),
39 UCharCharacterIterator::text = this->text.getBuffer();
44 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
48 UCharCharacterIterator::text = this->text.getBuffer();
55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
59 UCharCharacterIterator::text = this->text.getBuffer();
63 : UCharCharacterIterator(that),
67 UCharCharacterIterator::text = this->text.getBuffer();
75 UCharCharacterIterator::operator=(that)
    [all...]
normlzr.cpp 51 text(new UCharCharacterIterator(str, length)),
451 CharacterIterator *newIter = new UCharCharacterIterator(newText, length);
rbbi.cpp 398 fDCharIter = new UCharCharacterIterator(&c, 0);
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchriter.h 35 class U_COMMON_API UCharCharacterIterator : public CharacterIterator {
46 UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length);
61 UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length,
80 UCharCharacterIterator(ConstChar16Ptr 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...]
schriter.h 45 class U_COMMON_API StringCharacterIterator : public UCharCharacterIterator {
rbbi.h 82 UCharCharacterIterator *fDCharIter;
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp 291 UCharCharacterIterator* test1 = new UCharCharacterIterator(testText, u_strlen(testText));
292 UCharCharacterIterator* test2 = new UCharCharacterIterator(testText, u_strlen(testText), 5);
293 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5);
294 UCharCharacterIterator* test4 = new UCharCharacterIterator(testText2, u_strlen(testText2));
295 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone()
    [all...]
utxttest.cpp 238 CharacterIterator *ci = new UCharCharacterIterator(cbuf, saLen, status);
    [all...]
  /external/icu/icu4c/source/samples/citer/
citer.cpp 56 UCharCharacterIterator iter(testText, u_strlen(testText));
57 UCharCharacterIterator* test2 = (UCharCharacterIterator*)iter.clone();
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 221 UCharCharacterIterator *noSpaceIter = new UCharCharacterIterator(noSpaces, noSpaceCount);
401 UCharCharacterIterator *noSpaceIter = new UCharCharacterIterator(chars, length);
501 UCharCharacterIterator *iter = new UCharCharacterIterator(text, count);
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 997 UCharCharacterIterator *iter = new UCharCharacterIterator(fChars, fCharCount);
    [all...]

Completed in 378 milliseconds