Searched defs:getAvailableLocales (Results 51 - 74 of 74) sorted by relevance

123

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java505 * be listed by getAvailableLocales.
595 abstract Locale[] getAvailableLocales(); // TODO remove method in class:Collator.ServiceShim
916 public static Locale[] getAvailableLocales() { method in class:Collator
919 return ICUResourceBundle.getAvailableLocales(
922 return shim.getAvailableLocales();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java487 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader) { method in class:ICUResourceBundle
495 public static final Locale[] getAvailableLocales() { method in class:ICUResourceBundle
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java131 * <code>java.text.DecimalFormatSymbols#getAvailableLocales</code>, this method simply
140 public static Locale[] getAvailableLocales() { method in class:DecimalFormatSymbols
141 return ICUResourceBundle.getAvailableLocales();
149 * <code>java.text.DecimalFormatSymbols#getAvailableLocales</code>, this method simply
H A DNumberFormat.java823 * be listed by getAvailableLocales. This value must not change.
944 abstract Locale[] getAvailableLocales(); method in class:NumberFormat.NumberFormatShim
980 public static Locale[] getAvailableLocales() { method in class:NumberFormat
982 return ICUResourceBundle.getAvailableLocales();
984 return getShim().getAvailableLocales();
H A DDateFormat.java1532 public static Locale[] getAvailableLocales() method in class:DateFormat
1534 return ICUResourceBundle.getAvailableLocales();
H A DDateFormatSymbols.java310 * {@icunote} Unlike <code>java.text.DateFormatSymbols#getAvailableLocales</code>,
319 public static Locale[] getAvailableLocales() { method in class:DateFormatSymbols
320 return ICUResourceBundle.getAvailableLocales();
327 * {@icunote} Unlike <code>java.text.DateFormatSymbols#getAvailableLocales</code>,
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormat.java1422 public static Locale[] getAvailableLocales() method in class:DateFormat
1424 return ICUResourceBundle.getAvailableLocales();
H A DDateFormatSymbols.java301 * <strong>[icu] Note:</strong> Unlike <code>java.text.DateFormatSymbols#getAvailableLocales</code>,
309 public static Locale[] getAvailableLocales() { method in class:DateFormatSymbols
310 return ICUResourceBundle.getAvailableLocales();
317 * <strong>[icu] Note:</strong> Unlike <code>java.text.DateFormatSymbols#getAvailableLocales</code>,
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java834 public static ULocale[] getAvailableLocales() { method in class:ULocale
2003 * ULocale.getAvailableLocales() list as available.
2007 * @return one of the locales from the ULocale.getAvailableLocales() list, or null if
2011 return acceptLanguage(acceptLanguageList, ULocale.getAvailableLocales(),
2024 * ULocale.getAvailableLocales() list as available.
2028 * @return one of the locales from the ULocale.getAvailableLocales() list, or null if none match
2031 return acceptLanguage(acceptLanguageList, ULocale.getAvailableLocales(),
H A DCalendar.java1825 public static Locale[] getAvailableLocales() method in class:Calendar
1828 return ICUResourceBundle.getAvailableLocales();
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp847 NumberFormat::getAvailableLocales(int32_t& count) function in class:NumberFormat
849 return Locale::getAvailableLocales(count);
1021 NumberFormat::getAvailableLocales(void) function in class:NumberFormat
1025 return service->getAvailableLocales();
H A Dcalendar.cpp1067 Calendar::getAvailableLocales(int32_t& count) function in class:Calendar
1069 return Locale::getAvailableLocales(count);
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDateFormat.java1241 public static Locale[] getAvailableLocales() method in class:DateFormat
1243 return java.text.DateFormat.getAvailableLocales();
1257 Locale[] locales = java.text.DateFormat.getAvailableLocales();
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DULocale.java726 public static ULocale[] getAvailableLocales() { method in class:ULocale
731 Locale[] locales = Locale.getAvailableLocales();
1850 * ULocale.getAvailableLocales() list as available.
1854 * @return one of the locales from the ULocale.getAvailableLocales() list, or null if
1859 return acceptLanguage(acceptLanguageList, ULocale.getAvailableLocales(),
1872 * ULocale.getAvailableLocales() list as available.
1876 * @return one of the locales from the ULocale.getAvailableLocales() list, or null if none match
1880 return acceptLanguage(acceptLanguageList, ULocale.getAvailableLocales(),
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java901 public static ULocale[] getAvailableLocales() { method in class:ULocale
2137 * ULocale.getAvailableLocales() list as available.
2141 * @return one of the locales from the ULocale.getAvailableLocales() list, or null if
2146 return acceptLanguage(acceptLanguageList, ULocale.getAvailableLocales(),
2159 * ULocale.getAvailableLocales() list as available.
2163 * @return one of the locales from the ULocale.getAvailableLocales() list, or null if none match
2167 return acceptLanguage(acceptLanguageList, ULocale.getAvailableLocales(),
H A DCalendar.java1897 public static Locale[] getAvailableLocales() method in class:Calendar
1900 return ICUResourceBundle.getAvailableLocales();
/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 ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 440 milliseconds

123