Lines Matching refs:errln
168 errln("Failed: firstPostInc() failed"); in TestCoverage()
171 errln("Failed: getIndex()."); in TestCoverage()
174 errln("Failed: getLength()"); in TestCoverage()
178 errln("Failed: setToStart()."); in TestCoverage()
182 errln("Failed: setToEnd()."); in TestCoverage()
185 errln("Failed: startIndex()"); in TestCoverage()
189 errln("Failed: first32PostInc() failed"); in TestCoverage()
211 errln("Construction failed: startIndex is negative"); in TestConstructionAndEquality()
213 errln("Construction failed: endIndex is greater than the text length"); in TestConstructionAndEquality()
215 errln("Construction failed: index is invalid"); in TestConstructionAndEquality()
218 errln("Construction or operator== failed: Unequal objects compared equal"); in TestConstructionAndEquality()
220 errln("clone() or equals() failed: Two clones tested unequal"); in TestConstructionAndEquality()
224 errln("hashCode() failed: different objects have same hash code"); in TestConstructionAndEquality()
227 errln("hashCode() failed: identical objects have different hash codes"); in TestConstructionAndEquality()
230 errln("getLength of CharacterIterator failed"); in TestConstructionAndEquality()
236 errln("construction failed or getText() failed"); in TestConstructionAndEquality()
241 errln("setIndex() failed"); in TestConstructionAndEquality()
245 errln("operator= failed"); in TestConstructionAndEquality()
265 errln("getText() failed"); in TestConstructionAndEquality()
269 errln("setText() or getText() failed"); in TestConstructionAndEquality()
273 errln("setText() or getText() round-trip failed"); in TestConstructionAndEquality()
308 errln("Construction failed: startIndex is negative"); in TestConstructionAndEqualityUChariter()
310 errln("Construction failed: endIndex is different from the text length"); in TestConstructionAndEqualityUChariter()
312 errln("Construction failed: index is invalid"); in TestConstructionAndEqualityUChariter()
315 errln("Construction or operator== failed: Unequal objects compared equal"); in TestConstructionAndEqualityUChariter()
317 errln("clone() or equals() failed: Two clones tested unequal"); in TestConstructionAndEqualityUChariter()
320 errln("copy construction or equals() failed: Two copies tested unequal"); in TestConstructionAndEqualityUChariter()
324 errln("hashCode() failed: different objects have same hash code"); in TestConstructionAndEqualityUChariter()
327 errln("hashCode() failed: identical objects have different hash codes"); in TestConstructionAndEqualityUChariter()
334 errln("error in construction"); in TestConstructionAndEqualityUChariter()
340 errln("getText() failed"); in TestConstructionAndEqualityUChariter()
344 errln("setText() or getText() failed"); in TestConstructionAndEqualityUChariter()
348 errln("setText() or getText() round-trip failed"); in TestConstructionAndEqualityUChariter()
353 errln("setIndex() failed"); in TestConstructionAndEqualityUChariter()
356 errln("setIndex32() failed"); in TestConstructionAndEqualityUChariter()
360 errln("operator= failed"); in TestConstructionAndEqualityUChariter()
388 errln("iter.getText() failed"); in TestIteration()
391 errln("Iterator didn't start out in the right place."); in TestIteration()
397 errln("startIndex() or endIndex() failed"); in TestIteration()
402 errln("Iterator reached end prematurely"); in TestIteration()
404 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
409 errln("current() isn't working right"); in TestIteration()
411 errln("getIndex() isn't working right"); in TestIteration()
420 errln("next() didn't return DONE at the end"); in TestIteration()
423 errln("setIndex(len+1) didn't return DONE"); in TestIteration()
431 errln("Iterator reached end prematurely"); in TestIteration()
433 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
438 errln("current() isn't working right"); in TestIteration()
440 errln("getIndex() isn't working right"); in TestIteration()
442 errln("setIndex() isn't working right"); in TestIteration()
452 errln("previous didn't return DONE at the beginning"); in TestIteration()
459 errln((UnicodeString)"firstPostInc failed. Expected->" + in TestIteration()
462 errln((UnicodeString)"getIndex() after firstPostInc() failed"); in TestIteration()
467 errln("setToStart failed"); in TestIteration()
475 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
481 errln("getIndex() aftr nextPostInc() isn't working right"); in TestIteration()
483 errln("current() after nextPostInc() isn't working right"); in TestIteration()
487 errln("nextPostInc() didn't return DONE at the beginning"); in TestIteration()
493 errln("creation of a restricted-range iterator failed"); in TestIteration()
496 errln("starting the iterator in the middle didn't work"); in TestIteration()
504 errln("Iterator reached end prematurely"); in TestIteration()
506 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
511 errln("current() isn't working right"); in TestIteration()
513 errln("getIndex() isn't working right"); in TestIteration()
515 errln("setIndex() isn't working right"); in TestIteration()
529 errln("Iterator reached end prematurely"); in TestIteration()
531 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
536 errln("current() isn't working right"); in TestIteration()
538 errln("getIndex() isn't working right"); in TestIteration()
562 errln("iter.getText() failed"); in TestIterationUChar32()
565 errln("Iterator didn't start out in the right place."); in TestIterationUChar32()
572 … errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) ); in TestIterationUChar32()
577 …errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i… in TestIterationUChar32()
582 …errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i… in TestIterationUChar32()
588 …errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.len… in TestIterationUChar32()
595 errln("startIndex() or endIndex() failed"); in TestIterationUChar32()
601 errln("Iterator reached end prematurely"); in TestIterationUChar32()
603 errln("Iterator reached end prematurely. Failed at hasNext"); in TestIterationUChar32()
605 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
608 errln("current32() isn't working right"); in TestIterationUChar32()
610 errln("setIndex32() isn't working right"); in TestIterationUChar32()
617 errln("hasNext() returned true at the end of the string"); in TestIterationUChar32()
623 errln("setToEnd failed"); in TestIterationUChar32()
627 errln("next32 didn't return DONE at the end"); in TestIterationUChar32()
630 errln("setIndex32(len+1) didn't return DONE"); in TestIterationUChar32()
638 errln((UnicodeString)"Iterator reached start prematurely for i=" + i); in TestIterationUChar32()
640 errln((UnicodeString)"Iterator reached start prematurely for i=" + i); in TestIterationUChar32()
642 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
645 errln("current32() isn't working right"); in TestIterationUChar32()
647 errln("setIndex32() isn't working right"); in TestIterationUChar32()
649 errln("getIndex() isn't working right"); in TestIterationUChar32()
656 errln("hasPrevious returned true after reaching the start"); in TestIterationUChar32()
660 errln("previous32 didn't return DONE at the beginning"); in TestIterationUChar32()
669 errln("first32PostInc failed. Expected->%X Got->%X", text.char32At(i), c); in TestIterationUChar32()
671 errln((UnicodeString)"getIndex() after first32PostInc() failed"); in TestIterationUChar32()
676 errln("setToStart failed"); in TestIterationUChar32()
684 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
688 errln("getIndex() aftr next32PostInc() isn't working right"); in TestIterationUChar32()
690 errln("current() after next32PostInc() isn't working right"); in TestIterationUChar32()
694 errln("next32PostInc() didn't return DONE at the beginning"); in TestIterationUChar32()
702 errln("creation of a restricted-range iterator failed"); in TestIterationUChar32()
705 errln("starting the iterator in the middle didn't work"); in TestIterationUChar32()
714 errln("Iterator reached end prematurely"); in TestIterationUChar32()
716 errln("Iterator reached end prematurely"); in TestIterationUChar32()
718 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
721 errln("current32() isn't working right"); in TestIterationUChar32()
723 errln("setIndex32() isn't working right"); in TestIterationUChar32()
732 errln("error in next32()"); in TestIterationUChar32()
741 errln("Iterator reached start prematurely"); in TestIterationUChar32()
743 errln("Iterator reached start prematurely"); in TestIterationUChar32()
745 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
747 errln("current32() isn't working right"); in TestIterationUChar32()
749 errln("getIndex() isn't working right"); in TestIterationUChar32()
751 errln("setIndex32() isn't working right"); in TestIterationUChar32()
761 errln("error on previous32"); in TestIterationUChar32()
830 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves); in TestUCharIterator()
839 … errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]); in TestUCharIterator()
878 errln("error: UCharIterator(string).getIndex returns wrong index"); in TestUCharIterator()
889 errln("error: UCharIterator(string).move sets/returns wrong index"); in TestUCharIterator()
900 errln("error: UCharIterator(character iterator).getIndex returns wrong index"); in TestUCharIterator()
911 errln("error: UCharIterator(character iterator).move sets/returns wrong index"); in TestUCharIterator()
917 errln("error: UCharIterator(char iter).getIndex did not return error value"); in TestUCharIterator()
922 errln("error: UCharIterator(char iter).move did not return error value"); in TestUCharIterator()
928 errln("error: UCharIterator(repl iter).getIndex did not return error value"); in TestUCharIterator()
933 errln("error: UCharIterator(repl iter).move did not return error value"); in TestUCharIterator()
939 errln("error: UCharIterator(string iter).getIndex did not return error value"); in TestUCharIterator()
944 errln("error: UCharIterator(string iter).move did not return error value"); in TestUCharIterator()
952 … errln("error: uiter_setState returned %s instead of U_UNSUPPORTED_ERROR", u_errorName(status)); in TestUCharIterator()
957 …errln("error: uiter_setState returned %s instead of U_ILLEGAL_ARGUMENT_ERROR", u_errorName(status)… in TestUCharIterator()
960 errln("error: uiter_getState did not return UITER_NO_STATE on bad input"); in TestUCharIterator()
1167 errln("SubCharIter.firstPosInc() failed\n"); in TestCharIteratorSubClasses()
1173 errln("SubCharIter.first32PosInc() failed\n"); in TestCharIteratorSubClasses()
1180 errln("SubStringCharIter.firstPostInc() failed\n"); in TestCharIteratorSubClasses()
1186 errln("SubUCharCharIter.firstPostInc() failed\n"); in TestCharIteratorSubClasses()