Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/lib/
H A Dparse_date.re2063 int iso_week_of_year = TIMELIB_UNSET;
2390 if ((iso_week_of_year = timelib_get_nr(&ptr, 2)) == TIMELIB_UNSET) {
2395 if (iso_week_of_year < 1 || iso_week_of_year > 53) {
2493 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET…
2503 if (iso_week_of_year == TIMELIB_UNSET) {
2504 iso_week_of_year = 1;
2509 …timelib_date_from_isodate(iso_year, iso_week_of_year, iso_day_of_week, &s->time->y, &s->time->m, &…
2510 } else if (iso_week_of_year != TIMELIB_UNSET || iso_day_of_week != TIMELIB_UNSET) {
H A Dparse_date.c25293 int iso_week_of_year = TIMELIB_UNSET; in timelib_parse_from_format_with_map() local
25620 if ((iso_week_of_year = timelib_get_nr(&ptr, 2)) == TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25625 if (iso_week_of_year < 1 || iso_week_of_year > 53) { in timelib_parse_from_format_with_map()
25723 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET… in timelib_parse_from_format_with_map()
25733 if (iso_week_of_year == TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25734 iso_week_of_year = 1; in timelib_parse_from_format_with_map()
25739 …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()
25740 } else if (iso_week_of_year != TIMELIB_UNSET || iso_day_of_week != TIMELIB_UNSET) { in timelib_parse_from_format_with_map()

Completed in 36 milliseconds