Home | History | Annotate | Download | only in intltest

Lines Matching refs:CurrencyUnit

1628     CurrencyUnit cu(USD, ec);
1629 assertSuccess("CurrencyUnit", ec);
1634 CurrencyUnit cu2(cu);
1636 errln("CurrencyUnit copy constructed object should be same");
1639 CurrencyUnit * cu3 = (CurrencyUnit *)cu.clone();
1641 errln("CurrencyUnit cloned object should be same");