Lines Matching refs:LocaleKeyFactory
30 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage) in LocaleKeyFactory() function in LocaleKeyFactory
36 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage, const UnicodeString& name) in LocaleKeyFactory() function in LocaleKeyFactory
42 LocaleKeyFactory::~LocaleKeyFactory() { in ~LocaleKeyFactory()
46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… in create()
59 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const { in handlesKey()
70 LocaleKeyFactory::updateVisibleIDs(Hashtable& result, UErrorCode& status) const { in updateVisibleIDs()
92 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& resu… in getDisplayName()
107 LocaleKeyFactory::handleCreate(const Locale& /* loc */, in handleCreate()
121 LocaleKeyFactory::getSupportedIDs(UErrorCode& /* status */) const { in getSupportedIDs()
127 LocaleKeyFactory::debug(UnicodeString& result) const in debug()
138 LocaleKeyFactory::debugClass(UnicodeString& result) const in debugClass()
144 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LocaleKeyFactory)