Home | History | Annotate | Download | only in intltest

Lines Matching full:errln

32                         errln("ERROR: Could not set default locale, test may not give correct results");
67 errln("ERROR: Could not create SimpleDateFormat (pattern)");
73 errln("ERROR: Could not create SimpleDateFormat (pattern French)");
79 errln("ERROR: Could not create DateFormatSymbols (French)");
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
98 errln("ERROR: Could not create SimpleDateFormat (pattern, override)");
104 errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale)");
110 errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) with a bogus override");
121 errln("ERROR: Copy constructor (or ==) failed");
126 errln("ERROR: Assignment (or !=) failed");
131 errln("ERROR: Clone() (or ==) failed");
151 errln("ERROR: format(Formattable [Date]) failed");
168 errln("ERROR: parse() failed");
178 errln("Couldn't obtain DateFormatSymbols. Quitting test!");
182 errln("ERROR: format->getDateFormatSymbols()->getDynamicClassID() != DateFormatSymbols::getStaticClassID()");
188 errln("ERROR: adopt or set DateFormatSymbols() failed");
194 errln("ERROR: getTwoDigitStartDate() failed");
200 errln("ERROR: setTwoDigitStartDate() failed");
206 errln("ERROR: new DateFormatSymbols() failed");
223 errln("ERROR: toPattern() result did not match pattern applied");
230 errln("ERROR: applyPattern() failed with " + (int32_t) status);
236 errln("ERROR: toLocalizedPattern() failed");
240 errln("ERROR: toLocalizedPattern() result did not match pattern applied");
250 errln("ERROR: Couldn't create a SimpleDateFormat");
254 errln("ERROR: getDynamicClassID() didn't return the expected value");
262 errln("ERROR: Couldn't create a SimpleDateFormat");
268 errln("ERROR: Parsing failed using 'Y' and 'e'");