Searched refs:_days_before_month (Results 1 – 3 of 3) sorted by relevance
77 def _days_before_month(month, year): # number of days in year before month function82 _days_before_month(date.month, date.year) + \108 dbm = _days_before_month(month, year)
170 static int _days_before_month[] = { variable208 days = _days_before_month[month]; in days_before_month()313 preceding = (_days_before_month[*month] + (*month > 2 && leapyear)); in ord_to_ymd()