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

  /external/icu4c/common/
uchriter.cpp 16 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UCharCharacterIterator)
18 UCharCharacterIterator::UCharCharacterIterator()
25 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
32 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
40 UCharCharacterIterator::UCharCharacterIterator(const UChar* textPtr,
50 UCharCharacterIterator::UCharCharacterIterator(const UCharCharacterIterator& that
    [all...]
schriter.cpp 26 : UCharCharacterIterator(),
33 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()),
37 UCharCharacterIterator::text = this->text.getBuffer();
42 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
46 UCharCharacterIterator::text = this->text.getBuffer();
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos),
57 UCharCharacterIterator::text = this->text.getBuffer();
61 : UCharCharacterIterator(that),
65 UCharCharacterIterator::text = this->text.getBuffer();
73 UCharCharacterIterator::operator=(that)
    [all...]
normlzr.cpp 42 text(new UCharCharacterIterator(str, length)),
444 CharacterIterator *newIter = new UCharCharacterIterator(newText, length);
rbbi.cpp 346 fDCharIter = new UCharCharacterIterator(&c, 0);
    [all...]
  /external/icu4c/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...]
schriter.h 43 class U_COMMON_API StringCharacterIterator : public UCharCharacterIterator {
rbbi.h 93 UCharCharacterIterator *fDCharIter;
urename.h     [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 289 UCharCharacterIterator* test1 = new UCharCharacterIterator(testText, u_strlen(testText));
290 UCharCharacterIterator* test2 = new UCharCharacterIterator(testText, u_strlen(testText), 5);
291 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5);
292 UCharCharacterIterator* test4 = new UCharCharacterIterator(testText2, u_strlen(testText2));
293 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone()
    [all...]
utxttest.cpp 237 CharacterIterator *ci = new UCharCharacterIterator(cbuf, saLen, status);
    [all...]
  /external/icu4c/samples/citer/
citer.cpp 50 UCharCharacterIterator iter(testText, u_strlen(testText));
51 UCharCharacterIterator* test2 = (UCharCharacterIterator*)iter.clone();
  /external/icu4c/test/thaitest/
thaitest.cpp 219 UCharCharacterIterator *noSpaceIter = new UCharCharacterIterator(noSpaces, noSpaceCount);
399 UCharCharacterIterator *noSpaceIter = new UCharCharacterIterator(chars, length);
499 UCharCharacterIterator *iter = new UCharCharacterIterator(text, count);
  /external/icu4c/layoutex/
ParagraphLayout.cpp 992 UCharCharacterIterator *iter = new UCharCharacterIterator(fChars, fCharCount);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]

Completed in 3741 milliseconds