Searched refs:calLocale (Results 1 – 1 of 1) sorted by relevance
96 Locale calLocale = Locale.forLanguageTag(calendarLocale); in test() local97 Chronology chrono = Chronology.ofLocale(calLocale); in test()118 if (calLocale.getLanguage().equals("ja")) { in test()119 cal = Calendar.getJapaneseImperialInstance(tz, calLocale); in test()121 cal = Calendar.getInstance(tz, calLocale); in test()