/external/icu4c/common/ |
serv.h | 39 class ICUServiceKey; 48 * ICUServiceKey 67 * <p>The default implementation of ICUServiceKey has no fallbacks and 70 class U_COMMON_API ICUServiceKey : public UObject { 84 ICUServiceKey(const UnicodeString& id); 89 virtual ~ICUServiceKey(); 139 * @return TRUE if the ICUServiceKey changed to a valid fallback value. 145 * fallback to match, the canonical ID of this ICUServiceKey.</p> 148 * @return TRUE if this ICUServiceKey's canonical ID is a fallback of id. 220 * the service's getKey(ICUServiceKey, String[], ICUServiceFactory) metho [all...] |
serv.cpp | 25 const UChar ICUServiceKey::PREFIX_DELIMITER = 0x002F; /* '/' */ 27 ICUServiceKey::ICUServiceKey(const UnicodeString& id) 31 ICUServiceKey::~ICUServiceKey() 36 ICUServiceKey::getID() const 42 ICUServiceKey::canonicalID(UnicodeString& result) const 48 ICUServiceKey::currentID(UnicodeString& result) const 54 ICUServiceKey::currentDescriptor(UnicodeString& result) const 62 ICUServiceKey::fallback() [all...] |
servloc.h | 64 class U_COMMON_API LocaleKey : public ICUServiceKey { 239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const; 242 virtual UBool handlesKey(const ICUServiceKey& key, UErrorCode& status) const; 258 * Utility method used by create(ICUServiceKey, ICUService). Subclasses can implement 325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const; 533 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const; 538 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
|
servlkf.cpp | 46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const { 59 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const {
|
servlk.cpp | 55 : ICUServiceKey(primaryID) 161 ICUServiceKey::debug(result);
|
servslkf.cpp | 63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
|
servls.cpp | 79 ICUServiceKey* key = createKey(&locName, kind, status); 280 ICUServiceKey* 286 ICUServiceKey*
|
brkiter.cpp | 246 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& status) const {
|
/external/icu4c/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 { 150 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const { 163 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, 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 | 746 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const 756 result = service->getKey((ICUServiceKey&)key /* cast away const */, NULL, this, status); 801 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /* actualID */, 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 { 459 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* /*actualID*/, UErrorCode& status) const { [all...] |
/external/icu4c/test/intltest/ |
icusvtst.cpp | 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { 497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { 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 { [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
urename.h | [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
urename.h | [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
urename.h | [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | [all...] |
/external/icu4c/common/unicode/ |
urename.h | [all...] |