Home
last modified time | relevance | path

Searched refs:getCachedJan1 (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/util/calendar/
DBaseCalendar.java180 protected long getCachedJan1() { in getCachedJan1() method in BaseCalendar.Date
373 return cache.getCachedJan1(); in getFixedDate()
375 return cache.getCachedJan1() + getDayOfYear(year, month, dayOfMonth) - 1; in getFixedDate()
430 jan1 = gdate.getCachedJan1(); in getCalendarDateFromFixedDate()
DJulianCalendar.java154 return cache.getCachedJan1(); in getFixedDate()
156 return cache.getCachedJan1() + getDayOfYear(jyear, month, dayOfMonth) - 1; in getFixedDate()
/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/
DBaseCalendar.java206 protected long getCachedJan1() { in getCachedJan1() method in BaseCalendar.Date