Lines Matching full:errln
32 errln((UnicodeString)"ERROR: Could not set default locale, test may not give correct results");
76 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern)");
83 errln((UnicodeString)"ERROR: Could not create DecimalFormatSymbols (French)");
90 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)");
96 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols)");
106 errln((UnicodeString)"ERROR: Copy constructor or == failed");
111 errln((UnicodeString)"ERROR: Assignment (or !=) failed");
116 errln((UnicodeString)"ERROR: Clone() failed");
141 errln((UnicodeString)"ERROR: format(Formattable [double]) failed");
148 errln((UnicodeString)"ERROR: format(Formattable [long]) failed");
163 errln((UnicodeString)"ERROR: applyPattern() failed");
167 errln((UnicodeString)"ERROR: Roundtrip failed (via parse()) for " + text);
174 errln((UnicodeString)"ERROR: parse() failed");
177 errln((UnicodeString)"ERROR: Roundtrip failed (via parse()) for " + text);
190 errln((UnicodeString)"ERROR: adopt or set DecimalFormatSymbols() failed");
198 errln((UnicodeString)"ERROR: setPositivePrefix() failed");
206 errln((UnicodeString)"ERROR: setNegativePrefix() failed");
214 errln((UnicodeString)"ERROR: setPositiveSuffix() failed");
222 errln((UnicodeString)"ERROR: setNegativeSuffix() failed");
230 errln((UnicodeString)"ERROR: setMultiplier() failed");
238 errln((UnicodeString)"ERROR: setGroupingSize() failed");
245 errln((UnicodeString)"ERROR: setDecimalSeparatorAlwaysShown() failed");
252 errln((UnicodeString)"ERROR: ExponentSignAlwaysShown() failed");
260 errln((UnicodeString)"ERROR: setScientificNotation() failed");
269 errln((UnicodeString)"ERROR: setMinimumExponentDigits() failed");
278 errln((UnicodeString)"ERROR: setRoundingIncrement() failed");
299 errln((UnicodeString)"ERROR: applyPattern() failed with " + (int32_t) status);
305 errln((UnicodeString)"ERROR: toPattern() result did not match pattern applied");
309 errln("FAIL: Secondary Grouping Size should be 0, not %d\n", pat.getSecondaryGroupingSize());
313 errln("FAIL: Primary Grouping Size should be 3, not %d\n", pat.getGroupingSize());
321 errln((UnicodeString)"ERROR: applyPattern() failed with " + (int32_t) status);
327 errln((UnicodeString)"ERROR: toLocalizedPattern() result did not match pattern applied");
334 errln((UnicodeString)"ERROR: applyPattern((with ParseError)) failed with " + (int32_t) status);
340 errln((UnicodeString)"ERROR: toLocalizedPattern(with ParseErr) result did not match pattern applied");
344 errln("FAIL: Secondary Grouping Size should be 2, not %d\n", pat.getSecondaryGroupingSize());
348 errln("FAIL: Primary Grouping Size should be 3, not %d\n", pat.getGroupingSize());
358 errln((UnicodeString)"ERROR: Couldn't create a DecimalFormat");
362 errln((UnicodeString)"ERROR: getDynamicClassID() didn't return the expected value");
394 errln((UnicodeString)"SetRoundingMode or GetRoundingMode failed for mode=" + mode);
420 errln((UnicodeString)"ERROR: Round() failed: " + message + got + (UnicodeString)" Expected : " + expectedStr);
436 errln((UnicodeString)"ERROR: Rounding increment not zero");
445 errln((UnicodeString)"ERROR: Rounding increment zero");