Searched defs:epochDay (Results 1 – 11 of 11) sorted by relevance
557 static HijrahDate ofEpochDay(long epochDay) { in ofEpochDay()798 long epochDay = gregorianDays - HIJRAH_JAN_1_1_GREGORIAN_DAY; in getHijrahDateInfo() local896 private static int getCycleNumber(long epochDay) { in getCycleNumber()919 private static int getDayOfCycle(long epochDay, int cycleNumber) { in getDayOfCycle()
323 long epochDay = toLocalDate().toEpochDay(); in toEpochSecond() local
427 long epochDay = toLocalDate().toEpochDay(); in toEpochSecond() local
221 public LocalDate dateEpochDay(long epochDay) { in dateEpochDay()
493 public abstract ChronoLocalDate dateEpochDay(long epochDay); in dateEpochDay()
182 public ThaiBuddhistDate dateEpochDay(long epochDay) { in dateEpochDay()
182 public MinguoDate dateEpochDay(long epochDay) { in dateEpochDay()
281 public HijrahDate dateEpochDay(long epochDay) { in dateEpochDay()
263 public JapaneseDate dateEpochDay(long epochDay) { in dateEpochDay()
199 long epochDay = Jdk8Methods.floorDiv(epochSec, SECONDS_PER_DAY); in now() local281 public static LocalDate ofEpochDay(long epochDay) { in ofEpochDay()
276 long epochDay = date.toEpochDay(); in resolveMakeChanges() local