Lines Matching refs:errln
169 errln("Failed: firstPostInc() failed"); in TestCoverage()
172 errln("Failed: getIndex()."); in TestCoverage()
175 errln("Failed: getLength()"); in TestCoverage()
179 errln("Failed: setToStart()."); in TestCoverage()
183 errln("Failed: setToEnd()."); in TestCoverage()
186 errln("Failed: startIndex()"); in TestCoverage()
190 errln("Failed: first32PostInc() failed"); in TestCoverage()
212 errln("Construction failed: startIndex is negative"); in TestConstructionAndEquality()
214 errln("Construction failed: endIndex is greater than the text length"); in TestConstructionAndEquality()
216 errln("Construction failed: index is invalid"); in TestConstructionAndEquality()
219 errln("Construction or operator== failed: Unequal objects compared equal"); in TestConstructionAndEquality()
221 errln("clone() or equals() failed: Two clones tested unequal"); in TestConstructionAndEquality()
225 errln("hashCode() failed: different objects have same hash code"); in TestConstructionAndEquality()
228 errln("hashCode() failed: identical objects have different hash codes"); in TestConstructionAndEquality()
231 errln("getLength of CharacterIterator failed"); in TestConstructionAndEquality()
237 errln("construction failed or getText() failed"); in TestConstructionAndEquality()
242 errln("setIndex() failed"); in TestConstructionAndEquality()
246 errln("operator= failed"); in TestConstructionAndEquality()
266 errln("getText() failed"); in TestConstructionAndEquality()
270 errln("setText() or getText() failed"); in TestConstructionAndEquality()
274 errln("setText() or getText() round-trip failed"); in TestConstructionAndEquality()
309 errln("Construction failed: startIndex is negative"); in TestConstructionAndEqualityUChariter()
311 errln("Construction failed: endIndex is different from the text length"); in TestConstructionAndEqualityUChariter()
313 errln("Construction failed: index is invalid"); in TestConstructionAndEqualityUChariter()
316 errln("Construction or operator== failed: Unequal objects compared equal"); in TestConstructionAndEqualityUChariter()
318 errln("clone() or equals() failed: Two clones tested unequal"); in TestConstructionAndEqualityUChariter()
321 errln("copy construction or equals() failed: Two copies tested unequal"); in TestConstructionAndEqualityUChariter()
325 errln("hashCode() failed: different objects have same hash code"); in TestConstructionAndEqualityUChariter()
328 errln("hashCode() failed: identical objects have different hash codes"); in TestConstructionAndEqualityUChariter()
335 errln("error in construction"); in TestConstructionAndEqualityUChariter()
341 errln("getText() failed"); in TestConstructionAndEqualityUChariter()
345 errln("setText() or getText() failed"); in TestConstructionAndEqualityUChariter()
349 errln("setText() or getText() round-trip failed"); in TestConstructionAndEqualityUChariter()
354 errln("setIndex() failed"); in TestConstructionAndEqualityUChariter()
357 errln("setIndex32() failed"); in TestConstructionAndEqualityUChariter()
361 errln("operator= failed"); in TestConstructionAndEqualityUChariter()
389 errln("iter.getText() failed"); in TestIteration()
392 errln("Iterator didn't start out in the right place."); in TestIteration()
398 errln("startIndex() or endIndex() failed"); in TestIteration()
403 errln("Iterator reached end prematurely"); in TestIteration()
405 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
410 errln("current() isn't working right"); in TestIteration()
412 errln("getIndex() isn't working right"); in TestIteration()
421 errln("next() didn't return DONE at the end"); in TestIteration()
424 errln("setIndex(len+1) didn't return DONE"); in TestIteration()
432 errln("Iterator reached end prematurely"); in TestIteration()
434 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
439 errln("current() isn't working right"); in TestIteration()
441 errln("getIndex() isn't working right"); in TestIteration()
443 errln("setIndex() isn't working right"); in TestIteration()
453 errln("previous didn't return DONE at the beginning"); in TestIteration()
460 errln((UnicodeString)"firstPostInc failed. Expected->" + in TestIteration()
463 errln((UnicodeString)"getIndex() after firstPostInc() failed"); in TestIteration()
468 errln("setToStart failed"); in TestIteration()
476 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
482 errln("getIndex() aftr nextPostInc() isn't working right"); in TestIteration()
484 errln("current() after nextPostInc() isn't working right"); in TestIteration()
488 errln("nextPostInc() didn't return DONE at the beginning"); in TestIteration()
494 errln("creation of a restricted-range iterator failed"); in TestIteration()
497 errln("starting the iterator in the middle didn't work"); in TestIteration()
505 errln("Iterator reached end prematurely"); in TestIteration()
507 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
512 errln("current() isn't working right"); in TestIteration()
514 errln("getIndex() isn't working right"); in TestIteration()
516 errln("setIndex() isn't working right"); in TestIteration()
530 errln("Iterator reached end prematurely"); in TestIteration()
532 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
537 errln("current() isn't working right"); in TestIteration()
539 errln("getIndex() isn't working right"); in TestIteration()
563 errln("iter.getText() failed"); in TestIterationUChar32()
566 errln("Iterator didn't start out in the right place."); in TestIterationUChar32()
573 … errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) ); in TestIterationUChar32()
578 …errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i… in TestIterationUChar32()
583 …errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i… in TestIterationUChar32()
589 …errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.len… in TestIterationUChar32()
596 errln("startIndex() or endIndex() failed"); in TestIterationUChar32()
602 errln("Iterator reached end prematurely"); in TestIterationUChar32()
604 errln("Iterator reached end prematurely. Failed at hasNext"); in TestIterationUChar32()
606 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
609 errln("current32() isn't working right"); in TestIterationUChar32()
611 errln("setIndex32() isn't working right"); in TestIterationUChar32()
618 errln("hasNext() returned true at the end of the string"); in TestIterationUChar32()
624 errln("setToEnd failed"); in TestIterationUChar32()
628 errln("next32 didn't return DONE at the end"); in TestIterationUChar32()
631 errln("setIndex32(len+1) didn't return DONE"); in TestIterationUChar32()
639 errln((UnicodeString)"Iterator reached start prematurely for i=" + i); in TestIterationUChar32()
641 errln((UnicodeString)"Iterator reached start prematurely for i=" + i); in TestIterationUChar32()
643 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
646 errln("current32() isn't working right"); in TestIterationUChar32()
648 errln("setIndex32() isn't working right"); in TestIterationUChar32()
650 errln("getIndex() isn't working right"); in TestIterationUChar32()
657 errln("hasPrevious returned true after reaching the start"); in TestIterationUChar32()
661 errln("previous32 didn't return DONE at the beginning"); in TestIterationUChar32()
670 errln("first32PostInc failed. Expected->%X Got->%X", text.char32At(i), c); in TestIterationUChar32()
672 errln((UnicodeString)"getIndex() after first32PostInc() failed"); in TestIterationUChar32()
677 errln("setToStart failed"); in TestIterationUChar32()
685 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
689 errln("getIndex() aftr next32PostInc() isn't working right"); in TestIterationUChar32()
691 errln("current() after next32PostInc() isn't working right"); in TestIterationUChar32()
695 errln("next32PostInc() didn't return DONE at the beginning"); in TestIterationUChar32()
703 errln("creation of a restricted-range iterator failed"); in TestIterationUChar32()
706 errln("starting the iterator in the middle didn't work"); in TestIterationUChar32()
715 errln("Iterator reached end prematurely"); in TestIterationUChar32()
717 errln("Iterator reached end prematurely"); in TestIterationUChar32()
719 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
722 errln("current32() isn't working right"); in TestIterationUChar32()
724 errln("setIndex32() isn't working right"); in TestIterationUChar32()
733 errln("error in next32()"); in TestIterationUChar32()
742 errln("Iterator reached start prematurely"); in TestIterationUChar32()
744 errln("Iterator reached start prematurely"); in TestIterationUChar32()
746 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
748 errln("current32() isn't working right"); in TestIterationUChar32()
750 errln("getIndex() isn't working right"); in TestIterationUChar32()
752 errln("setIndex32() isn't working right"); in TestIterationUChar32()
762 errln("error on previous32"); in TestIterationUChar32()
831 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves); in TestUCharIterator()
840 … errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]); in TestUCharIterator()
879 errln("error: UCharIterator(string).getIndex returns wrong index"); in TestUCharIterator()
890 errln("error: UCharIterator(string).move sets/returns wrong index"); in TestUCharIterator()
901 errln("error: UCharIterator(character iterator).getIndex returns wrong index"); in TestUCharIterator()
912 errln("error: UCharIterator(character iterator).move sets/returns wrong index"); in TestUCharIterator()
918 errln("error: UCharIterator(char iter).getIndex did not return error value"); in TestUCharIterator()
923 errln("error: UCharIterator(char iter).move did not return error value"); in TestUCharIterator()
929 errln("error: UCharIterator(repl iter).getIndex did not return error value"); in TestUCharIterator()
934 errln("error: UCharIterator(repl iter).move did not return error value"); in TestUCharIterator()
940 errln("error: UCharIterator(string iter).getIndex did not return error value"); in TestUCharIterator()
945 errln("error: UCharIterator(string iter).move did not return error value"); in TestUCharIterator()
953 … errln("error: uiter_setState returned %s instead of U_UNSUPPORTED_ERROR", u_errorName(status)); in TestUCharIterator()
958 …errln("error: uiter_setState returned %s instead of U_ILLEGAL_ARGUMENT_ERROR", u_errorName(status)… in TestUCharIterator()
961 errln("error: uiter_getState did not return UITER_NO_STATE on bad input"); in TestUCharIterator()
1168 errln("SubCharIter.firstPosInc() failed\n"); in TestCharIteratorSubClasses()
1174 errln("SubCharIter.first32PosInc() failed\n"); in TestCharIteratorSubClasses()
1181 errln("SubStringCharIter.firstPostInc() failed\n"); in TestCharIteratorSubClasses()
1187 errln("SubUCharCharIter.firstPostInc() failed\n"); in TestCharIteratorSubClasses()