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

/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.cpp108 UChar SimpleFwdCharIterator::nextPostInc(void) { function in class:SimpleFwdCharIterator
H A Dcitrtest.cpp66 virtual UChar nextPostInc(void){ return text.charAt(pos++);} function in class:SCharacterIterator
456 //testing firstPostInc, nextPostInc, setTostart
473 c = iter.nextPostInc();
482 errln("getIndex() aftr nextPostInc() isn't working right");
484 errln("current() after nextPostInc() isn't working right");
486 c=iter.nextPostInc();
488 errln("nextPostInc() didn't return DONE at the beginning");
794 c2=ci.nextPostInc();
979 virtual UChar nextPostInc() { function in class:SubCharIter
/external/icu/icu4c/source/common/
H A Duchriter.cpp164 UCharCharacterIterator::nextPostInc() { function in class:UCharCharacterIterator

Completed in 138 milliseconds