Lines Matching refs:errln
167 errln("Failed: firstPostInc() failed"); in TestCoverage()
170 errln("Failed: getIndex()."); in TestCoverage()
173 errln("Failed: getLength()"); in TestCoverage()
177 errln("Failed: setToStart()."); in TestCoverage()
181 errln("Failed: setToEnd()."); in TestCoverage()
184 errln("Failed: startIndex()"); in TestCoverage()
188 errln("Failed: first32PostInc() failed"); in TestCoverage()
210 errln("Construction failed: startIndex is negative"); in TestConstructionAndEquality()
212 errln("Construction failed: endIndex is greater than the text length"); in TestConstructionAndEquality()
214 errln("Construction failed: index is invalid"); in TestConstructionAndEquality()
217 errln("Construction or operator== failed: Unequal objects compared equal"); in TestConstructionAndEquality()
219 errln("clone() or equals() failed: Two clones tested unequal"); in TestConstructionAndEquality()
223 errln("hashCode() failed: different objects have same hash code"); in TestConstructionAndEquality()
226 errln("hashCode() failed: identical objects have different hash codes"); in TestConstructionAndEquality()
229 errln("getLength of CharacterIterator failed"); in TestConstructionAndEquality()
235 errln("construction failed or getText() failed"); in TestConstructionAndEquality()
240 errln("setIndex() failed"); in TestConstructionAndEquality()
244 errln("operator= failed"); in TestConstructionAndEquality()
264 errln("getText() failed"); in TestConstructionAndEquality()
268 errln("setText() or getText() failed"); in TestConstructionAndEquality()
272 errln("setText() or getText() round-trip failed"); in TestConstructionAndEquality()
307 errln("Construction failed: startIndex is negative"); in TestConstructionAndEqualityUChariter()
309 errln("Construction failed: endIndex is different from the text length"); in TestConstructionAndEqualityUChariter()
311 errln("Construction failed: index is invalid"); in TestConstructionAndEqualityUChariter()
314 errln("Construction or operator== failed: Unequal objects compared equal"); in TestConstructionAndEqualityUChariter()
316 errln("clone() or equals() failed: Two clones tested unequal"); in TestConstructionAndEqualityUChariter()
319 errln("copy construction or equals() failed: Two copies tested unequal"); in TestConstructionAndEqualityUChariter()
323 errln("hashCode() failed: different objects have same hash code"); in TestConstructionAndEqualityUChariter()
326 errln("hashCode() failed: identical objects have different hash codes"); in TestConstructionAndEqualityUChariter()
333 errln("error in construction"); in TestConstructionAndEqualityUChariter()
339 errln("getText() failed"); in TestConstructionAndEqualityUChariter()
343 errln("setText() or getText() failed"); in TestConstructionAndEqualityUChariter()
347 errln("setText() or getText() round-trip failed"); in TestConstructionAndEqualityUChariter()
352 errln("setIndex() failed"); in TestConstructionAndEqualityUChariter()
355 errln("setIndex32() failed"); in TestConstructionAndEqualityUChariter()
359 errln("operator= failed"); in TestConstructionAndEqualityUChariter()
387 errln("iter.getText() failed"); in TestIteration()
390 errln("Iterator didn't start out in the right place."); in TestIteration()
396 errln("startIndex() or endIndex() failed"); in TestIteration()
401 errln("Iterator reached end prematurely"); in TestIteration()
403 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
408 errln("current() isn't working right"); in TestIteration()
410 errln("getIndex() isn't working right"); in TestIteration()
419 errln("next() didn't return DONE at the end"); in TestIteration()
422 errln("setIndex(len+1) didn't return DONE"); in TestIteration()
430 errln("Iterator reached end prematurely"); in TestIteration()
432 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
437 errln("current() isn't working right"); in TestIteration()
439 errln("getIndex() isn't working right"); in TestIteration()
441 errln("setIndex() isn't working right"); in TestIteration()
451 errln("previous didn't return DONE at the beginning"); in TestIteration()
458 errln((UnicodeString)"firstPostInc failed. Expected->" + in TestIteration()
461 errln((UnicodeString)"getIndex() after firstPostInc() failed"); in TestIteration()
466 errln("setToStart failed"); in TestIteration()
474 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
480 errln("getIndex() aftr nextPostInc() isn't working right"); in TestIteration()
482 errln("current() after nextPostInc() isn't working right"); in TestIteration()
486 errln("nextPostInc() didn't return DONE at the beginning"); in TestIteration()
492 errln("creation of a restricted-range iterator failed"); in TestIteration()
495 errln("starting the iterator in the middle didn't work"); in TestIteration()
503 errln("Iterator reached end prematurely"); in TestIteration()
505 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
510 errln("current() isn't working right"); in TestIteration()
512 errln("getIndex() isn't working right"); in TestIteration()
514 errln("setIndex() isn't working right"); in TestIteration()
528 errln("Iterator reached end prematurely"); in TestIteration()
530 errln((UnicodeString)"Character mismatch at position " + i + in TestIteration()
535 errln("current() isn't working right"); in TestIteration()
537 errln("getIndex() isn't working right"); in TestIteration()
561 errln("iter.getText() failed"); in TestIterationUChar32()
564 errln("Iterator didn't start out in the right place."); in TestIterationUChar32()
571 … errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) ); in TestIterationUChar32()
576 …errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i… in TestIterationUChar32()
581 …errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i… in TestIterationUChar32()
587 …errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.len… in TestIterationUChar32()
594 errln("startIndex() or endIndex() failed"); in TestIterationUChar32()
600 errln("Iterator reached end prematurely"); in TestIterationUChar32()
602 errln("Iterator reached end prematurely. Failed at hasNext"); in TestIterationUChar32()
604 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
607 errln("current32() isn't working right"); in TestIterationUChar32()
609 errln("setIndex32() isn't working right"); in TestIterationUChar32()
616 errln("hasNext() returned true at the end of the string"); in TestIterationUChar32()
622 errln("setToEnd failed"); in TestIterationUChar32()
626 errln("next32 didn't return DONE at the end"); in TestIterationUChar32()
629 errln("setIndex32(len+1) didn't return DONE"); in TestIterationUChar32()
637 errln((UnicodeString)"Iterator reached start prematurely for i=" + i); in TestIterationUChar32()
639 errln((UnicodeString)"Iterator reached start prematurely for i=" + i); in TestIterationUChar32()
641 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
644 errln("current32() isn't working right"); in TestIterationUChar32()
646 errln("setIndex32() isn't working right"); in TestIterationUChar32()
648 errln("getIndex() isn't working right"); in TestIterationUChar32()
655 errln("hasPrevious returned true after reaching the start"); in TestIterationUChar32()
659 errln("previous32 didn't return DONE at the beginning"); in TestIterationUChar32()
668 errln("first32PostInc failed. Expected->%X Got->%X", text.char32At(i), c); in TestIterationUChar32()
670 errln((UnicodeString)"getIndex() after first32PostInc() failed"); in TestIterationUChar32()
675 errln("setToStart failed"); in TestIterationUChar32()
683 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
687 errln("getIndex() aftr next32PostInc() isn't working right"); in TestIterationUChar32()
689 errln("current() after next32PostInc() isn't working right"); in TestIterationUChar32()
693 errln("next32PostInc() didn't return DONE at the beginning"); in TestIterationUChar32()
701 errln("creation of a restricted-range iterator failed"); in TestIterationUChar32()
704 errln("starting the iterator in the middle didn't work"); in TestIterationUChar32()
713 errln("Iterator reached end prematurely"); in TestIterationUChar32()
715 errln("Iterator reached end prematurely"); in TestIterationUChar32()
717 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
720 errln("current32() isn't working right"); in TestIterationUChar32()
722 errln("setIndex32() isn't working right"); in TestIterationUChar32()
731 errln("error in next32()"); in TestIterationUChar32()
740 errln("Iterator reached start prematurely"); in TestIterationUChar32()
742 errln("Iterator reached start prematurely"); in TestIterationUChar32()
744 …errln("Character mismatch at position %d, iterator has %X, string has %X", i, c, text.char32At(i)); in TestIterationUChar32()
746 errln("current32() isn't working right"); in TestIterationUChar32()
748 errln("getIndex() isn't working right"); in TestIterationUChar32()
750 errln("setIndex32() isn't working right"); in TestIterationUChar32()
760 errln("error on previous32"); in TestIterationUChar32()
829 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves); in TestUCharIterator()
838 … errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]); in TestUCharIterator()
877 errln("error: UCharIterator(string).getIndex returns wrong index"); in TestUCharIterator()
888 errln("error: UCharIterator(string).move sets/returns wrong index"); in TestUCharIterator()
899 errln("error: UCharIterator(character iterator).getIndex returns wrong index"); in TestUCharIterator()
910 errln("error: UCharIterator(character iterator).move sets/returns wrong index"); in TestUCharIterator()
916 errln("error: UCharIterator(char iter).getIndex did not return error value"); in TestUCharIterator()
921 errln("error: UCharIterator(char iter).move did not return error value"); in TestUCharIterator()
927 errln("error: UCharIterator(repl iter).getIndex did not return error value"); in TestUCharIterator()
932 errln("error: UCharIterator(repl iter).move did not return error value"); in TestUCharIterator()
938 errln("error: UCharIterator(string iter).getIndex did not return error value"); in TestUCharIterator()
943 errln("error: UCharIterator(string iter).move did not return error value"); in TestUCharIterator()
951 … errln("error: uiter_setState returned %s instead of U_UNSUPPORTED_ERROR", u_errorName(status)); in TestUCharIterator()
956 …errln("error: uiter_setState returned %s instead of U_ILLEGAL_ARGUMENT_ERROR", u_errorName(status)… in TestUCharIterator()
959 errln("error: uiter_getState did not return UITER_NO_STATE on bad input"); in TestUCharIterator()
1166 errln("SubCharIter.firstPosInc() failed\n"); in TestCharIteratorSubClasses()
1172 errln("SubCharIter.first32PosInc() failed\n"); in TestCharIteratorSubClasses()
1179 errln("SubStringCharIter.firstPostInc() failed\n"); in TestCharIteratorSubClasses()
1185 errln("SubUCharCharIter.firstPostInc() failed\n"); in TestCharIteratorSubClasses()