Home | History | Annotate | Download | only in intltest

Lines Matching defs:nextPostInc

64     virtual UChar nextPostInc(void){ return text.charAt(pos++);}
454 //testing firstPostInc, nextPostInc, setTostart
471 c = iter.nextPostInc();
480 errln("getIndex() aftr nextPostInc() isn't working right");
482 errln("current() after nextPostInc() isn't working right");
484 c=iter.nextPostInc();
486 errln("nextPostInc() didn't return DONE at the beginning");
792 c2=ci.nextPostInc();
977 virtual UChar nextPostInc() {