Home | History | Annotate | Download | only in intltest

Lines Matching refs:USD

1344     UChar USD[] = {'U', 'S', 'D', 0};
1346 CurrencyAmount USD_1(1.0, USD, status);
1347 CurrencyAmount USD_2(2.0, USD, status);
1348 CurrencyAmount USD_NEG_1(-1.0, USD, status);