Lines Matching refs:next32PostInc
65 virtual UChar32 next32PostInc(void){return text.char32At(pos++);}
664 //testing first32PostInc, next32PostInc, setTostart
680 c = iter.next32PostInc();
687 errln("getIndex() aftr next32PostInc() isn't working right");
689 errln("current() after next32PostInc() isn't working right");
691 c=iter.next32PostInc();
693 errln("next32PostInc() didn't return DONE at the beginning");
798 c2=ci.next32PostInc();
985 virtual UChar32 next32PostInc() {