Searched defs:next32PostInc (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsfwdchit.cpp114 UChar32 SimpleFwdCharIterator::next32PostInc(void) { function in class:SimpleFwdCharIterator
H A Dcitrtest.cpp64 virtual UChar32 next32PostInc(void){return text.char32At(pos++);} function in class:SCharacterIterator
665 //testing first32PostInc, next32PostInc, setTostart
681 c = iter.next32PostInc();
688 errln("getIndex() aftr next32PostInc() isn't working right");
690 errln("current() after next32PostInc() isn't working right");
692 c=iter.next32PostInc();
694 errln("next32PostInc() didn't return DONE at the beginning");
799 c2=ci.next32PostInc();
986 virtual UChar32 next32PostInc() { function in class:SubCharIter
/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.cpp114 UChar32 SimpleFwdCharIterator::next32PostInc(void) { function in class:SimpleFwdCharIterator
H A Dcitrtest.cpp64 virtual UChar32 next32PostInc(void){return text.char32At(pos++);} function in class:SCharacterIterator
665 //testing first32PostInc, next32PostInc, setTostart
681 c = iter.next32PostInc();
688 errln("getIndex() aftr next32PostInc() isn't working right");
690 errln("current() after next32PostInc() isn't working right");
692 c=iter.next32PostInc();
694 errln("next32PostInc() didn't return DONE at the beginning");
799 c2=ci.next32PostInc();
986 virtual UChar32 next32PostInc() { function in class:SubCharIter
/external/chromium_org/third_party/icu/source/common/
H A Duchriter.cpp273 UCharCharacterIterator::next32PostInc() { function in class:UCharCharacterIterator
/external/icu/icu4c/source/common/
H A Duchriter.cpp273 UCharCharacterIterator::next32PostInc() { function in class:UCharCharacterIterator

Completed in 1242 milliseconds