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

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DBaseCalendar.java181 protected long getCachedJan1() { method in class:BaseCalendar.Date
370 return cache.getCachedJan1();
372 return cache.getCachedJan1() + getDayOfYear(year, month, dayOfMonth) - 1;
427 jan1 = gdate.getCachedJan1();

Completed in 31 milliseconds