Searched refs:iw (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/date/lib/ |
H A D | dow.c | 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() 143 timelib_isoweek_from_date(y, m, d, iw, iy); in timelib_isodate_from_date() 156 *y = (iw == 1 && day < 0 && id < dow) ? iy - 1 : iy; in timelib_daynr_from_weeknr_ex() 159 return day + ((iw - 1) * 7) + id; in timelib_daynr_from_weeknr_ex() 162 timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, timelib_sll id) in timelib_daynr_from_weeknr() argument 166 return timelib_daynr_from_weeknr_ex(iy, iw, id, &dummy_iso_year); in timelib_daynr_from_weeknr() [all …]
|
H A D | timelib.h | 352 timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, timelib_sll id); 358 void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timeli… 362 …te(timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timelib_sll *iw, timelib_sll *id); 365 void timelib_date_from_isodate(timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, time…
|
/PHP-7.2/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 166 0x8B: iw==
|
/PHP-7.2/ext/hash/tests/ |
H A D | fnv1a32.phpt | 127 array( '=_~5M[|lo,Z?>f]@?s}6$>iw', '621bbc86' ),
|
Completed in 12 milliseconds