Lines Matching refs:SimpleLocaleKeyFactory
33 SimpleLocaleKeyFactory::SimpleLocaleKeyFactory(UObject* objToAdopt,
44 SimpleLocaleKeyFactory::SimpleLocaleKeyFactory(UObject* objToAdopt,
56 SimpleLocaleKeyFactory::~SimpleLocaleKeyFactory()
63 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
79 //SimpleLocaleKeyFactory::isSupportedID(const UnicodeString& id, UErrorCode& /* status */) const
85 SimpleLocaleKeyFactory::updateVisibleIDs(Hashtable& result, UErrorCode& status) const
98 SimpleLocaleKeyFactory::debug(UnicodeString& result) const
109 SimpleLocaleKeyFactory::debugClass(UnicodeString& result) const
111 return result.append("SimpleLocaleKeyFactory");
115 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SimpleLocaleKeyFactory)