Lines Matching full:char32at
65 virtual UChar32 next32PostInc(void){return text.char32At(pos++);}
187 if(test->first32PostInc()!= testText2.char32At(0)){
570 if(c != text.char32At(1) || i!=1)
571 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
575 if(c != text.char32At(4) || i!=4)
576 errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i);
580 if(c != text.char32At(1) || i!=1)
581 errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i);
586 if(c != text.char32At((text.length()-3)) || i!=(text.length()-3))
587 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i);
598 /* logln("c=%d i=%d char32At=%d", c, i, text.char32At(i)); */
603 else if (c != text.char32At(i))
604 errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i));
640 else if (c != text.char32At(i))
641 errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i));
667 if(c != text.char32At(i))
668 errln("first32PostInc failed. Expected->%X Got->%X", text.char32At(i), c);
682 if(c != text.char32At(i))
683 errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i));
688 if(iter.current32() != text.char32At(i))
703 if (iter.getIndex() != 10 || iter.current32() != text.char32At(10))
716 else if (c != text.char32At(i))
717 errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i));
743 else if (c != text.char32At(i))
744 errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i));