iw                 92 ext/date/lib/dow.c void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy)
iw                110 ext/date/lib/dow.c 			*iw = 53;
iw                112 ext/date/lib/dow.c 			*iw = 52;
iw                124 ext/date/lib/dow.c 			*iw = 1;
iw                133 ext/date/lib/dow.c 		*iw = j / 7;
iw                135 ext/date/lib/dow.c 			*iw -= 1;
iw                 82 ext/date/lib/timelib.h void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy);