Searched refs:toFormat (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/icu/source/test/intltest/ |
D | numfmtst.cpp | 2419 Formattable toFormat, result; in TestCurrencyFormat() local 2440 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status)); in TestCurrencyFormat() 2441 measureObj->format(toFormat, str, status); in TestCurrencyFormat() 2446 if (result != toFormat) { in TestCurrencyFormat() 2447 …rmatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat)); in TestCurrencyFormat() 2451 cloneObj->format(toFormat, str, status); in TestCurrencyFormat() 2456 if (result != toFormat) { in TestCurrencyFormat() 2457 …rmatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat)); in TestCurrencyFormat()
|
/external/icu4c/test/intltest/ |
D | numfmtst.cpp | 2425 Formattable toFormat, result; in TestCurrencyFormat() local 2446 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status)); in TestCurrencyFormat() 2447 measureObj->format(toFormat, str, status); in TestCurrencyFormat() 2452 if (result != toFormat) { in TestCurrencyFormat() 2453 …rmatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat)); in TestCurrencyFormat() 2457 cloneObj->format(toFormat, str, status); in TestCurrencyFormat() 2462 if (result != toFormat) { in TestCurrencyFormat() 2463 …rmatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat)); in TestCurrencyFormat()
|