Home
last modified time | relevance | path

Searched refs:getISOLanguages (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/libcore/icu/
DICUTest.java28 assertNotNull(ICU.getISOLanguages()[0]); in test_getISOLanguages()
29 ICU.getISOLanguages()[0] = null; in test_getISOLanguages()
30 assertNotNull(ICU.getISOLanguages()[0]); in test_getISOLanguages()
DAlphabeticIndexTest.java44 for (String language : Locale.getISOLanguages()) { in testBucketCount_withNoIndexCharacters()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DLocaleTest.java303 String[] isoLang = Locale.getISOLanguages(); in test_getISOLanguages()
/libcore/luni/src/main/java/libcore/icu/
DICU.java73 public static String[] getISOLanguages() { in getISOLanguages() method in ICU
/libcore/ojluni/annotations/mmodule/java/util/
DLocale.annotated.java73 public static java.lang.String[] getISOLanguages() { throw new RuntimeException("Stub!"); } in getISOLanguages() method in Locale
/libcore/ojluni/src/main/java/java/util/
DLocale.java1160 public static String[] getISOLanguages() { in getISOLanguages() method in Locale
1170 return ICU.getISOLanguages(); in getISOLanguages()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DLocale.annotated.java71 public static java.lang.@libcore.util.NonNull String @libcore.util.NonNull [] getISOLanguages() { t… in getISOLanguages() method in Locale
/libcore/ojluni/annotations/hiddenapi/java/util/
DLocale.java125 public static java.lang.String[] getISOLanguages() { in getISOLanguages() method in Locale