Home | History | Annotate | Download | only in util

Lines Matching refs:service

24  * is to allow ICU4J to be built without service registration support.  
29 if (service.isDefault()) {
32 return service.getAvailableLocales();
36 if (service.isDefault()) {
39 return service.getAvailableULocales();
43 // TODO: convert to ULocale when service switches over
45 if (service.isDefault()) {
48 Currency curr = (Currency)service.get(loc);
53 return service.registerObject(currency, locale);
57 return service.unregisterFactory((Factory)registryKey);
74 static final ICULocaleService service = new CFService();