Lines Matching refs:CurrencyAmount
177 LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos));
1942 CurrencyAmount ca(9, USD, ec);
1943 assertSuccess("CurrencyAmount", ec);
1945 CurrencyAmount ca2(ca);
1947 errln("CurrencyAmount copy constructed object should be same");
1952 errln("CurrencyAmount assigned object should be same");
1955 CurrencyAmount *ca3 = (CurrencyAmount *)ca.clone();
1957 errln("CurrencyAmount cloned object should be same");
2163 * Parse a CurrencyAmount using the given NumberFormat, with
2177 result.adoptObject(new CurrencyAmount(n, cur.getTerminatedBuffer(), ec));
2693 LocalPointer<CurrencyAmount> currencyAmount(fmt.parseCurrency(utext, ppos));
2710 assertTrue(theOperation, amount == currencyAmount->getNumber().getDouble(status));
2714 assertEquals(theOperation, currency, currencyAmount->getISOCurrency());
2838 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status));
3297 const CurrencyAmount* curramt = NULL;
3307 (curramt = dynamic_cast<const CurrencyAmount*>(result.getObject())) == NULL ||
6142 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos));
6165 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos));