Home | History | Annotate | Download | only in intltest

Lines Matching full:didn

391             errln("Iterator didn't start out in the right place.");
420 errln("next() didn't return DONE at the end");
423 errln("setIndex(len+1) didn't return DONE");
452 errln("previous didn't return DONE at the beginning");
487 errln("nextPostInc() didn't return DONE at the beginning");
496 errln("starting the iterator in the middle didn't work");
565 errln("Iterator didn't start out in the right place.");
572 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
577 errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i);
582 errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i);
588 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i);
627 errln("next32 didn't return DONE at the end");
630 errln("setIndex32(len+1) didn't return DONE");
660 errln("previous32 didn't return DONE at the beginning");
694 errln("next32PostInc() didn't return DONE at the beginning");
705 errln("starting the iterator in the middle didn't work");