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

/openjdk9/jdk/src/java.base/share/classes/sun/util/calendar/
H A DJulianCalendar.java154 return cache.getCachedJan1();
156 return cache.getCachedJan1() + getDayOfYear(jyear, month, dayOfMonth) - 1;
H A DBaseCalendar.java180 protected long getCachedJan1() { method in class:BaseCalendar.Date
369 return cache.getCachedJan1();
371 return cache.getCachedJan1() + getDayOfYear(year, month, dayOfMonth) - 1;
426 jan1 = gdate.getCachedJan1();

Completed in 95 milliseconds