Home | History | Annotate | Download | only in util

Lines Matching refs:service

23  * is to allow ICU4J to be built without service registration support.  
28 if (service.isDefault()) {
31 return service.getAvailableLocales();
35 if (service.isDefault()) {
38 return service.getAvailableULocales();
42 // TODO: convert to ULocale when service switches over
44 if (service.isDefault()) {
47 Currency curr = (Currency)service.get(loc);
52 return service.registerObject(currency, locale);
56 return service.unregisterFactory((Factory)registryKey);
73 static final ICULocaleService service = new CFService();