Searched refs:iso_week_of_year (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/date/lib/ |
H A D | parse_date.re | 2198 int iso_week_of_year = TIMELIB_UNSET; 2534 if ((iso_week_of_year = timelib_get_nr(&ptr, 2)) == TIMELIB_UNSET) { 2539 if (iso_week_of_year < 1 || iso_week_of_year > 53) { 2637 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET… 2647 if (iso_week_of_year == TIMELIB_UNSET) { 2648 iso_week_of_year = 1; 2653 …timelib_date_from_isodate(iso_year, iso_week_of_year, iso_day_of_week, &s->time->y, &s->time->m, &… 2654 } else if (iso_week_of_year != TIMELIB_UNSET || iso_day_of_week != TIMELIB_UNSET) {
|
H A D | parse_date.c | 25048 int iso_week_of_year = TIMELIB_UNSET; in timelib_parse_from_format_with_map() local 25384 if ((iso_week_of_year = timelib_get_nr(&ptr, 2)) == TIMELIB_UNSET) { in timelib_parse_from_format_with_map() 25389 if (iso_week_of_year < 1 || iso_week_of_year > 53) { in timelib_parse_from_format_with_map() 25487 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET… in timelib_parse_from_format_with_map() 25497 if (iso_week_of_year == TIMELIB_UNSET) { in timelib_parse_from_format_with_map() 25498 iso_week_of_year = 1; in timelib_parse_from_format_with_map() 25503 …timelib_date_from_isodate(iso_year, iso_week_of_year, iso_day_of_week, &s->time->y, &s->time->m, &… in timelib_parse_from_format_with_map() 25504 } else if (iso_week_of_year != TIMELIB_UNSET || iso_day_of_week != TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
|
Completed in 70 milliseconds