Searched refs:LocaleKeyFactory (Results 1 - 16 of 16) 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.cpp102 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status);
108 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
114 return registerInstance(objToAdopt, locale, kind, LocaleKeyFactory::VISIBLE, status);
132 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
139 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
/external/icu4c/test/intltest/
H A Duobjtest.cpp311 class TestLocaleKeyFactory : public LocaleKeyFactory {
313 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {}
478 TESTCLASSID_CTOR(TestLocaleKeyFactory, (42)); // Test replacement for LocaleKeyFactory
480 // 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.cpp766 class NFFactory : public LocaleKeyFactory {
773 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
H A Dcalendar.cpp352 class BasicCalendarFactory : public LocaleKeyFactory {
358 : 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.h2026 #define LocaleKeyFactory U_ICU_ENTRY_POINT_RENAME(LocaleKeyFactory) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 203 milliseconds