Home | History | Annotate | Download | only in intltest

Lines Matching refs:CurrencyAmount

161     LocalPointer<CurrencyAmount> currAmt(test->parseCurrency("",ppos));
1905 CurrencyAmount ca(9, USD, ec);
1906 assertSuccess("CurrencyAmount", ec);
1908 CurrencyAmount ca2(ca);
1910 errln("CurrencyAmount copy constructed object should be same");
1915 errln("CurrencyAmount assigned object should be same");
1918 CurrencyAmount *ca3 = (CurrencyAmount *)ca.clone();
1920 errln("CurrencyAmount cloned object should be same");
2126 * Parse a CurrencyAmount using the given NumberFormat, with
2140 result.adoptObject(new CurrencyAmount(n, cur.getTerminatedBuffer(), ec));
2733 toFormat.adoptObject(new CurrencyAmount(1234.56, ISO_CODE, status));
3188 const CurrencyAmount* curramt = NULL;
3198 (curramt = dynamic_cast<const CurrencyAmount*>(result.getObject())) == NULL ||
6019 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos));
6042 LocalPointer<CurrencyAmount> currAmt(numFmt->parseCurrency(formatted, parsePos));