/external/icu4c/common/ |
D | chariter.cpp | 21 CharacterIterator::CharacterIterator() in CharacterIterator() function in CharacterIterator 25 CharacterIterator::CharacterIterator(int32_t length) in CharacterIterator() function in CharacterIterator 32 CharacterIterator::CharacterIterator(int32_t length, int32_t position) in CharacterIterator() function in CharacterIterator 44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t po… in CharacterIterator() function in CharacterIterator 66 CharacterIterator::CharacterIterator(const CharacterIterator &that) : in CharacterIterator() function in CharacterIterator 72 CharacterIterator & 73 CharacterIterator::operator=(const CharacterIterator &that) { in operator =() 85 CharacterIterator::firstPostInc(void) { in firstPostInc() 91 CharacterIterator::first32PostInc(void) { in first32PostInc()
|
D | uiter.cpp | 362 return ((CharacterIterator *)(iter->context))->startIndex(); in characterIteratorGetIndex() 364 return ((CharacterIterator *)(iter->context))->getIndex(); in characterIteratorGetIndex() 366 return ((CharacterIterator *)(iter->context))->endIndex(); in characterIteratorGetIndex() 368 return ((CharacterIterator *)(iter->context))->getLength(); in characterIteratorGetIndex() 380 ((CharacterIterator *)(iter->context))->setIndex(delta); in characterIteratorMove() 381 return ((CharacterIterator *)(iter->context))->getIndex(); in characterIteratorMove() 385 … return ((CharacterIterator *)(iter->context))->move(delta, (CharacterIterator::EOrigin)origin); in characterIteratorMove() 387 …((CharacterIterator *)(iter->context))->setIndex(((CharacterIterator *)(iter->context))->getLength… in characterIteratorMove() 388 return ((CharacterIterator *)(iter->context))->getIndex(); in characterIteratorMove() 398 return ((CharacterIterator *)(iter->context))->hasNext(); in characterIteratorHasNext() [all …]
|
D | uchriter.cpp | 19 : CharacterIterator(), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 27 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0), in UCharCharacterIterator() 35 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, position), in UCharCharacterIterator() 45 …: CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEn… in UCharCharacterIterator() 51 : CharacterIterator(that), in UCharCharacterIterator() 58 CharacterIterator::operator=(that); in operator =() 89 CharacterIterator* 294 UCharCharacterIterator::move(int32_t delta, CharacterIterator::EOrigin origin) { in move() 319 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { in move32()
|
D | normlzr.cpp | 49 Normalizer::Normalizer(const CharacterIterator& iter, UNormalizationMode mode) : in Normalizer() 405 CharacterIterator *newIter = new StringCharacterIterator(newText); in setText() 420 Normalizer::setText(const CharacterIterator& newText, in setText() 426 CharacterIterator *newIter = newText.clone(); in setText() 444 CharacterIterator *newIter = new UCharCharacterIterator(newText, length); in setText() 486 text->move32(-1, CharacterIterator::kCurrent); in nextNormalize()
|
/external/icu4c/common/unicode/ |
D | chariter.h | 356 class U_COMMON_API CharacterIterator : public ForwardCharacterIterator { 372 virtual CharacterIterator* clone(void) const = 0; 617 CharacterIterator(); 623 CharacterIterator(int32_t length); 629 CharacterIterator(int32_t length, int32_t position); 635 CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position); 643 CharacterIterator(const CharacterIterator &that); 652 CharacterIterator &operator=(const CharacterIterator &that); 686 CharacterIterator::setToStart() { in setToStart() 691 CharacterIterator::setToEnd() { in setToEnd() [all …]
|
D | rbbi.h | 79 CharacterIterator *fCharIter; 376 virtual CharacterIterator& getText(void) const; 402 virtual void adoptText(CharacterIterator* newText);
|
D | normlzr.h | 178 Normalizer(const CharacterIterator& iter, UNormalizationMode mode); 686 void setText(const CharacterIterator& newText, 749 CharacterIterator *text;
|
D | uchriter.h | 33 class U_COMMON_API UCharCharacterIterator : public CharacterIterator { 133 virtual CharacterIterator* clone(void) const;
|
D | uiter.h | 32 class CharacterIterator; variable 676 uiter_setCharacterIterator(UCharIterator *iter, U_NAMESPACE_QUALIFIER CharacterIterator *charIter);
|
/external/icu4c/test/intltest/ |
D | citrtest.cpp | 24 class SCharacterIterator : public CharacterIterator { 56 virtual CharacterIterator* clone(void) const { in clone() 77 virtual int32_t move(int32_t delta,CharacterIterator::EOrigin origin){ in move() 100 virtual int32_t move32(int32_t delta, CharacterIterator::EOrigin origin){ in move32() 199 CharacterIterator* test1 = new StringCharacterIterator(testText); in TestConstructionAndEquality() 200 CharacterIterator* test1b= new StringCharacterIterator(testText, -1); in TestConstructionAndEquality() 201 CharacterIterator* test1c= new StringCharacterIterator(testText, 100); in TestConstructionAndEquality() 202 CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5); in TestConstructionAndEquality() 203 CharacterIterator* test1e= new StringCharacterIterator(testText, 100, 20, 5); in TestConstructionAndEquality() 204 CharacterIterator* test2 = new StringCharacterIterator(testText, 5); in TestConstructionAndEquality() [all …]
|
D | dadrcoll.cpp | 97 while(currChar != CharacterIterator::DONE) { in getNextInSequence() 104 case CharacterIterator::DONE: in getNextInSequence() 108 currChar = CharacterIterator::DONE; in getNextInSequence() 112 currChar = CharacterIterator::DONE; in getNextInSequence() 116 currChar = CharacterIterator::DONE; in getNextInSequence() 130 if(currChar == CharacterIterator::DONE) { in getNextInSequence()
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | StringCharacterIteratorTest.java | 20 import java.text.CharacterIterator; 194 assertTrue("Not DONE", it1.first() == CharacterIterator.DONE); in test_first() 283 assertEquals(CharacterIterator.DONE, fixture.next()); in test_next() 285 assertEquals(CharacterIterator.DONE, fixture.next()); in test_next() 287 assertEquals(CharacterIterator.DONE, fixture.next()); in test_next() 295 assertTrue("Wrong next char3", it1.next() == CharacterIterator.DONE); in test_next() 296 assertTrue("Wrong next char4", it1.next() == CharacterIterator.DONE); in test_next() 300 it1.current() == CharacterIterator.DONE); in test_next() 308 assertEquals(CharacterIterator.DONE, fixture.previous()); in test_previous() 315 assertEquals(CharacterIterator.DONE, fixture.next()); in test_previous() [all …]
|
D | AttributedCharacterIteratorTest.java | 22 import java.text.CharacterIterator; 40 assertTrue("Wrong final", it.current() == CharacterIterator.DONE); in test_current() 59 assertTrue("Wrong first4", it.first() == CharacterIterator.DONE); in test_first() 112 assertTrue("Wrong last4", it.last() == CharacterIterator.DONE); in test_last() 126 assertTrue("Wrong final", it.next() == CharacterIterator.DONE); in test_next()
|
D | BreakIteratorTest.java | 21 import java.text.CharacterIterator; 257 iterator.setText((CharacterIterator) null); in testSetTextCharacterIterator() 261 CharacterIterator it = new StringCharacterIterator("abc"); in testSetTextCharacterIterator() 276 CharacterIterator it = new StringCharacterIterator("abc"); in testSetTextString()
|
/external/icu4c/samples/citer/ |
D | citer.cpp | 29 } else if (ch == CharacterIterator::DONE) { in printUChar() 83 if (c == CharacterIterator::DONE && i != u_strlen(testText)) { in TestUChariter() 95 if (c != CharacterIterator::DONE) { in TestUChariter() 103 } while (c != CharacterIterator::DONE); in TestUChariter() 146 if (c == CharacterIterator::DONE) { in TestStringiter() 158 if (c != CharacterIterator::DONE) { in TestStringiter() 165 } while (c != CharacterIterator::DONE); in TestStringiter()
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
D | TextBreakIteratorGtk.cpp | 37 class CharacterIterator { class 63 int CharacterIterator::characterSize(int index) in characterSize() 75 bool CharacterIterator::setText(const UChar* string, int length) in setText() 91 void CharacterIterator::setIndex(int index) in setIndex() 114 void CharacterIterator::setUTF16Index(int index) in setUTF16Index() 137 int CharacterIterator::first() in first() 143 int CharacterIterator::last() in last() 150 int CharacterIterator::next() in next() 165 int CharacterIterator::previous() in previous() 191 CharacterIterator m_charIterator;
|
/external/icu4c/i18n/unicode/ |
D | stsearch.h | 222 StringSearch(const UnicodeString &pattern, CharacterIterator &text, 252 StringSearch(const UnicodeString &pattern, CharacterIterator &text, 359 virtual void setText(CharacterIterator &text, UErrorCode &status);
|
D | search.h | 253 virtual void setText(CharacterIterator &text, UErrorCode &status); 479 SearchIterator(CharacterIterator &text, BreakIterator *breakiter = NULL);
|
D | coleitr.h | 250 void setText(CharacterIterator& str, UErrorCode& status); 321 CollationElementIterator(const CharacterIterator& sourceText,
|
/external/webkit/Source/WebCore/dom/ |
D | DOMTextContentWalker.cpp | 50 CharacterIterator forwardChar(forwardRange.get(), TextIteratorStopsOnFormControls); in DOMTextContentWalker() 72 CharacterIterator iterator(m_contentRange.get()); in contentOffsetsToRange()
|
/external/webkit/Source/WebCore/editing/ |
D | TextIterator.h | 263 class CharacterIterator { 265 CharacterIterator(); 266 explicit CharacterIterator(const Range*, TextIteratorBehavior = TextIteratorDefaultBehavior);
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | uiter.h | 32 class CharacterIterator; variable 676 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter);
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | uiter.h | 32 class CharacterIterator; variable 676 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter);
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | uiter.h | 32 class CharacterIterator; variable 676 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | uiter.h | 32 class CharacterIterator; variable 676 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter);
|