Home
last modified time | relevance | path

Searched refs:iso_week_of_year (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/date/lib/
H A Dparse_date.re2022 int iso_week_of_year = TIMELIB_UNSET;
2307 if ((iso_week_of_year = timelib_get_nr((char **) &ptr, 2)) == TIMELIB_UNSET) {
2311 if (iso_week_of_year < 1 || iso_week_of_year > 53) {
2396 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET…
2406 if (iso_week_of_year == TIMELIB_UNSET) {
2407 iso_week_of_year = 1;
2412 …timelib_date_from_isodate(iso_year, iso_week_of_year, iso_day_of_week, &s->time->y, &s->time->m, &…
2413 } else if (iso_week_of_year != TIMELIB_UNSET || iso_day_of_week != TIMELIB_UNSET) {
H A Dparse_date.c25130 int iso_week_of_year = TIMELIB_UNSET; in timelib_parse_from_format_with_map() local
25415 if ((iso_week_of_year = timelib_get_nr((char **) &ptr, 2)) == TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25419 if (iso_week_of_year < 1 || iso_week_of_year > 53) { in timelib_parse_from_format_with_map()
25504 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET… in timelib_parse_from_format_with_map()
25514 if (iso_week_of_year == TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25515 iso_week_of_year = 1; in timelib_parse_from_format_with_map()
25520 …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()
25521 } else if (iso_week_of_year != TIMELIB_UNSET || iso_day_of_week != TIMELIB_UNSET) { in timelib_parse_from_format_with_map()

Completed in 33 milliseconds