Searched refs:epochMonthFirst (Results 1 – 1 of 1) sorted by relevance
797 int epochMonthFirst = yearToEpochMonth(prolepticYear); in yearMonthToDayOfYear() local798 return epochMonthToEpochDay(epochMonthFirst + month) in yearMonthToDayOfYear()799 - epochMonthToEpochDay(epochMonthFirst); in yearMonthToDayOfYear()