Lines Matching refs:errln
33 … errln((UnicodeString)"ERROR: Could not set default locale, test may not give correct results"); in runIndexedTest()
83 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern)"); in testAPI()
90 errln((UnicodeString)"ERROR: Could not create DecimalFormatSymbols (French)"); in testAPI()
97 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)"); in testAPI()
103 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols)"); in testAPI()
113 errln((UnicodeString)"ERROR: Copy constructor or == failed"); in testAPI()
118 errln((UnicodeString)"ERROR: Assignment (or !=) failed"); in testAPI()
123 errln((UnicodeString)"ERROR: Clone() failed"); in testAPI()
148 errln((UnicodeString)"ERROR: format(Formattable [double]) failed"); in testAPI()
155 errln((UnicodeString)"ERROR: format(Formattable [long]) failed"); in testAPI()
170 errln((UnicodeString)"ERROR: applyPattern() failed"); in testAPI()
174 errln((UnicodeString)"ERROR: Roundtrip failed (via parse()) for " + text); in testAPI()
181 errln((UnicodeString)"ERROR: parse() failed"); in testAPI()
184 errln((UnicodeString)"ERROR: Roundtrip failed (via parse()) for " + text); in testAPI()
197 errln((UnicodeString)"ERROR: adopt or set DecimalFormatSymbols() failed"); in testAPI()
205 errln((UnicodeString)"ERROR: setPositivePrefix() failed"); in testAPI()
213 errln((UnicodeString)"ERROR: setNegativePrefix() failed"); in testAPI()
221 errln((UnicodeString)"ERROR: setPositiveSuffix() failed"); in testAPI()
229 errln((UnicodeString)"ERROR: setNegativeSuffix() failed"); in testAPI()
237 errln((UnicodeString)"ERROR: setMultiplier() failed"); in testAPI()
245 errln((UnicodeString)"ERROR: setGroupingSize() failed"); in testAPI()
252 errln((UnicodeString)"ERROR: setDecimalSeparatorAlwaysShown() failed"); in testAPI()
259 errln((UnicodeString)"ERROR: ExponentSignAlwaysShown() failed"); in testAPI()
267 errln((UnicodeString)"ERROR: setScientificNotation() failed"); in testAPI()
276 errln((UnicodeString)"ERROR: setMinimumExponentDigits() failed"); in testAPI()
285 errln((UnicodeString)"ERROR: setRoundingIncrement() failed"); in testAPI()
306 errln((UnicodeString)"ERROR: applyPattern() failed with " + (int32_t) status); in testAPI()
312 errln((UnicodeString)"ERROR: toPattern() result did not match pattern applied"); in testAPI()
316 … errln("FAIL: Secondary Grouping Size should be 0, not %d\n", pat.getSecondaryGroupingSize()); in testAPI()
320 errln("FAIL: Primary Grouping Size should be 3, not %d\n", pat.getGroupingSize()); in testAPI()
328 errln((UnicodeString)"ERROR: applyPattern() failed with " + (int32_t) status); in testAPI()
334 errln((UnicodeString)"ERROR: toLocalizedPattern() result did not match pattern applied"); in testAPI()
341 … errln((UnicodeString)"ERROR: applyPattern((with ParseError)) failed with " + (int32_t) status); in testAPI()
347 …errln((UnicodeString)"ERROR: toLocalizedPattern(with ParseErr) result did not match pattern applie… in testAPI()
351 … errln("FAIL: Secondary Grouping Size should be 2, not %d\n", pat.getSecondaryGroupingSize()); in testAPI()
355 errln("FAIL: Primary Grouping Size should be 3, not %d\n", pat.getGroupingSize()); in testAPI()
365 errln((UnicodeString)"ERROR: Couldn't create a DecimalFormat"); in testAPI()
369 errln((UnicodeString)"ERROR: getDynamicClassID() didn't return the expected value"); in testAPI()
380 errln((UnicodeString)"ERROR: CurrencyPluralInfo(UErrorCode) could not be created"); in TestCurrencyPluralInfo()
386 …errln((UnicodeString)"ERROR: CurrencyPluralInfo::getDynamicClassID() didn't return the expected va… in TestCurrencyPluralInfo()
391 errln((UnicodeString)"ERROR: CurrencyPluralInfo::setCurrencyPluralPattern"); in TestCurrencyPluralInfo()
396 errln((UnicodeString)"ERROR: CurrencyPluralInfo::setLocale"); in TestCurrencyPluralInfo()
401 errln((UnicodeString)"ERROR: CurrencyPluralInfo::setPluralRules"); in TestCurrencyPluralInfo()
444 errln((UnicodeString)"SetRoundingMode or GetRoundingMode failed for mode=" + mode); in testRounding()
470 …errln((UnicodeString)"ERROR: Round() failed: " + message + got + (UnicodeString)" Expected : " +… in verify()
486 errln((UnicodeString)"ERROR: Rounding increment not zero"); in testRoundingInc()
499 errln((UnicodeString)"ERROR: Rounding increment not zero after setRoundingMode"); in testRoundingInc()