Searched refs:day_from_month (Results 1 – 1 of 1) sorted by relevance
167 static const int day_from_month[] = {0, 31, 59, 90, 120, 151, in DaysFromYearMonth() local204 return day_from_year + day_from_month[month]; in DaysFromYearMonth()