Searched refs:KIND_ANY (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/
H A Dservls.cpp46 return get(locale, LocaleKey::KIND_ANY, NULL, status);
58 return get(locale, LocaleKey::KIND_ANY, actualReturn, status);
99 return registerInstance(objToAdopt, loc, LocaleKey::KIND_ANY,
106 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
130 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status);
136 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY,
H A Dservlk.cpp33 return LocaleKey::createWithCanonicalFallback(primaryID, canonicalFallbackID, KIND_ANY, status);
74 if (_kind != KIND_ANY) {
H A Dservslkf.cpp66 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) {
H A Dservloc.h73 KIND_ANY = -1 enumerator in enum:LocaleKey::__anon5486
105 * Append the prefix associated with the kind, or nothing if the kind is KIND_ANY.
460 * get(Locale, int, Locale[]) with KIND_ANY for kind and null for
488 * passing KIND_ANY for the kind, and VISIBLE for the coverage.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICULocaleService.java35 * get(ULocale, int, ULocale[]) with KIND_ANY for kind and null for
39 return get(locale, LocaleKey.KIND_ANY, null);
52 * get(ULocale, int, ULocale[]) with KIND_ANY for kind.
55 return get(locale, LocaleKey.KIND_ANY, actualReturn);
85 * passing KIND_ANY for the kind, and true for the visibility.
88 return registerObject(obj, locale, LocaleKey.KIND_ANY, true);
94 * passing KIND_ANY for the kind.
97 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible);
167 public static final int KIND_ANY = -1; field in class:ICULocaleService.LocaleKey
173 return createWithCanonicalFallback(primaryID, canonicalFallbackID, KIND_ANY);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp480 TESTCLASSID_FACTORY(LocaleKey, LocaleKey::createWithCanonicalFallback(&baz, &bat, LocaleKey::KIND_ANY, status));
H A Dicusvtst.cpp1060 UnicodeString* target = (UnicodeString*)service.get("de_US", LocaleKey::KIND_ANY, status);
1084 UnicodeString* target = (UnicodeString*)service.get("de_US", LocaleKey::KIND_ANY, &actualReturn, status);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTest.java681 target = service.get(de_US, LocaleKey.KIND_ANY);
693 target = service.get(de_US, LocaleKey.KIND_ANY, actualReturn);
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp870 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
905 c = (Calendar*)getCalendarService(success)->get(l, LocaleKey::KIND_ANY, &actualLoc2, success);
/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 184 milliseconds