HomeSort by relevance Sort by last modified time
    Searched defs:ICUServiceKey (Results 1 - 6 of 6) sorted by null

  /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.
221 * 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...]
  /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...]

Completed in 603 milliseconds