Home | History | Annotate | Download | only in intltest

Lines Matching full:error

32 errln("Failure at file %s, line %d, error = %s", __FILE__, __LINE__, u_errorName(status));}}
65 errln((UnicodeString)"ERROR:1 RBBI's == and != operator failed.");
69 errln((UnicodeString)"ERROR:2 RBBI's == and != operator failed.");
91 errln((UnicodeString)"ERROR: iterators should not compare ==");
95 errln((UnicodeString)"ERROR: iterators should compare ==");
103 errln(UnicodeString("ERROR: strings should not be equal before assignment."));
107 errln(UnicodeString("ERROR: strings should be equal before assignment."));
113 errln(UnicodeString("ERROR: iterators behaved differently after assignment."));
117 errln(UnicodeString("ERROR: iterator.next() failed after deleting copy."));
128 errln((UnicodeString)"ERROR:1 RBBI's clone() method failed");
132 errln((UnicodeString)"ERROR:2 RBBI's clone() method failed");
137 errln((UnicodeString)"ERROR: RBBI's clone() method failed");
197 errln((UnicodeString)"ERROR: error in getRules() method");
229 errln((UnicodeString)"ERROR: identical objects have different hashcodes");
233 errln((UnicodeString)"ERROR: different objects have same hashcodes");
267 errln((UnicodeString)"ERROR:1 setText did not set the iteration position to the beginning of the text, it is" + wordIter1->current() + (UnicodeString)"\n");
273 errln((UnicodeString)"ERROR:2 setText did not reset the iteration position to the beginning of the text, it is" + wordIter1->current() + (UnicodeString)"\n");
289 errln((UnicodeString)"ERROR:1 error in adoptText ");
292 errln((UnicodeString)"ERROR:2 error in adoptText ");
301 // errln((UnicodeString)"ERROR:3 error in adoptText ");
304 // errln((UnicodeString)"ERROR:4 error in adoptText ");
764 dataerrln("Failure at file %s, line %d, error = %s", __FILE__, __LINE__, u_errorName(status));
821 // Check buffer overflow error handling. Char == A
882 // ok to not delete these if we exit because of error?
888 dataerrln("Error creating instances of break interactors - %s", u_errorName(status));
1036 errln("createRuleBasedBreakIterator: ICU Error \"%s\" at line %d, column %d\n",
1085 errln("create RuleBasedBreakIterator from RBBIData (adopted): ICU Error \"%s\"\n", u_errorName(status) );
1099 errln("create RuleBasedBreakIterator from RBBIData (non-adopted): ICU Error \"%s\"\n", u_errorName(status) );
1162 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);
1170 errln(prettify((UnicodeString)"ERROR:****selected \"" + selected + "\" instead of \"" + expected + "\""));