Searched refs:LocaleKeyFactory (Results 1 - 15 of 15) sorted by relevance

/external/icu4c/common/
H A Dservlkf.cpp30 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage) function in class:LocaleKeyFactory
36 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage, const UnicodeString& name) function in class:LocaleKeyFactory
42 LocaleKeyFactory::~LocaleKeyFactory() {
46 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const {
59 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const {
70 LocaleKeyFactory::updateVisibleIDs(Hashtable& result, UErrorCode& status) const {
92 LocaleKeyFactory
[all...]
H A Dservrbf.cpp30 : LocaleKeyFactory(VISIBLE)
36 : LocaleKeyFactory(VISIBLE)
75 LocaleKeyFactory::debug(result);
H A Dservslkf.cpp37 : LocaleKeyFactory(coverage)
48 : LocaleKeyFactory(coverage)
100 LocaleKeyFactory::debug(result);
H A Dservloc.h43 class LocaleKeyFactory;
195 class U_COMMON_API LocaleKeyFactory : public ICUServiceFactory {
220 virtual ~LocaleKeyFactory();
226 LocaleKeyFactory(int32_t coverage);
231 LocaleKeyFactory(int32_t coverage, const UnicodeString& name);
297 * A LocaleKeyFactory that just returns a single object for a kind/locale.
300 class U_COMMON_API SimpleLocaleKeyFactory : public LocaleKeyFactory {
361 * A LocaleKeyFactory that creates a service based on the ICU locale data.
367 class U_COMMON_API ICUResourceBundleFactory : public LocaleKeyFactory
H A Dservls.cpp106 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status);
112 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
118 return registerInstance(objToAdopt, locale, kind, LocaleKeyFactory::VISIBLE, status);
136 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
143 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
/external/icu4c/test/intltest/
H A Duobjtest.cpp308 class TestLocaleKeyFactory : public LocaleKeyFactory {
310 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {}
467 TESTCLASSID_CTOR(TestLocaleKeyFactory, (42)); // Test replacement for LocaleKeyFactory
469 // TESTCLASSID_CTOR(LocaleKeyFactory, (42));
H A Dicusvtst.cpp37 class LKFSubclass0 : public LocaleKeyFactory {
40 : LocaleKeyFactory(VISIBLE, "LKFSubclass0")
45 class LKFSubclass : public LocaleKeyFactory {
50 : LocaleKeyFactory(visible ? VISIBLE : INVISIBLE, "LKFSubclass")
1410 // LocaleKeyFactory
/external/icu4c/i18n/
H A Dcoll.cpp604 class CFactory : public LocaleKeyFactory {
611 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
H A Dnumfmt.cpp727 class NFFactory : public LocaleKeyFactory {
734 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
H A Dcalendar.cpp342 class BasicCalendarFactory : public LocaleKeyFactory {
348 : LocaleKeyFactory(LocaleKeyFactory::INVISIBLE) { }
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1307 #define LocaleKeyFactory LocaleKeyFactory_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1307 #define LocaleKeyFactory LocaleKeyFactory_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1307 #define LocaleKeyFactory LocaleKeyFactory_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1307 #define LocaleKeyFactory LocaleKeyFactory_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h2005 #define LocaleKeyFactory U_ICU_ENTRY_POINT_RENAME(LocaleKeyFactory) macro

Completed in 187 milliseconds