Home | History | Annotate | Download | only in intltest

Lines Matching full:didn

390             errln("Iterator didn't start out in the right place.");
419 errln("next() didn't return DONE at the end");
422 errln("setIndex(len+1) didn't return DONE");
451 errln("previous didn't return DONE at the beginning");
486 errln("nextPostInc() didn't return DONE at the beginning");
495 errln("starting the iterator in the middle didn't work");
564 errln("Iterator didn't start out in the right place.");
571 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
576 errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i);
581 errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i);
587 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i);
626 errln("next32 didn't return DONE at the end");
629 errln("setIndex32(len+1) didn't return DONE");
659 errln("previous32 didn't return DONE at the beginning");
693 errln("next32PostInc() didn't return DONE at the beginning");
704 errln("starting the iterator in the middle didn't work");