Searched refs:ICUServiceKey (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/common/ |
D | serv.cpp | 27 const UChar ICUServiceKey::PREFIX_DELIMITER = 0x002F; /* '/' */ 29 ICUServiceKey::ICUServiceKey(const UnicodeString& id) in ICUServiceKey() function in ICUServiceKey 33 ICUServiceKey::~ICUServiceKey() in ~ICUServiceKey() 38 ICUServiceKey::getID() const in getID() 44 ICUServiceKey::canonicalID(UnicodeString& result) const in canonicalID() 50 ICUServiceKey::currentID(UnicodeString& result) const in currentID() 56 ICUServiceKey::currentDescriptor(UnicodeString& result) const in currentDescriptor() 64 ICUServiceKey::fallback() in fallback() 70 ICUServiceKey::isFallbackOf(const UnicodeString& id) const in isFallbackOf() 76 ICUServiceKey::prefix(UnicodeString& result) const in prefix() [all …]
|
D | serv.h | 41 class ICUServiceKey; 72 class U_COMMON_API ICUServiceKey : public UObject { 86 ICUServiceKey(const UnicodeString& id); 91 virtual ~ICUServiceKey(); 235 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… 318 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… 618 UObject* getKey(ICUServiceKey& key, UErrorCode& status) const; 642 …virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const; 656 …UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory,… 854 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const; [all …]
|
D | servloc.h | 66 class U_COMMON_API LocaleKey : public ICUServiceKey { 241 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… 244 virtual UBool handlesKey(const ICUServiceKey& key, UErrorCode& status) const; 327 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… 534 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const; 539 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
|
D | servlkf.cpp | 48 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… in create() 61 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const { in handlesKey()
|
D | servls.cpp | 75 ICUServiceKey* key = createKey(&locName, kind, status); in get() 278 ICUServiceKey* 284 ICUServiceKey*
|
D | servlk.cpp | 56 : ICUServiceKey(primaryID) in LocaleKey() 162 ICUServiceKey::debug(result); in debug()
|
D | servslkf.cpp | 64 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& sta… in create()
|
D | brkiter.cpp | 260 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& … in handleDefault()
|
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 132 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… 138 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& s… in create() 169 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& stat… in handleDefault() 182 …virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const… in getKey() 726 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… 748 CFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) con… in create()
|
D | numfmt.cpp | 888 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… in create() 898 … result = service->getKey((ICUServiceKey&)key /* cast away const */, NULL, this, status); in create() 951 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /* actualID */, UErrorCode… in handleDefault()
|
D | calendar.cpp | 435 …virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& statu… in create() 481 …virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& statu… in create() 526 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& … in handleDefault()
|
/external/icu/icu4c/source/test/intltest/ |
D | icusvtst.cpp | 116 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() 500 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() 522 …virtual UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& /* … in create() 568 …UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) con… in create() 1231 UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const { in create() 1235 …UnicodeString* previous = (UnicodeString*)service->getKey((ICUServiceKey&)key, NULL, this, status); in create() 1314 ICUServiceKey key("foobar"); in testCoverage() 1320 if (key.getDynamicClassID() != ICUServiceKey::getStaticClassID()) { in testCoverage()
|