Lines Matching refs:errln
32 … errln("ERROR: Could not set default locale, test may not give correct results"); in runIndexedTest()
67 errln("ERROR: Could not create SimpleDateFormat (pattern) - %s", u_errorName(status)); in testAPI()
73 errln("ERROR: Could not create SimpleDateFormat (pattern French)"); in testAPI()
79 errln("ERROR: Could not create DateFormatSymbols (French)"); in testAPI()
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)"); in testAPI()
99 … errln("ERROR: Could not create SimpleDateFormat (pattern, override) - %s", u_errorName(status)); in testAPI()
105 …errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale) - %s", u_errorName(sta… in testAPI()
112 …errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) wit… in testAPI()
123 errln("ERROR: Copy constructor (or ==) failed"); in testAPI()
128 errln("ERROR: Assignment (or !=) failed"); in testAPI()
133 errln("ERROR: Clone() (or ==) failed"); in testAPI()
153 errln("ERROR: format(Formattable [Date]) failed"); in testAPI()
170 errln("ERROR: parse() failed"); in testAPI()
180 errln("Couldn't obtain DateFormatSymbols. Quitting test!"); in testAPI()
184 …errln("ERROR: format->getDateFormatSymbols()->getDynamicClassID() != DateFormatSymbols::getStaticC… in testAPI()
190 errln("ERROR: adopt or set DateFormatSymbols() failed"); in testAPI()
196 errln("ERROR: getTwoDigitStartDate() failed"); in testAPI()
202 errln("ERROR: setTwoDigitStartDate() failed"); in testAPI()
208 errln("ERROR: new DateFormatSymbols() failed"); in testAPI()
225 errln("ERROR: toPattern() result did not match pattern applied"); in testAPI()
232 errln("ERROR: applyPattern() failed with " + (int32_t) status); in testAPI()
238 errln("ERROR: toLocalizedPattern() failed"); in testAPI()
242 errln("ERROR: toLocalizedPattern() result did not match pattern applied"); in testAPI()
252 errln("ERROR: Couldn't create a SimpleDateFormat"); in testAPI()
256 errln("ERROR: getDynamicClassID() didn't return the expected value"); in testAPI()
264 errln("ERROR: Couldn't create a SimpleDateFormat"); in testAPI()
270 errln("ERROR: Parsing failed using 'Y' and 'e'"); in testAPI()