Searched defs:move32 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duchriter.cpp320 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { function in class:UCharCharacterIterator
/external/icu/icu4c/source/common/
H A Duchriter.cpp320 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { function in class:UCharCharacterIterator
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp101 virtual int32_t move32(int32_t delta, CharacterIterator::EOrigin origin){ function in class:SCharacterIterator
569 i=iter.move32(1, CharacterIterator::kStart);
572 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
574 i=iter.move32(2, CharacterIterator::kCurrent);
577 errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i);
579 i=iter.move32(-2, CharacterIterator::kCurrent);
582 errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i);
585 i=iter.move32(-2, CharacterIterator::kEnd);
588 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i);
1118 virtual int32_t move32(int32_ function in class:SubCharIter
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp101 virtual int32_t move32(int32_t delta, CharacterIterator::EOrigin origin){ function in class:SCharacterIterator
569 i=iter.move32(1, CharacterIterator::kStart);
572 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
574 i=iter.move32(2, CharacterIterator::kCurrent);
577 errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i);
579 i=iter.move32(-2, CharacterIterator::kCurrent);
582 errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i);
585 i=iter.move32(-2, CharacterIterator::kEnd);
588 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i);
1118 virtual int32_t move32(int32_ function in class:SubCharIter
[all...]

Completed in 100 milliseconds