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

/external/smack/src/org/jivesoftware/smack/util/
H A DStringUtils.java268 public static String formatDate(Date toFormat, DateFormatType type) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp2437 Formattable toFormat, result; local
2458 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status));
2459 measureObj->format(toFormat, str, status);
2464 if (result != toFormat) {
2465 errln("measureObj does not round trip. Formatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat));
2469 cloneObj->format(toFormat, str, status);
2474 if (result != toFormat) {
2475 errln("Clone does not round trip. Formatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat));
/external/icu4c/test/intltest/
H A Dnumfmtst.cpp2712 Formattable toFormat, result; local
2733 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status));
2734 measureObj->format(toFormat, str, status);
2739 if (result != toFormat) {
2740 errln("measureObj does not round trip. Formatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat));
2744 cloneObj->format(toFormat, str, status);
2749 if (result != toFormat) {
2750 errln("Clone does not round trip. Formatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat));

Completed in 158 milliseconds