Home | History | Annotate | Download | only in util

Lines Matching full:currency

22  * currency.  The shim is instantiated by reflection in Currency, all
26 final class CurrencyServiceShim extends Currency.ServiceShim {
42 Currency createInstance(ULocale loc) {
46 return Currency.createCurrency(loc);
48 Currency curr = (Currency)service.get(loc);
52 Object registerInstance(Currency currency, ULocale locale) {
53 return service.registerObject(currency, locale);
62 super("Currency");
66 return Currency.createCurrency(loc);