Searched refs:forLocale (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/icu/
H A DTimeZoneNamesTest.java26 String[] ids = TimeZoneNames.forLocale(Locale.CANADA);
53 String[] ids = TimeZoneNames.forLocale(Locale.KOREA);
59 assertTrue(TimeZoneNames.forLocale(l) != null);
/libcore/luni/src/main/java/libcore/icu/
H A DTimeZoneNames.java145 public static String[] forLocale(Locale locale) { method in class:TimeZoneNames
H A DRelativeDateTimeFormatter.java107 ULocale icuLocale = ULocale.forLocale(locale);
269 ULocale icuLocale = ULocale.forLocale(locale);

Completed in 92 milliseconds