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

/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3343 Formattable toFormat, result; local
3364 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status));
3365 measureObj->format(toFormat, str, status);
3370 if (result != toFormat) {
3371 errln("measureObj does not round trip. Formatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat));
3375 cloneObj->format(toFormat, str, status);
3380 if (result != toFormat) {
3381 errln("Clone does not round trip. Formatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat));

Completed in 101 milliseconds