/external/icu4c/common/ |
D | serv.cpp | 25 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 …]
|
D | serv.h | 39 class ICUServiceKey; 70 class U_COMMON_API ICUServiceKey : public UObject { 84 ICUServiceKey(const UnicodeString& id); 89 virtual ~ICUServiceKey(); 232 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… 315 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… 613 UObject* getKey(ICUServiceKey& key, UErrorCode& status) const; 637 …virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const; 651 …UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factory,… 849 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const; [all …]
|
D | servloc.h | 64 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;
|
D | servlkf.cpp | 46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… in create() 59 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const { in handlesKey()
|
D | servls.cpp | 75 ICUServiceKey* key = createKey(&locName, kind, status); in get() 276 ICUServiceKey* 282 ICUServiceKey*
|
D | servlk.cpp | 55 : ICUServiceKey(primaryID) in LocaleKey() 161 ICUServiceKey::debug(result); in debug()
|
D | servslkf.cpp | 63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& sta… in create()
|
D | brkiter.cpp | 246 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& … in handleDefault()
|
/external/icu4c/i18n/ |
D | coll.cpp | 117 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… 121 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& s… in create() 150 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& stat… in handleDefault() 163 …virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const… in getKey() 640 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… 656 CFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) con… in create()
|
D | numfmt.cpp | 785 …virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… in create() 795 … result = service->getKey((ICUServiceKey&)key /* cast away const */, NULL, this, status); in create() 840 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /* actualID */, UErrorCode… in handleDefault()
|
D | calendar.cpp | 384 …virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& statu… in create() 428 …virtual UObject* create(const ICUServiceKey& key, const ICUService* /*service*/, UErrorCode& statu… in create() 469 …virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& … in handleDefault()
|
/external/icu4c/test/intltest/ |
D | icusvtst.cpp | 113 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() 1229 UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const { in create() 1233 …UnicodeString* previous = (UnicodeString*)service->getKey((ICUServiceKey&)key, NULL, this, status); in create() 1312 ICUServiceKey key("foobar"); in testCoverage() 1318 if (key.getDynamicClassID() != ICUServiceKey::getStaticClassID()) { in testCoverage()
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 1283 #define ICUServiceKey ICUServiceKey_3_2 macro
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 1283 #define ICUServiceKey ICUServiceKey_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 1283 #define ICUServiceKey ICUServiceKey_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 1283 #define ICUServiceKey ICUServiceKey_3_2 macro
|
/external/icu4c/common/unicode/ |
D | urename.h | 1988 #define ICUServiceKey U_ICU_ENTRY_POINT_RENAME(ICUServiceKey) macro
|