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

/external/chromium_org/third_party/icu/source/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.
221 * 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/icu/icu4c/source/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.
221 * 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...]

Completed in 90 milliseconds