/external/icu/icu4c/source/common/ |
servlkf.cpp | 32 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage) 38 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage, const UnicodeString& name) 44 LocaleKeyFactory::~LocaleKeyFactory() { 48 LocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const { 61 LocaleKeyFactory::handlesKey(const ICUServiceKey& key, UErrorCode& status) const { 72 LocaleKeyFactory::updateVisibleIDs(Hashtable& result, UErrorCode& status) const { 93 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const [all...] |
servrbf.cpp | 32 : LocaleKeyFactory(VISIBLE) 38 : LocaleKeyFactory(VISIBLE) 77 LocaleKeyFactory::debug(result);
|
servslkf.cpp | 38 : LocaleKeyFactory(coverage) 49 : LocaleKeyFactory(coverage) 101 LocaleKeyFactory::debug(result);
|
servloc.h | 45 class LocaleKeyFactory; 197 class U_COMMON_API LocaleKeyFactory : public ICUServiceFactory { 222 virtual ~LocaleKeyFactory(); 228 LocaleKeyFactory(int32_t coverage); 233 LocaleKeyFactory(int32_t coverage, const UnicodeString& name); 299 * A LocaleKeyFactory that just returns a single object for a kind/locale. 302 class U_COMMON_API SimpleLocaleKeyFactory : public LocaleKeyFactory { 363 * A LocaleKeyFactory that creates a service based on the ICU locale data. 369 class U_COMMON_API ICUResourceBundleFactory : public LocaleKeyFactory
|
servls.cpp | 102 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/icu/android_icu4j/src/main/java/android/icu/text/ |
NumberFormatServiceShim.java | 19 import android.icu.impl.ICULocaleService.LocaleKeyFactory; 44 private static final class NFFactory extends LocaleKeyFactory {
|
CollatorServiceShim.java | 19 import android.icu.impl.ICULocaleService.LocaleKeyFactory; 67 class CFactory extends LocaleKeyFactory {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NumberFormatServiceShim.java | 18 import com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory; 43 private static final class NFFactory extends LocaleKeyFactory {
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
CollatorServiceShim.java | 18 import com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory; 66 class CFactory extends LocaleKeyFactory {
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICULocaleService.java | 353 public static abstract class LocaleKeyFactory implements Factory { 363 protected LocaleKeyFactory(boolean visible) { 371 protected LocaleKeyFactory(boolean visible, String name) { 480 * A LocaleKeyFactory that just returns a single object for a kind/locale. 482 public static class SimpleLocaleKeyFactory extends LocaleKeyFactory { 546 * A LocaleKeyFactory that creates a service based on the ICU locale data. 552 public static class ICUResourceBundleFactory extends LocaleKeyFactory {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICULocaleService.java | 349 public static abstract class LocaleKeyFactory implements Factory { 359 protected LocaleKeyFactory(boolean visible) { 367 protected LocaleKeyFactory(boolean visible, String name) { 476 * A LocaleKeyFactory that just returns a single object for a kind/locale. 478 public static class SimpleLocaleKeyFactory extends LocaleKeyFactory { 542 * A LocaleKeyFactory that creates a service based on the ICU locale data. 548 public static class ICUResourceBundleFactory extends LocaleKeyFactory {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ICUServiceTest.java | 32 import android.icu.impl.ICULocaleService.LocaleKeyFactory; 542 static class TestLocaleKeyFactory extends LocaleKeyFactory { 929 // LocaleKeyFactory 930 LocaleKeyFactory lkf = new LKFSubclass(false); 937 LocaleKeyFactory invisibleLKF = new LKFSubclass(false); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ICUServiceTest.java | 31 import com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory; 541 static class TestLocaleKeyFactory extends LocaleKeyFactory { 928 // LocaleKeyFactory 929 LocaleKeyFactory lkf = new LKFSubclass(false); 936 LocaleKeyFactory invisibleLKF = new LKFSubclass(false); [all...] |
/external/icu/icu4c/source/test/intltest/ |
uobjtest.cpp | 313 class TestLocaleKeyFactory : public LocaleKeyFactory { 315 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {} 484 TESTCLASSID_CTOR(TestLocaleKeyFactory, (42)); // Test replacement for LocaleKeyFactory 486 // TESTCLASSID_CTOR(LocaleKeyFactory, (42));
|
icusvtst.cpp | 40 class LKFSubclass0 : public LocaleKeyFactory { 43 : LocaleKeyFactory(VISIBLE, "LKFSubclass0") 48 class LKFSubclass : public LocaleKeyFactory { 53 : LocaleKeyFactory(visible ? VISIBLE : INVISIBLE, "LKFSubclass") [all...] |
/external/icu/icu4c/source/i18n/ |
coll.cpp | 685 class CFactory : public LocaleKeyFactory { 692 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
|
numfmt.cpp | 875 class NFFactory : public LocaleKeyFactory { 882 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE) [all...] |
calendar.cpp | 400 class BasicCalendarFactory : public LocaleKeyFactory { 406 : LocaleKeyFactory(LocaleKeyFactory::INVISIBLE) { } [all...] |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/misc/common/robolectric/lib/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |
/frameworks/base/ |
preloaded-classes | [all...] |