Lines Matching defs:nextPostInc
63 virtual UChar nextPostInc(void){ return text.charAt(pos++);}
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() {