Home | History | Annotate | Download | only in intltest

Lines Matching full:errln

165         errln("Failed: firstPostInc() failed");
168 errln("Failed: getIndex().");
171 errln("Failed: getLength()");
175 errln("Failed: setToStart().");
179 errln("Failed: setToEnd().");
182 errln("Failed: startIndex()");
186 errln("Failed: first32PostInc() failed");
208 errln("Construction failed: startIndex is negative");
210 errln("Construction failed: endIndex is greater than the text length");
212 errln("Construction failed: index is invalid");
215 errln("Construction or operator== failed: Unequal objects compared equal");
217 errln("clone() or equals() failed: Two clones tested unequal");
221 errln("hashCode() failed: different objects have same hash code");
224 errln("hashCode() failed: identical objects have different hash codes");
227 errln("getLength of CharacterIterator failed");
233 errln("construction failed or getText() failed");
238 errln("setIndex() failed");
242 errln("operator= failed");
262 errln("getText() failed");
266 errln("setText() or getText() failed");
270 errln("setText() or getText() round-trip failed");
305 errln("Construction failed: startIndex is negative");
307 errln("Construction failed: endIndex is different from the text length");
309 errln("Construction failed: index is invalid");
312 errln("Construction or operator== failed: Unequal objects compared equal");
314 errln("clone() or equals() failed: Two clones tested unequal");
317 errln("copy construction or equals() failed: Two copies tested unequal");
321 errln("hashCode() failed: different objects have same hash code");
324 errln("hashCode() failed: identical objects have different hash codes");
331 errln("error in construction");
337 errln("getText() failed");
341 errln("setText() or getText() failed");
345 errln("setText() or getText() round-trip failed");
350 errln("setIndex() failed");
353 errln("setIndex32() failed");
357 errln("operator= failed");
385 errln("iter.getText() failed");
388 errln("Iterator didn't start out in the right place.");
394 errln("startIndex() or endIndex() failed");
399 errln("Iterator reached end prematurely");
401 errln((UnicodeString)"Character mismatch at position " + i +
406 errln("current() isn't working right");
408 errln("getIndex() isn't working right");
417 errln("next() didn't return DONE at the end");
420 errln("setIndex(len+1) didn't return DONE");
428 errln("Iterator reached end prematurely");
430 errln((UnicodeString)"Character mismatch at position " + i +
435 errln("current() isn't working right");
437 errln("getIndex() isn't working right");
439 errln("setIndex() isn't working right");
449 errln("previous didn't return DONE at the beginning");
456 errln((UnicodeString)"firstPostInc failed. Expected->" +
459 errln((UnicodeString)"getIndex() after firstPostInc() failed");
464 errln("setToStart failed");
472 errln((UnicodeString)"Character mismatch at position " + i +
478 errln("getIndex() aftr nextPostInc() isn't working right");
480 errln("current() after nextPostInc() isn't working right");
484 errln("nextPostInc() didn't return DONE at the beginning");
490 errln("creation of a restricted-range iterator failed");
493 errln("starting the iterator in the middle didn't work");
501 errln("Iterator reached end prematurely");
503 errln((UnicodeString)"Character mismatch at position " + i +
508 errln("current() isn't working right");
510 errln("getIndex() isn't working right");
512 errln("setIndex() isn't working right");
526 errln("Iterator reached end prematurely");
528 errln((UnicodeString)"Character mismatch at position " + i +
533 errln("current() isn't working right");
535 errln("getIndex() isn't working right");
559 errln("iter.getText() failed");
562 errln("Iterator didn't start out in the right place.");
569 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
574 errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i);
579 errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i);
585 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i);
592 errln("startIndex() or endIndex() failed");
598 errln("Iterator reached end prematurely");
600 errln("Iterator reached end prematurely. Failed at hasNext");
602 errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i));
605 errln("current32() isn't working right");
607 errln("setIndex32() isn't working right");
614 errln("hasNext() returned true at the end of the string");
620 errln("setToEnd failed");
624 errln("next32 didn't return DONE at the end");
627 errln("setIndex32(len+1) didn't return DONE");
635 errln((UnicodeString)"Iterator reached start prematurely for i=" + i);
637 errln((UnicodeString)"Iterator reached start prematurely for i=" + i);
639 errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i));
642 errln("current32() isn't working right");
644 errln("setIndex32() isn't working right");
646 errln("getIndex() isn't working right");
653 errln("hasPrevious returned true after reaching the start");
657 errln("previous32 didn't return DONE at the beginning");
666 errln("first32PostInc failed. Expected->%X Got->%X", text.char32At(i), c);
668 errln((UnicodeString)"getIndex() after first32PostInc() failed");
673 errln("setToStart failed");
681 errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i));
685 errln("getIndex() aftr next32PostInc() isn't working right");
687 errln("current() after next32PostInc() isn't working right");
691 errln("next32PostInc() didn't return DONE at the beginning");
699 errln("creation of a restricted-range iterator failed");
702 errln("starting the iterator in the middle didn't work");
711 errln("Iterator reached end prematurely");
713 errln("Iterator reached end prematurely");
715 errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i));
718 errln("current32() isn't working right");
720 errln("setIndex32() isn't working right");
729 errln("error in next32()");
738 errln("Iterator reached start prematurely");
740 errln("Iterator reached start prematurely");
742 errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i));
744 errln("current32() isn't working right");
746 errln("getIndex() isn't working right");
748 errln("setIndex32() isn't working right");
758 errln("error on previous32");
827 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves);
836 errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]);
875 errln("error: UCharIterator(string).getIndex returns wrong index");
886 errln("error: UCharIterator(string).move sets/returns wrong index");
897 errln("error: UCharIterator(character iterator).getIndex returns wrong index");
908 errln("error: UCharIterator(character iterator).move sets/returns wrong index");
914 errln("error: UCharIterator(char iter).getIndex did not return error value");
919 errln("error: UCharIterator(char iter).move did not return error value");
925 errln("error: UCharIterator(repl iter).getIndex did not return error value");
930 errln("error: UCharIterator(repl iter).move did not return error value");
936 errln("error: UCharIterator(string iter).getIndex did not return error value");
941 errln("error: UCharIterator(string iter).move did not return error value");
949 errln("error: uiter_setState returned %s instead of U_UNSUPPORTED_ERROR", u_errorName(status));
954 errln("error: uiter_setState returned %s instead of U_ILLEGAL_ARGUMENT_ERROR", u_errorName(status));
957 errln("error: uiter_getState did not return UITER_NO_STATE on bad input");
1164 errln("SubCharIter.firstPosInc() failed\n");
1170 errln("SubCharIter.first32PosInc() failed\n");
1177 errln("SubStringCharIter.firstPostInc() failed\n");
1183 errln("SubUCharCharIter.firstPostInc() failed\n");