Home
last modified time | relevance | path

Searched defs:leapdays (Results 1 – 4 of 4) sorted by relevance

/external/python/dateutil/dateutil/
Drelativedelta.py92 years=0, months=0, days=0, leapdays=0, weeks=0, argument
/external/python/cpython2/Lib/
Dcalendar.py102 def leapdays(y1, y2): function
/external/python/cpython3/Lib/
Dcalendar.py105 def leapdays(y1, y2): function
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c1461 register int leapdays; in timesub() local