Searched defs:KIND_ANY (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
H A Dservloc.h75 KIND_ANY = -1 enumerator in enum:LocaleKey::__anon7142
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/
H A DICULocaleService.java41 * 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; field in class:ICULocaleService.LocaleKey
179 return createWithCanonicalFallback(primaryID, canonicalFallbackID, KIND_ANY);
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICULocaleService.java37 * 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; field in class:ICULocaleService.LocaleKey
175 return createWithCanonicalFallback(primaryID, canonicalFallbackID, KIND_ANY);
[all...]
/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 295 milliseconds