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

/openjdk7/jdk/src/share/classes/java/util/
H A DGregorianCalendar.java502 // getJulianCalendarSystem().
505 // JulianCalendar eras. See getJulianCalendarSystem().
768 BaseCalendar jcal = getJulianCalendarSystem();
1272 cal = getJulianCalendarSystem();
1282 cal = (fd >= gregorianCutoverDate) ? gcal : getJulianCalendarSystem();
1451 BaseCalendar cal = (fd >= gregorianCutoverDate) ? gcal : getJulianCalendarSystem();
1898 gcal : getJulianCalendarSystem();
2347 calsys = getJulianCalendarSystem();
2471 calForJan1 = getJulianCalendarSystem();
2653 jfd = fixedDate + getFixedDate(getJulianCalendarSystem(), yea
2923 synchronized private static final BaseCalendar getJulianCalendarSystem() { method in class:GregorianCalendar
[all...]

Completed in 47 milliseconds