HomeSort by relevance Sort by last modified time
    Searched refs:LocaleKeyFactory (Results 1 - 25 of 25) sorted by null

  /external/icu/icu4c/source/common/
servlkf.cpp 30 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage)
36 LocaleKeyFactory::LocaleKeyFactory(int32_t coverage, const UnicodeString& name)
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 {
91 LocaleKeyFactory::getDisplayName(const UnicodeString& id, const Locale& locale, UnicodeString& result) const
    [all...]
servrbf.cpp 30 : LocaleKeyFactory(VISIBLE)
36 : LocaleKeyFactory(VISIBLE)
75 LocaleKeyFactory::debug(result);
servslkf.cpp 36 : LocaleKeyFactory(coverage)
47 : LocaleKeyFactory(coverage)
99 LocaleKeyFactory::debug(result);
servloc.h 43 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
servls.cpp 100 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE, status);
106 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
112 return registerInstance(objToAdopt, locale, kind, LocaleKeyFactory::VISIBLE, status);
130 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
137 visible ? LocaleKeyFactory::VISIBLE : LocaleKeyFactory::INVISIBLE,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormatServiceShim.java 17 import android.icu.impl.ICULocaleService.LocaleKeyFactory;
42 private static final class NFFactory extends LocaleKeyFactory {
CollatorServiceShim.java 16 import android.icu.impl.ICULocaleService.LocaleKeyFactory;
61 class CFactory extends LocaleKeyFactory {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormatServiceShim.java 16 import com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory;
41 private static final class NFFactory extends LocaleKeyFactory {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollatorServiceShim.java 15 import com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory;
60 class CFactory extends LocaleKeyFactory {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICULocaleService.java 346 public static abstract class LocaleKeyFactory implements Factory {
356 protected LocaleKeyFactory(boolean visible) {
364 protected LocaleKeyFactory(boolean visible, String name) {
469 * A LocaleKeyFactory that just returns a single object for a kind/locale.
471 public static class SimpleLocaleKeyFactory extends LocaleKeyFactory {
531 * A LocaleKeyFactory that creates a service based on the ICU locale data.
537 public static class ICUResourceBundleFactory extends LocaleKeyFactory {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICULocaleService.java 342 public static abstract class LocaleKeyFactory implements Factory {
352 protected LocaleKeyFactory(boolean visible) {
360 protected LocaleKeyFactory(boolean visible, String name) {
465 * A LocaleKeyFactory that just returns a single object for a kind/locale.
467 public static class SimpleLocaleKeyFactory extends LocaleKeyFactory {
527 * A LocaleKeyFactory that creates a service based on the ICU locale data.
533 public static class ICUResourceBundleFactory extends LocaleKeyFactory {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 28 import android.icu.impl.ICULocaleService.LocaleKeyFactory;
545 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 27 import com.ibm.icu.impl.ICULocaleService.LocaleKeyFactory;
541 static class TestLocaleKeyFactory extends LocaleKeyFactory {
925 // LocaleKeyFactory
926 LocaleKeyFactory lkf = new LKFSubclass(false);
933 LocaleKeyFactory invisibleLKF = new LKFSubclass(false);
    [all...]
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 311 class TestLocaleKeyFactory : public LocaleKeyFactory {
313 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {}
482 TESTCLASSID_CTOR(TestLocaleKeyFactory, (42)); // Test replacement for LocaleKeyFactory
484 // TESTCLASSID_CTOR(LocaleKeyFactory, (42));
icusvtst.cpp 37 class LKFSubclass0 : public LocaleKeyFactory {
40 : LocaleKeyFactory(VISIBLE, "LKFSubclass0")
45 class LKFSubclass : public LocaleKeyFactory {
50 : LocaleKeyFactory(visible ? VISIBLE : INVISIBLE, "LKFSubclass")
    [all...]
  /external/icu/icu4c/source/i18n/
coll.cpp 683 class CFactory : public LocaleKeyFactory {
690 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
numfmt.cpp 872 class NFFactory : public LocaleKeyFactory {
879 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
    [all...]
calendar.cpp 404 class BasicCalendarFactory : public LocaleKeyFactory {
410 : 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 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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/
compiled-classes-phone     [all...]

Completed in 764 milliseconds