Searched defs:epochMonth (Results 1 – 1 of 1) sorted by relevance
604 int epochMonth = epochDayToEpochMonth(epochDay); in getHijrahDateInfo() local628 int epochMonth = yearToEpochMonth(prolepticYear) + (monthOfYear - 1); in getEpochDay() local658 int epochMonth = yearToEpochMonth(prolepticYear) + (monthOfYear - 1); in getMonthLength() local754 private int epochMonthToYear(int epochMonth) { in epochMonthToYear()774 private int epochMonthToMonth(int epochMonth) { in epochMonthToMonth()784 private int epochMonthToEpochDay(int epochMonth) { in epochMonthToEpochDay()809 private int epochMonthLength(int epochMonth) { in epochMonthLength()970 int epochMonth = 0; // index into array of epochMonths in createEpochMonths() local