Searched refs:forLocale (Results 1 – 5 of 5) sorted by relevance
24 NativePluralRules en_US = NativePluralRules.forLocale(new Locale("en", "US")); in testNegatives()31 NativePluralRules ar = NativePluralRules.forLocale(new Locale("ar")); in testNegatives()41 NativePluralRules npr = NativePluralRules.forLocale(new Locale("en", "US")); in testEnglish()48 NativePluralRules npr = NativePluralRules.forLocale(new Locale("cs", "CZ")); in testCzech()58 NativePluralRules npr = NativePluralRules.forLocale(new Locale("ar")); in testArabic()76 NativePluralRules he = NativePluralRules.forLocale(new Locale("he")); in testHebrew()
26 String[] ids = TimeZoneNames.forLocale(Locale.CANADA); in test_forLocale()53 String[] ids = TimeZoneNames.forLocale(Locale.KOREA);59 assertTrue(TimeZoneNames.forLocale(l) != null);
49 public static NativePluralRules forLocale(Locale locale) { in forLocale() method in NativePluralRules
144 public static String[] forLocale(Locale locale) { in forLocale() method in TimeZoneNames
53 PluralRules* result = PluralRules::forLocale(locale, status); in NativePluralRules_forLocaleImpl()