Home
last modified time | relevance | path

Searched refs:ICUServiceKey (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
Dserv.cpp25 const UChar ICUServiceKey::PREFIX_DELIMITER = 0x002F; /* '/' */
27 ICUServiceKey::ICUServiceKey(const UnicodeString& id) in ICUServiceKey() function in ICUServiceKey
31 ICUServiceKey::~ICUServiceKey() in ~ICUServiceKey()
36 ICUServiceKey::getID() const in getID()
42 ICUServiceKey::canonicalID(UnicodeString& result) const in canonicalID()
48 ICUServiceKey::currentID(UnicodeString& result) const in currentID()
54 ICUServiceKey::currentDescriptor(UnicodeString& result) const in currentDescriptor()
62 ICUServiceKey::fallback() in fallback()
68 ICUServiceKey::isFallbackOf(const UnicodeString& id) const in isFallbackOf()
74 ICUServiceKey::prefix(UnicodeString& result) const in prefix()
[all …]
Dserv.h39 class ICUServiceKey;
70 class U_COMMON_API ICUServiceKey : public UObject {
84 ICUServiceKey(const UnicodeString& id);
89 virtual ~ICUServiceKey();
233 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
316 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
616 UObject* getKey(ICUServiceKey& key, UErrorCode& status) const;
640 …virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const;
654 …UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory,…
852 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
[all …]
Dservloc.h64 class U_COMMON_API LocaleKey : public ICUServiceKey {
239 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
242 virtual UBool handlesKey(const ICUServiceKey& key, UErrorCode& status) const;
325 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
532 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
537 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
Dservlkf.cpp46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… in create()
59 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const { in handlesKey()
Dservlk.cpp54 : ICUServiceKey(primaryID) in LocaleKey()
160 ICUServiceKey::debug(result); in debug()
Dservls.cpp73 ICUServiceKey* key = createKey(&locName, kind, status); in get()
276 ICUServiceKey*
282 ICUServiceKey*
Dservslkf.cpp62 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& sta… in create()
Dbrkiter.cpp246 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& … in handleDefault()
/external/icu/icu4c/source/i18n/
Dcoll.cpp128 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
134 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& s… in create()
165 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& stat… in handleDefault()
178 …virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const… in getKey()
715 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c…
737 CFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) con… in create()
Dnumfmt.cpp887 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… in create()
897 … result = service->getKey((ICUServiceKey&)key /* cast away const */, NULL, this, status); in create()
950 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /* actualID */, UErrorCode… in handleDefault()
Dcalendar.cpp436 …virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& statu… in create()
482 …virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& statu… in create()
527 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& … in handleDefault()
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey()
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey()
519 …virtual UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& /* … in create()
565 …UObject* create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) con… in create()
1228 UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const { in create()
1232 …UnicodeString* previous = (UnicodeString*)service->getKey((ICUServiceKey&)key, NULL, this, status); in create()
1311 ICUServiceKey key("foobar"); in testCoverage()
1317 if (key.getDynamicClassID() != ICUServiceKey::getStaticClassID()) { in testCoverage()