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

/libcore/ojluni/src/main/java/java/time/chrono/
H A DHijrahChronology.java651 int day1 = epochMonthToEpochDay(epochMonth);
680 return epochMonthToEpochDay(epochMonth) + (dayOfMonth - 1);
828 private int epochMonthToEpochDay(int epochMonth) { method in class:HijrahChronology
842 return epochMonthToEpochDay(epochMonthFirst + month)
843 - epochMonthToEpochDay(epochMonthFirst);

Completed in 117 milliseconds