Home
last modified time | relevance | path

Searched refs:ayear (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A D_zoneinfo.c2174 const unsigned int ayear = (unsigned int)year; in is_leap_year() local
2175 return ayear % 4 == 0 && (ayear % 100 != 0 || ayear % 400 == 0); in is_leap_year()
H A D_datetimemodule.c231 const unsigned int ayear = (unsigned int)year; in is_leap() local
232 return ayear % 4 == 0 && (ayear % 100 != 0 || ayear % 400 == 0); in is_leap()

Completed in 21 milliseconds