Searched defs:ICUServiceKey (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/common/
H A Dserv.h39 class ICUServiceKey;
48 * ICUServiceKey
67 * <p>The default implementation of ICUServiceKey has no fallbacks and
70 class U_COMMON_API ICUServiceKey : public UObject { class in inherits: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, Strin
[all...]
H A Dserv.cpp25 const UChar ICUServiceKey::PREFIX_DELIMITER = 0x002F; /* '/' */
27 ICUServiceKey::ICUServiceKey(const UnicodeString& id) function in class:ICUServiceKey
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
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1283 #define ICUServiceKey ICUServiceKey_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1283 #define ICUServiceKey ICUServiceKey_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1283 #define ICUServiceKey ICUServiceKey_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1283 #define ICUServiceKey ICUServiceKey_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1988 #define ICUServiceKey U_ICU_ENTRY_POINT_RENAME(ICUServiceKey) macro

Completed in 1801 milliseconds