Searched defs:calendarType (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/chrono/
H A DTestExampleCode.java126 public void test_HijrahTypeViaLocale(String calendarId, String calendarType) { argument
129 builder.setUnicodeLocaleKeyword("ca", calendarType);
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
H A DTCKChronology.java101 // regular data factory for ID and calendarType of available calendars
204 public void test_getCalendarType(Chronology chrono, String calendarType) { argument
205 String type = calendarType;
210 public void test_lookupLocale(Chronology chrono, String calendarType) { argument
212 builder.setUnicodeLocaleKeyword("ca", calendarType);
313 * Test lookup by calendarType of each chronology.
/libcore/ojluni/src/main/java/java/time/chrono/
H A DHijrahChronology.java224 * The Hijrah calendarType.
226 private final transient String calendarType; field in class:HijrahChronology
366 throw new DateTimeException("calendarType is missing or empty for: " + propName);
369 this.calendarType = calType;
420 return calendarType;
887 * Loads and processes the Hijrah calendar properties file for this calendarType.

Completed in 189 milliseconds