Home
last modified time | relevance | path

Searched refs:_days_before_month (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DDates.py77 def _days_before_month(month, year): # number of days in year before month function
82 _days_before_month(date.month, date.year) + \
108 dbm = _days_before_month(month, year)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c170 static int _days_before_month[] = { variable
208 days = _days_before_month[month]; in days_before_month()
313 preceding = (_days_before_month[*month] + (*month > 2 && leapyear)); in ord_to_ymd()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c170 static int _days_before_month[] = { variable
208 days = _days_before_month[month]; in days_before_month()
313 preceding = (_days_before_month[*month] + (*month > 2 && leapyear)); in ord_to_ymd()