• Home
  • Raw
  • Download

Lines Matching refs:errln

36     errln("Test Failure at file %s, line %d: \"%s\" is false.\n", __FILE__, __LINE__, #expr);};}
66 errln((UnicodeString)"ERROR:1 RBBI's == and != operator failed."); in TestCloneEquals()
70 errln((UnicodeString)"ERROR:2 RBBI's == and != operator failed."); in TestCloneEquals()
88 errln((UnicodeString)"FAIL : in construction of default iterator"); in TestCloneEquals()
92 errln((UnicodeString)"ERROR: iterators should not compare =="); in TestCloneEquals()
96 errln((UnicodeString)"ERROR: iterators should compare =="); in TestCloneEquals()
104 errln(UnicodeString("ERROR: strings should not be equal before assignment.")); in TestCloneEquals()
108 errln(UnicodeString("ERROR: strings should be equal before assignment.")); in TestCloneEquals()
114 errln(UnicodeString("ERROR: iterators behaved differently after assignment.")); in TestCloneEquals()
118 errln(UnicodeString("ERROR: iterator.next() failed after deleting copy.")); in TestCloneEquals()
129 errln((UnicodeString)"ERROR:1 RBBI's clone() method failed"); in TestCloneEquals()
133 errln((UnicodeString)"ERROR:2 RBBI's clone() method failed"); in TestCloneEquals()
138 errln((UnicodeString)"ERROR: RBBI's clone() method failed"); in TestCloneEquals()
158 errln("Failed: boilerplate method operator!= does not return correct results"); in TestBoilerPlate()
166 errln("Failed: boilerplate method operator== does not return correct results"); in TestBoilerPlate()
169 errln("creation of break iterator failed"); in TestBoilerPlate()
202 errln((UnicodeString)"ERROR: error in getRules() method"); in TestgetRules()
234 errln((UnicodeString)"ERROR: identical objects have different hashcodes"); in TestHashCode()
238 errln((UnicodeString)"ERROR: different objects have same hashcodes"); in TestHashCode()
272errln((UnicodeString)"ERROR:1 setText did not set the iteration position to the beginning of the t… in TestGetSetAdoptText()
278errln((UnicodeString)"ERROR:2 setText did not reset the iteration position to the beginning of the… in TestGetSetAdoptText()
294 errln((UnicodeString)"ERROR:1 error in adoptText "); in TestGetSetAdoptText()
297 errln((UnicodeString)"ERROR:2 error in adoptText "); in TestGetSetAdoptText()
424 errln("Incorrect value from bi->first(). Expected 0, got %d.", i); in TestIteration()
429 errln("Incorrect value from bi->last(). Expected 10, got %d", i); in TestIteration()
438 errln("Incorrect value from bi->last() at line %d. Expected 9, got %d", __LINE__, i); in TestIteration()
445errln("Incorrect value from bi->previous() at line %d. Expected DONE, got %d", __LINE__, i); in TestIteration()
454 errln("Incorrect value from bi->next() at line %d. Expected 1, got %d", __LINE__, i); in TestIteration()
460 errln("Incorrect value from bi->next() at line %d. Expected DONE, got %d", __LINE__, i); in TestIteration()
470 errln("Incorrect value from bi->previous() at line %d. Expected 0, got %d", __LINE__, i); in TestIteration()
476 errln("Incorrect value from bi->previous() at line %d. Expected 1, got %d", __LINE__, i); in TestIteration()
483 errln("Incorrect value from bi->previous() at line %d. Expected 10, got %d", __LINE__, i); in TestIteration()
490 errln("Incorrect value from bi->previous() at line %d. Expected 0, got %d", __LINE__, i); in TestIteration()
499 errln("Incorrect value from bi->following() at line %d. Expected 5, got %d", __LINE__, i); in TestIteration()
504 errln("Incorrect value from bi->following() at line %d. Expected 10, got %d", __LINE__, i); in TestIteration()
509errln("Incorrect value from bi->following() at line %d. Expected DONE, got %d", __LINE__, i); in TestIteration()
518 errln("Incorrect value from bi->preceding() at line %d. Expected 3, got %d", __LINE__, i); in TestIteration()
523 errln("Incorrect value from bi->preceding() at line %d. Expected 9, got %d", __LINE__, i); in TestIteration()
528 errln("Incorrect value from bi->preceding() at line %d. Expected 0, got %d", __LINE__, i); in TestIteration()
533errln("Incorrect value from bi->preceding() at line %d. Expected DONE, got %d", __LINE__, i); in TestIteration()
542errln("Incorrect value from bi->isBoudary() at line %d. Expected TRUE, got FALSE", __LINE__, i); in TestIteration()
546 errln("Incorrect value from bi->current() at line %d. Expected 3, got %d", __LINE__, i); in TestIteration()
551errln("Incorrect value from bi->isBoudary() at line %d. Expected FALSE, got TRUE", __LINE__, i); in TestIteration()
555 errln("Incorrect value from bi->current() at line %d. Expected 10, got %d", __LINE__, i); in TestIteration()
564 errln("Incorrect value from bi->next() at line %d. Expected 4, got %d", __LINE__, i); in TestIteration()
569 errln("Incorrect value from bi->next() at line %d. Expected 10, got %d", __LINE__, i); in TestIteration()
575errln("Incorrect value from bi->next() at line %d. Expected BreakIterator::DONE, got %d", __LINE_… in TestIteration()
674 errln("FAIL: unexpected word break at postion %d", pos); in TestRuleStatus()
679 errln("FAIL: incorrect tag value %d at position %d", tag, pos); in TestRuleStatus()
722 errln("Fail: incorrect word break status or position. i=%d, pos=%d, tag=%d", in TestRuleStatus()
732 errln("UBRK_LINE_* constants from header are inconsistent."); in TestRuleStatus()
898 errln("japan not different from root"); in TestRegistration()
911 errln("bad result for xx_XX/word"); in TestRegistration()
923 errln("bad result for ja_JP/char"); in TestRegistration()
935 errln("bad result for xx_XX/char"); in TestRegistration()
951 errln("did not find test locale"); in TestRegistration()
958 errln("unable to unregister"); in TestRegistration()
972 errln("did not get root break"); in TestRegistration()
988 errln("found test locale"); in TestRegistration()
1003 errln("BreakIterator::getAvailableLocales(&count), failed to find EN."); in TestRegistration()
1035 errln("createRuleBasedBreakIterator: ICU Error \"%s\" at line %d, column %d\n", in RoundtripRule()
1042 errln("Built rules and rebuilt rules are different %s", dataFile); in RoundtripRule()
1082errln("create RuleBasedBreakIterator from RBBIData (adopted): ICU Error \"%s\"\n", u_errorName(sta… in TestCreateFromRBBIData()
1093errln("create RuleBasedBreakIterator from RBBIData (non-adopted): delete affects data\n" ); in TestCreateFromRBBIData()
1096errln("create RuleBasedBreakIterator from RBBIData (non-adopted): ICU Error \"%s\"\n", u_errorName… in TestCreateFromRBBIData()
1232errln((UnicodeString)"Wrong result from isBoundary() for " + i + (UnicodeString)": expected true, … in doBoundaryTest()
1237errln((UnicodeString)"Wrong result from isBoundary() for " + i + (UnicodeString)": expected false,… in doBoundaryTest()
1246errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expecte… in doTest()
1254errln(prettify((UnicodeString)"ERROR:****selected \"" + selected + "\" instead of \"" + expected +… in doTest()