Searched refs:toFormat (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | numfmtst.cpp | 2437 Formattable toFormat, result; in TestCurrencyFormat() local 2458 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status)); in TestCurrencyFormat() 2459 measureObj->format(toFormat, str, status); in TestCurrencyFormat() 2464 if (result != toFormat) { in TestCurrencyFormat() 2465 …rmatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat)); in TestCurrencyFormat() 2469 cloneObj->format(toFormat, str, status); in TestCurrencyFormat() 2474 if (result != toFormat) { in TestCurrencyFormat() 2475 …rmatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat)); in TestCurrencyFormat()
|
/external/icu4c/test/intltest/ |
D | numfmtst.cpp | 2712 Formattable toFormat, result; in TestCurrencyFormat() local 2733 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status)); in TestCurrencyFormat() 2734 measureObj->format(toFormat, str, status); in TestCurrencyFormat() 2739 if (result != toFormat) { in TestCurrencyFormat() 2740 …rmatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat)); in TestCurrencyFormat() 2744 cloneObj->format(toFormat, str, status); in TestCurrencyFormat() 2749 if (result != toFormat) { in TestCurrencyFormat() 2750 …rmatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat)); in TestCurrencyFormat()
|
/external/smack/src/org/jivesoftware/smack/util/ |
D | StringUtils.java | 268 public static String formatDate(Date toFormat, DateFormatType type) in formatDate() argument
|