Searched refs:ICUService (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium/third_party/icu/source/common/
H A Dserv.cpp134 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
330 ICUService::ICUService() function in class:ICUService
342 ICUService::ICUService(const UnicodeString& newName) function in class:ICUService
354 ICUService::~ICUService()
366 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const
372 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const
384 ICUService
[all...]
H A Dserv.h18 * Allow the declaration of APIs with pointers to ICUService
21 class ICUService;
43 class ICUService;
232 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const = 0;
241 * support ICUService::getDisplayNames. The factory determines
315 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
362 * <p>ServiceListener is the listener that ICUService provides by default.
363 * ICUService will notifiy this listener when factories are added to
377 virtual void serviceChanged(const ICUService& service) const = 0;
397 * <p>A StringPair holds a displayName/ID pair. ICUService use
[all...]
H A Dservloc.h19 * Allow the declaration of APIs with pointers to ICUService
239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
258 * Utility method used by create(ICUServiceKey, ICUService). Subclasses can implement
261 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
401 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
423 class U_COMMON_API ICULocaleService : public ICUService
451 return ICUService::get(descriptor, status);
455 return ICUService::get(descriptor, actualReturn, status);
H A Dservlkf.cpp46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const {
109 const ICUService* /* service */,
H A Dservrbf.cpp53 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const
H A Dservslkf.cpp63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
H A Dservls.cpp37 : ICUService(dname)
H A Dbrkiter.cpp245 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const {
/external/icu4c/common/
H A Dserv.cpp134 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
330 ICUService::ICUService() function in class:ICUService
342 ICUService::ICUService(const UnicodeString& newName) function in class:ICUService
354 ICUService::~ICUService()
366 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const
372 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const
384 ICUService
[all...]
H A Dserv.h18 * Allow the declaration of APIs with pointers to ICUService
21 class ICUService;
43 class ICUService;
232 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const = 0;
241 * support ICUService::getDisplayNames. The factory determines
315 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
362 * <p>ServiceListener is the listener that ICUService provides by default.
363 * ICUService will notifiy this listener when factories are added to
377 virtual void serviceChanged(const ICUService& service) const = 0;
397 * <p>A StringPair holds a displayName/ID pair. ICUService use
[all...]
H A Dservloc.h19 * Allow the declaration of APIs with pointers to ICUService
239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
258 * Utility method used by create(ICUServiceKey, ICUService). Subclasses can implement
261 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
401 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
423 class U_COMMON_API ICULocaleService : public ICUService
451 return ICUService::get(descriptor, status);
455 return ICUService::get(descriptor, actualReturn, status);
H A Dservlkf.cpp46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const {
109 const ICUService* /* service */,
H A Dservrbf.cpp53 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const
H A Dservslkf.cpp63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
H A Dservls.cpp37 : ICUService(dname)
H A Dbrkiter.cpp226 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const {
/external/chromium/third_party/icu/source/test/intltest/
H A Dicusvtst.cpp111 class TestIntegerService : public ICUService {
472 class TestStringSimpleKeyService : public ICUService {
477 // We could put this type check into ICUService itself, but we'd still
482 return ICUService::createSimpleFactory(obj, id, visible, status);
492 class TestStringService : public ICUService {
515 virtual UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& /* status */) const {
561 UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
955 virtual void serviceChanged(const ICUService& service) const {
1009 public void serviceChanged(ICUService s) {
1225 UObject* create(const ICUServiceKey& key, const ICUService* servic
[all...]
/external/icu4c/test/intltest/
H A Dicusvtst.cpp111 class TestIntegerService : public ICUService {
472 class TestStringSimpleKeyService : public ICUService {
477 // We could put this type check into ICUService itself, but we'd still
482 return ICUService::createSimpleFactory(obj, id, visible, status);
492 class TestStringService : public ICUService {
515 virtual UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& /* status */) const {
561 UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
955 virtual void serviceChanged(const ICUService& service) const {
1009 public void serviceChanged(ICUService s) {
1225 UObject* create(const ICUServiceKey& key, const ICUService* servic
[all...]
/external/chromium/third_party/icu/source/i18n/
H A Dcoll.cpp117 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
121 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
640 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
656 CFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const
H A Dnumfmt.cpp505 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /* service */, UErrorCode& status) const {
532 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
H A Dcalendar.cpp372 virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& status) const {
416 virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& status) const {
/external/icu4c/i18n/
H A Dcoll.cpp117 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
121 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
640 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
656 CFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const
H A Dnumfmt.cpp713 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /* service */, UErrorCode& status) const {
740 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
H A Dcalendar.cpp372 virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& status) const {
416 virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& status) const {
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h1281 #define ICUService ICUService_3_2 macro

Completed in 112 milliseconds

12