Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_date.re2193 int iso_year = TIMELIB_UNSET;
2522 if ((iso_year = timelib_get_nr(&ptr, 4)) == TIMELIB_UNSET) {
2633 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET…
2636 …if (iso_year != TIMELIB_UNSET && (s->time->y != TIMELIB_UNSET || s->time->m != TIMELIB_UNSET || s-…
2641 if (iso_year != TIMELIB_UNSET) {
2649 …timelib_date_from_isodate(iso_year, iso_week_of_year, iso_day_of_week, &s->time->y, &s->time->m, &…
H A Dparse_date.c25043 int iso_year = TIMELIB_UNSET; in timelib_parse_from_format_with_map() local
25372 if ((iso_year = timelib_get_nr(&ptr, 4)) == TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25483 …if (s->time->y != TIMELIB_UNSET && (iso_week_of_year != TIMELIB_UNSET || iso_year != TIMELIB_UNSET… in timelib_parse_from_format_with_map()
25486 …if (iso_year != TIMELIB_UNSET && (s->time->y != TIMELIB_UNSET || s->time->m != TIMELIB_UNSET || s-… in timelib_parse_from_format_with_map()
25491 if (iso_year != TIMELIB_UNSET) { in timelib_parse_from_format_with_map()
25499 …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()

Completed in 36 milliseconds