Home | History | Annotate | Download | only in intltest

Lines Matching full:errln

101         errln("Couldn't create a RuleBasedCollator with a contracting sequence.");
118 errln("Couldn't create a RuleBasedCollator with an expanding sequence.");
135 errln("Couldn't create a RuleBasedCollator with both an expanding and a contracting sequence.");
151 errln("Couldn't create a collator");
163 errln("Couldn't create Japanese collator\n");
180 errln("Error: After setting offset to 0, we should be at the end "
185 errln("Error: After setting offset to end of the string, we should "
200 errln(msg1 + offset + msg2 + test1.length());
210 errln("setOffset failed.");
241 errln("iter2->next() returned an error.");
254 errln("call to iter2->setText(test1) failed.");
266 errln("call to iter2->setText(chariter(test1)) failed.");
278 errln("Empty string should have no CEs.");
284 errln("Empty string should have no CEs.");
323 errln("Failure at codepoint %d, maximum expansion count < %d\n",
342 errln("Couldn't create a RuleBasedCollator.");
353 errln("call to i->next() failed. err=%s", u_errorName(status));
361 errln("call to i->setOffset(3) failed. err=%s", u_errorName(status));
369 errln("call to i->next() failed. err=%s", u_errorName(status));
377 errln("call to i->setOffset(0) failed. err=%s", u_errorName(status));
385 errln("call to i->next() failed. err=%s", u_errorName(status));
389 errln("got 0x%X, expected 0x%X", e, e0);
411 errln("Couldn't create a default collator.");
422 errln("Fail collation iterator assignment does not produce the same elements");
428 errln("Fail collation iterator copy constructor does not produce the same elements");
437 errln("collation iterator assignment does not produce the same elements");
441 errln("collation iterator not equal");
445 errln("collation iterator equal");
449 errln("collation iterator not equal");
453 errln("collation iterator equal");
457 errln("collation iterator equal");
461 errln("collation iterator not equal");
465 errln("collation iterator equal");
469 errln("collation iterator not equal");
473 errln("collation iterator equal");
490 errln("Couldn't create a default collator.");
499 errln("Couldn't create collation element iterator with character iterator.");
508 errln("CollationElementIterators constructed with the same string data should be the same at the start");
522 errln("CollationElementIterators constructed with the same string data should be the same at the start");
525 errln("Empty string should have no CEs.");
528 errln("Empty string should have no CEs.");
547 errln("Couldn't create a default collator.");
556 errln("Couldn't create a collation element iterator from default collator");
561 errln("Strength order for a primary strength collator should be the first 2 bytes");
567 errln("Strength order for a secondary strength collator should be the third byte");
573 errln("Strength order for a tertiary strength collator should be the third byte");
611 errln(" %d: strength(0x%X) != strength(0x%X)", count, c1, c2);