Home | History | Annotate | Download | only in common

Lines Matching full:service

20  * even when service is removed from the build.
239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
261 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
323 * Override of superclass method. Returns the service object if kind/locale match. Service is not used.
325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
361 * A LocaleKeyFactory that creates a service based on the ICU locale data.
364 * IDs. Subclasses then override handleCreate to create the actual service
379 * A service factory based on ICU resource data in resources with
398 * Create the service. The default implementation returns the resource bundle
399 * for the locale, ignoring kind, and service.
401 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
517 * service ID enumeration.
525 * last accessed, the service cache is cleared.