• 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()
375 ICUServiceKey* key = createKey(&descriptor, status); in get()
384 ICUService::getKey(ICUServiceKey& key, UErrorCode& status) const in getKey()
393 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const in getKey()
426 ICUService::getKey(ICUServiceKey& key, UnicodeString* actualReturn, const ICUServiceFactory* factor… in getKey()
596 ICUService::handleDefault(const ICUServiceKey& /* key */, UnicodeString* /* actualIDReturn */, UErr… in handleDefault() argument
620 ICUServiceKey* fallbackKey = createKey(matchID, status); in getVisibleIDs()
706 ICUServiceKey* fallbackKey = createKey(&id, status); in getDisplayName()
786 ICUServiceKey* matchKey = createKey(matchID, status); in getDisplayNames()
820 ICUServiceKey* key = createKey(&id, status); in registerInstance()
923 ICUServiceKey*
926 return (U_FAILURE(status) || id == NULL) ? NULL : new ICUServiceKey(*id); in createKey()