Searched defs:epochDay (Results 1 – 14 of 14) sorted by relevance
499 public HijrahDate dateEpochDay(long epochDay) { in dateEpochDay()642 int[] getHijrahDateInfo(int epochDay) { in getHijrahDateInfo()783 private int epochDayToEpochMonth(int epochDay) { in epochDayToEpochMonth()985 …private int[] createEpochMonths(int epochDay, int minYear, int maxYear, Map<Integer, int[]> years)… in createEpochMonths()
159 static HijrahDate ofEpochDay(HijrahChronology chrono, long epochDay) { in ofEpochDay()277 private HijrahDate(HijrahChronology chrono, long epochDay) { in HijrahDate()
465 long epochDay = toLocalDate().toEpochDay(); in toEpochSecond() local
233 public MinguoDate dateEpochDay(long epochDay) { in dateEpochDay()
546 long epochDay = toLocalDate().toEpochDay(); in toEpochSecond() local
367 ChronoLocalDate dateEpochDay(long epochDay); in dateEpochDay()
247 public LocalDate dateEpochDay(long epochDay) { in dateEpochDay()
269 public ThaiBuddhistDate dateEpochDay(long epochDay) { in dateEpochDay()
289 public JapaneseDate dateEpochDay(long epochDay) { in dateEpochDay()
183 public CopticDate dateEpochDay(long epochDay) { in dateEpochDay()
122 static CopticDate ofEpochDay(long epochDay) { in ofEpochDay()
184 long epochDay = date.getLong(ChronoField.EPOCH_DAY); in test_dateEpochDay() local
105 public ChronoLocalDate dateEpochDay(long epochDay) { in dateEpochDay()
221 long epochDay = Math.floorDiv(epochSec, SECONDS_PER_DAY); in now() local307 public static LocalDate ofEpochDay(long epochDay) { in ofEpochDay()