Home | History | Annotate | Download | only in intltest

Lines Matching refs:next32PostInc

64     virtual UChar32 next32PostInc(void){return text.char32At(pos++);}
665 //testing first32PostInc, next32PostInc, setTostart
681 c = iter.next32PostInc();
688 errln("getIndex() aftr next32PostInc() isn't working right");
690 errln("current() after next32PostInc() isn't working right");
692 c=iter.next32PostInc();
694 errln("next32PostInc() didn't return DONE at the beginning");
799 c2=ci.next32PostInc();
986 virtual UChar32 next32PostInc() {