• Home
  • Raw
  • Download

Lines Matching refs:ICUServiceKey

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()
80 ICUServiceKey::parsePrefix(UnicodeString& result) in parsePrefix()
91 ICUServiceKey::parseSuffix(UnicodeString& result) in parseSuffix()
102 ICUServiceKey::debug(UnicodeString& result) const in debug()
111 ICUServiceKey::debugClass(UnicodeString& result) const in debugClass()
117 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ICUServiceKey) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
134 SimpleFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) cons… in create()
372 ICUServiceKey* key = createKey(&descriptor, status); in get()
381 ICUService::getKey(ICUServiceKey& key, UErrorCode& status) const in getKey()
390 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const in getKey()
423 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factor… in getKey()
593 ICUService::handleDefault(const ICUServiceKey& /* key */, UnicodeString* /* actualIDReturn */, UErr… in handleDefault() argument
616 ICUServiceKey* fallbackKey = createKey(matchID, status); in getVisibleIDs()
701 ICUServiceKey* fallbackKey = createKey(&id, status); in getDisplayName()
781 ICUServiceKey* matchKey = createKey(matchID, status); in getDisplayNames()
815 ICUServiceKey* key = createKey(&id, status); in registerInstance()
918 ICUServiceKey*
921 return (U_FAILURE(status) || id == NULL) ? NULL : new ICUServiceKey(*id); in createKey()