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

/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3273 Formattable toFormat, result; local
3294 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status));
3295 measureObj->format(toFormat, str, status);
3300 if (result != toFormat) {
3301 errln("measureObj does not round trip. Formatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat));
3305 cloneObj->format(toFormat, str, status);
3310 if (result != toFormat) {
3311 errln("Clone does not round trip. Formatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat));

Completed in 97 milliseconds