Home | History | Annotate | Download | only in intltest

Lines Matching refs:CurrencyUnit

1889     CurrencyUnit cu(USD, ec);
1890 assertSuccess("CurrencyUnit", ec);
1895 CurrencyUnit cu2(cu);
1897 errln("CurrencyUnit copy constructed object should be same");
1900 CurrencyUnit * cu3 = (CurrencyUnit *)cu.clone();
1902 errln("CurrencyUnit cloned object should be same");