Lines Matching refs:first32PostInc
188 if(test->first32PostInc()!= testText2.char32At(0)){
189 errln("Failed: first32PostInc() failed");
665 //testing first32PostInc, next32PostInc, setTostart
667 c=iter.first32PostInc();
669 errln("first32PostInc failed. Expected->%X Got->%X", text.char32At(i), c);
671 errln((UnicodeString)"getIndex() after first32PostInc() failed");
1172 if(p[1].first32PostInc()!=0x61) {