Lines Matching refs:LocaleKeyFactory
32 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage) in LocaleKeyFactory() function in LocaleKeyFactory
38 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage, const UnicodeString& name) in LocaleKeyFactory() function in LocaleKeyFactory
44 LocaleKeyFactory::~LocaleKeyFactory() { in ~LocaleKeyFactory()
48 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) c… in create()
61 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const { in handlesKey()
72 LocaleKeyFactory::updateVisibleIDs(Hashtable& result, UErrorCode& status) const { in updateVisibleIDs()
93 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& resu… in getDisplayName()
108 LocaleKeyFactory::handleCreate(const Locale& /* loc */, in handleCreate()
122 LocaleKeyFactory::getSupportedIDs(UErrorCode& /* status */) const { in getSupportedIDs()
128 LocaleKeyFactory::debug(UnicodeString& result) const in debug()
139 LocaleKeyFactory::debugClass(UnicodeString& result) const in debugClass()
145 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LocaleKeyFactory)