Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dserv.cpp27 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 …]
Dserv.h41 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 …]
Dservloc.h66 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;
Dservlkf.cpp48 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… in create()
61 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const { in handlesKey()
Dservls.cpp75 ICUServiceKey* key = createKey(&locName, kind, status); in get()
278 ICUServiceKey*
284 ICUServiceKey*
Dservlk.cpp56 : ICUServiceKey(primaryID) in LocaleKey()
162 ICUServiceKey::debug(result); in debug()
Dservslkf.cpp64 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& sta… in create()
Dbrkiter.cpp260 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& … in handleDefault()
/external/icu/icu4c/source/i18n/
Dcoll.cpp132 …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()
Dnumfmt.cpp888 …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()
Dcalendar.cpp435 …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/
Dicusvtst.cpp116 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()