Home
last modified time | relevance | path

Searched refs:leapdays (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_calendar.py820 self.assertEqual(calendar.leapdays(2010,2010), 0)
824 self.assertEqual(calendar.leapdays(2010,2011), 0)
828 self.assertEqual(calendar.leapdays(2010,2012), 0)
832 self.assertEqual(calendar.leapdays(2012,2013), 1)
835 self.assertEqual(calendar.leapdays(1997,2020), 5)
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1463 register int leapdays; in timesub() local
1475 leapdays = leaps_thru_end_of(newy - 1) - in timesub()
1478 tdays -= leapdays; in timesub()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c1461 register int leapdays; in timesub() local
1473 leapdays = leaps_thru_end_of(newy - 1) - in timesub()
1476 tdays -= leapdays; in timesub()
/third_party/tzdata/
H A Dlocaltime.c1767 register int leapdays; in timesub() local
1768 leapdays = leaps_thru_end_of(newy - 1) - in timesub()
1771 idays -= leapdays; in timesub()
/third_party/python/Lib/
H A Dcalendar.py14 "firstweekday", "isleap", "leapdays", "weekday", "monthrange",
107 def leapdays(y1, y2): function

Completed in 12 milliseconds