HomeSort by relevance Sort by last modified time
    Searched refs:ICUService (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
serv.cpp 134 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
330 ICUService::ICUService()
342 ICUService::ICUService(const UnicodeString& newName)
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::getKey(ICUServiceKey& key, UErrorCode& status) const
    [all...]
serv.h 18 * 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 uses i
    [all...]
servloc.h 19 * 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);
servlkf.cpp 46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const {
109 const ICUService* /* service */,
servrbf.cpp 53 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const
servslkf.cpp 63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
servls.cpp 37 : ICUService(dname)
brkiter.cpp 226 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const {
  /external/icu4c/common/
serv.cpp 136 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
336 ICUService::ICUService()
346 ICUService::ICUService(const UnicodeString& newName)
356 ICUService::~ICUService()
367 ICUService::get(const UnicodeString& descriptor, UErrorCode& status) const
373 ICUService::get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const
385 ICUService::getKey(ICUServiceKey& key, UErrorCode& status) const
    [all...]
serv.h 18 * Allow the declaration of APIs with pointers to ICUService
21 class ICUService;
43 class ICUService;
233 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const = 0;
242 * support ICUService::getDisplayNames. The factory determines
316 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
363 * <p>ServiceListener is the listener that ICUService provides by default.
364 * ICUService will notifiy this listener when factories are added to
380 virtual void serviceChanged(const ICUService& service) const = 0;
400 * <p>A StringPair holds a displayName/ID pair. ICUService uses i
    [all...]
servloc.h 19 * 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
450 return ICUService::get(descriptor, status);
454 return ICUService::get(descriptor, actualReturn, status);
servlkf.cpp 46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const {
109 const ICUService* /* service */,
servrbf.cpp 53 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const
servslkf.cpp 63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
servls.cpp 35 : ICUService(dname)
brkiter.cpp 228 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /*service*/, UErrorCode& status) const {
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 111 class TestIntegerService : public ICUService {
475 class TestStringSimpleKeyService : public ICUService {
480 // We could put this type check into ICUService itself, but we'd still
485 return ICUService::createSimpleFactory(obj, id, visible, status);
495 class TestStringService : public ICUService {
519 virtual UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& /* status */) const {
565 UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
959 virtual void serviceChanged(const ICUService& service) const {
1013 public void serviceChanged(ICUService s) {
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 111 class TestIntegerService : public ICUService {
475 class TestStringSimpleKeyService : public ICUService {
480 // We could put this type check into ICUService itself, but we'd still
485 return ICUService::createSimpleFactory(obj, id, visible, status);
495 class TestStringService : public ICUService {
519 virtual UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& /* status */) const {
565 UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
959 virtual void serviceChanged(const ICUService& service) const {
1013 public void serviceChanged(ICUService s) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 117 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
numfmt.cpp 719 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /* service */, UErrorCode& status) const {
746 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
    [all...]
calendar.cpp 374 virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& status) const {
418 virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& status) const {
    [all...]
  /external/icu4c/i18n/
coll.cpp 120 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
126 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const {
663 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
685 CFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const
numfmt.cpp 801 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /* service */, UErrorCode& status) const {
825 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 325 milliseconds

1 2