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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsfwdchit.cpp106 UChar SimpleFwdCharIterator::nextPostInc(void) { function in class:SimpleFwdCharIterator
H A Dcitrtest.cpp63 virtual UChar nextPostInc(void){ return text.charAt(pos++);} function in class:SCharacterIterator
455 //testing firstPostInc, nextPostInc, setTostart
472 c = iter.nextPostInc();
481 errln("getIndex() aftr nextPostInc() isn't working right");
483 errln("current() after nextPostInc() isn't working right");
485 c=iter.nextPostInc();
487 errln("nextPostInc() didn't return DONE at the beginning");
793 c2=ci.nextPostInc();
978 virtual UChar nextPostInc() { function in class:SubCharIter
/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.cpp106 UChar SimpleFwdCharIterator::nextPostInc(void) { function in class:SimpleFwdCharIterator
H A Dcitrtest.cpp63 virtual UChar nextPostInc(void){ return text.charAt(pos++);} function in class:SCharacterIterator
455 //testing firstPostInc, nextPostInc, setTostart
472 c = iter.nextPostInc();
481 errln("getIndex() aftr nextPostInc() isn't working right");
483 errln("current() after nextPostInc() isn't working right");
485 c=iter.nextPostInc();
487 errln("nextPostInc() didn't return DONE at the beginning");
793 c2=ci.nextPostInc();
978 virtual UChar nextPostInc() { function in class:SubCharIter
/external/chromium_org/third_party/icu/source/common/
H A Duchriter.cpp162 UCharCharacterIterator::nextPostInc() { function in class:UCharCharacterIterator
/external/icu/icu4c/source/common/
H A Duchriter.cpp162 UCharCharacterIterator::nextPostInc() { function in class:UCharCharacterIterator

Completed in 225 milliseconds