Lines Matching refs:errln
101 errln("Couldn't create a RuleBasedCollator with a contracting sequence."); in TestPrevious()
118 errln("Couldn't create a RuleBasedCollator with an expanding sequence."); in TestPrevious()
135 … errln("Couldn't create a RuleBasedCollator with both an expanding and a contracting sequence."); in TestPrevious()
151 errln("Couldn't create a collator"); in TestPrevious()
163 errln("Couldn't create Japanese collator\n"); in TestPrevious()
180 errln("Error: After setting offset to 0, we should be at the end " in TestOffset()
185 errln("Error: After setting offset to end of the string, we should " in TestOffset()
200 errln(msg1 + offset + msg2 + test1.length()); in TestOffset()
210 errln("setOffset failed."); in TestOffset()
226 errln("Error: in creation of Spanish collator - %s", u_errorName(status)); in TestOffset()
235 …errln("Error: setting offset in the middle of a contraction should be the same as setting it to th… in TestOffset()
247 …errln("Error: setting offset in the middle of a contraction should be the same as setting it to th… in TestOffset()
259 …errln("Error: setting offset in the middle of a surrogate pair should be the same as setting it to… in TestOffset()
271 …errln("Error: setting offset in the middle of a surrogate pair should be the same as setting it to… in TestOffset()
296 errln("iter2->next() returned an error."); in TestSetText()
309 errln("call to iter2->setText(test1) failed."); in TestSetText()
321 errln("call to iter2->setText(chariter(test1)) failed."); in TestSetText()
333 errln("Empty string should have no CEs."); in TestSetText()
339 errln("Empty string should have no CEs."); in TestSetText()
378 errln("Failure at codepoint %d, maximum expansion count < %d\n", in TestMaxExpansion()
397 errln("Couldn't create a RuleBasedCollator."); in TestClearBuffers()
408 errln("call to i->next() failed. err=%s", u_errorName(status)); in TestClearBuffers()
416 errln("call to i->setOffset(3) failed. err=%s", u_errorName(status)); in TestClearBuffers()
424 errln("call to i->next() failed. err=%s", u_errorName(status)); in TestClearBuffers()
432 errln("call to i->setOffset(0) failed. err=%s", u_errorName(status)); in TestClearBuffers()
440 errln("call to i->next() failed. err=%s", u_errorName(status)); in TestClearBuffers()
444 errln("got 0x%X, expected 0x%X", e, e0); in TestClearBuffers()
466 errln("Couldn't create a default collator."); in TestAssignment()
477 errln("Fail collation iterator assignment does not produce the same elements"); in TestAssignment()
483 errln("Fail collation iterator copy constructor does not produce the same elements"); in TestAssignment()
492 errln("collation iterator assignment does not produce the same elements"); in TestAssignment()
496 errln("collation iterator not equal"); in TestAssignment()
500 errln("collation iterator equal"); in TestAssignment()
504 errln("collation iterator not equal"); in TestAssignment()
508 errln("collation iterator equal"); in TestAssignment()
512 errln("collation iterator equal"); in TestAssignment()
516 errln("collation iterator not equal"); in TestAssignment()
520 errln("collation iterator equal"); in TestAssignment()
524 errln("collation iterator not equal"); in TestAssignment()
528 errln("collation iterator equal"); in TestAssignment()
545 errln("Couldn't create a default collator."); in TestConstructors()
554 errln("Couldn't create collation element iterator with character iterator."); in TestConstructors()
563 …errln("CollationElementIterators constructed with the same string data should be the same at the s… in TestConstructors()
577 …errln("CollationElementIterators constructed with the same string data should be the same at the s… in TestConstructors()
580 errln("Empty string should have no CEs."); in TestConstructors()
583 errln("Empty string should have no CEs."); in TestConstructors()
602 errln("Couldn't create a default collator."); in TestStrengthOrder()
611 errln("Couldn't create a collation element iterator from default collator"); in TestStrengthOrder()
616 errln("Strength order for a primary strength collator should be the first 2 bytes"); in TestStrengthOrder()
622 errln("Strength order for a secondary strength collator should be the third byte"); in TestStrengthOrder()
628 errln("Strength order for a tertiary strength collator should be the third byte"); in TestStrengthOrder()
666 errln(" %d: strength(0x%X) != strength(0x%X)", count, c1, c2); in assertEqual()