Home
last modified time | relevance | path

Searched refs:toFormat (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2824 Formattable toFormat, result; in TestCurrencyFormat() local
2845 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status)); in TestCurrencyFormat()
2846 measureObj->format(toFormat, str, status); in TestCurrencyFormat()
2851 if (result != toFormat) { in TestCurrencyFormat()
2852 …rmatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat)); in TestCurrencyFormat()
2856 cloneObj->format(toFormat, str, status); in TestCurrencyFormat()
2861 if (result != toFormat) { in TestCurrencyFormat()
2862 …rmatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat)); in TestCurrencyFormat()