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

  /external/icu/icu4c/source/common/
servls.cpp 48 return get(locale, LocaleKey::KIND_ANY, NULL, status);
60 return get(locale, LocaleKey::KIND_ANY, actualReturn, status);
101 return registerInstance(objToAdopt, loc, LocaleKey::KIND_ANY,
108 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
132 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
138 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY,
servlk.cpp 35 return LocaleKey::createWithCanonicalFallback(primaryID, canonicalFallbackID, KIND_ANY, status);
76 if (_kind != KIND_ANY) {
servslkf.cpp 68 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) {
servloc.h 75 KIND_ANY = -1
107 * Append the prefix associated with the kind, or nothing if the kind is KIND_ANY.
462 * get(Locale, int, Locale[]) with KIND_ANY for kind and null for
490 * passing KIND_ANY for the kind, and VISIBLE for the coverage.
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICULocaleService.java 41 * get(ULocale, int, ULocale[]) with KIND_ANY for kind and null for
45 return get(locale, LocaleKey.KIND_ANY, null);
58 * get(ULocale, int, ULocale[]) with KIND_ANY for kind.
61 return get(locale, LocaleKey.KIND_ANY, actualReturn);
91 * passing KIND_ANY for the kind, and true for the visibility.
94 return registerObject(obj, locale, LocaleKey.KIND_ANY, true);
100 * passing KIND_ANY for the kind.
103 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible);
173 public static final int KIND_ANY = -1;
179 return createWithCanonicalFallback(primaryID, canonicalFallbackID, KIND_ANY);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICULocaleService.java 37 * get(ULocale, int, ULocale[]) with KIND_ANY for kind and null for
41 return get(locale, LocaleKey.KIND_ANY, null);
54 * get(ULocale, int, ULocale[]) with KIND_ANY for kind.
57 return get(locale, LocaleKey.KIND_ANY, actualReturn);
87 * passing KIND_ANY for the kind, and true for the visibility.
90 return registerObject(obj, locale, LocaleKey.KIND_ANY, true);
96 * passing KIND_ANY for the kind.
99 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible);
169 public static final int KIND_ANY = -1;
175 return createWithCanonicalFallback(primaryID, canonicalFallbackID, KIND_ANY);
    [all...]
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 487 TESTCLASSID_FACTORY(LocaleKey, LocaleKey::createWithCanonicalFallback(&baz, &bat, LocaleKey::KIND_ANY, status));
icusvtst.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 700 target = service.get(de_US, LocaleKey.KIND_ANY);
712 target = service.get(de_US, LocaleKey.KIND_ANY, actualReturn);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 697 target = service.get(de_US, LocaleKey.KIND_ANY);
709 target = service.get(de_US, LocaleKey.KIND_ANY, actualReturn);
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 879 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
914 c = (Calendar*)getCalendarService(success)->get(l, LocaleKey::KIND_ANY, &actualLoc2, success);
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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 

Completed in 319 milliseconds