Home
last modified time | relevance | path

Searched refs:LocaleKeyFactory (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4c/source/common/
Dservlkf.cpp30 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()
[all …]
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);
300 class U_COMMON_API SimpleLocaleKeyFactory : public LocaleKeyFactory {
367 class U_COMMON_API ICUResourceBundleFactory : public LocaleKeyFactory
Dservrbf.cpp30 : LocaleKeyFactory(VISIBLE) in ICUResourceBundleFactory()
36 : LocaleKeyFactory(VISIBLE) in ICUResourceBundleFactory()
75 LocaleKeyFactory::debug(result); in debug()
Dservls.cpp101 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status); in registerInstance()
107 …return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status… in registerInstance()
113 return registerInstance(objToAdopt, locale, kind, LocaleKeyFactory::VISIBLE, status); in registerInstance()
131 …return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status…
138 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
Dservslkf.cpp37 : LocaleKeyFactory(coverage) in SimpleLocaleKeyFactory()
48 : LocaleKeyFactory(coverage) in SimpleLocaleKeyFactory()
100 LocaleKeyFactory::debug(result); in debug()
/external/chromium_org/third_party/icu/source/common/
Dservlkf.cpp30 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()
[all …]
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);
300 class U_COMMON_API SimpleLocaleKeyFactory : public LocaleKeyFactory {
367 class U_COMMON_API ICUResourceBundleFactory : public LocaleKeyFactory
Dservrbf.cpp30 : LocaleKeyFactory(VISIBLE) in ICUResourceBundleFactory()
36 : LocaleKeyFactory(VISIBLE) in ICUResourceBundleFactory()
75 LocaleKeyFactory::debug(result); in debug()
Dservls.cpp101 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status); in registerInstance()
107 …return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status… in registerInstance()
113 return registerInstance(objToAdopt, locale, kind, LocaleKeyFactory::VISIBLE, status); in registerInstance()
131 …return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status…
138 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
Dservslkf.cpp37 : LocaleKeyFactory(coverage) in SimpleLocaleKeyFactory()
48 : LocaleKeyFactory(coverage) in SimpleLocaleKeyFactory()
100 LocaleKeyFactory::debug(result); in debug()
/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp311 class TestLocaleKeyFactory : public LocaleKeyFactory {
313 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {} in TestLocaleKeyFactory()
Dicusvtst.cpp37 class LKFSubclass0 : public LocaleKeyFactory {
40 : LocaleKeyFactory(VISIBLE, "LKFSubclass0") in LKFSubclass0()
45 class LKFSubclass : public LocaleKeyFactory {
50 : LocaleKeyFactory(visible ? VISIBLE : INVISIBLE, "LKFSubclass") in LKFSubclass()
/external/chromium_org/third_party/icu/source/test/intltest/
Duobjtest.cpp311 class TestLocaleKeyFactory : public LocaleKeyFactory {
313 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {} in TestLocaleKeyFactory()
Dicusvtst.cpp37 class LKFSubclass0 : public LocaleKeyFactory {
40 : LocaleKeyFactory(VISIBLE, "LKFSubclass0") in LKFSubclass0()
45 class LKFSubclass : public LocaleKeyFactory {
50 : LocaleKeyFactory(visible ? VISIBLE : INVISIBLE, "LKFSubclass") in LKFSubclass()
/external/chromium_org/third_party/icu/source/i18n/
Dcoll.cpp609 class CFactory : public LocaleKeyFactory {
616 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE) in CFactory()
Dnumfmt.cpp846 class NFFactory : public LocaleKeyFactory {
853 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE) in NFFactory()
Dcalendar.cpp381 class BasicCalendarFactory : public LocaleKeyFactory {
387 : LocaleKeyFactory(LocaleKeyFactory::INVISIBLE) { } in BasicCalendarFactory()
/external/icu/icu4c/source/i18n/
Dcoll.cpp682 class CFactory : public LocaleKeyFactory {
689 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE) in CFactory()
Dnumfmt.cpp873 class NFFactory : public LocaleKeyFactory {
880 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE) in NFFactory()
Dcalendar.cpp381 class BasicCalendarFactory : public LocaleKeyFactory {
387 : LocaleKeyFactory(LocaleKeyFactory::INVISIBLE) { } in BasicCalendarFactory()