Home
last modified time | relevance | path

Searched refs:iw (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/date/lib/
H A Ddow.c93 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… in timelib_isoweek_from_date() argument
111 *iw = 53; in timelib_isoweek_from_date()
113 *iw = 52; in timelib_isoweek_from_date()
125 *iw = 1; in timelib_isoweek_from_date()
134 *iw = j / 7; in timelib_isoweek_from_date()
136 *iw -= 1; in timelib_isoweek_from_date()
141 …ate(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timelib_sll *iw, timelib_sll *id) in timelib_isodate_from_date() argument
143 timelib_isoweek_from_date(y, m, d, iw, iy); in timelib_isodate_from_date()
147 timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, timelib_sll id) in timelib_daynr_from_weeknr() argument
157 return day + ((iw - 1) * 7) + id; in timelib_daynr_from_weeknr()
[all …]
H A Dtimelib.h418 timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, timelib_sll id);
424 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli…
428 …te(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timelib_sll *iw, timelib_sll *id);
431 void timelib_date_from_isodate(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, time…
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt166 0x8B: iw==
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt125 array( '=_~5M[|lo,Z?>f]@?s}6$>iw', '621bbc86' ),

Completed in 10 milliseconds