• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ICU-531.30/icuSources/test/intltest/

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