Searched refs:timelib_lookup_abbr (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/ext/date/lib/ |
H A D | parse_date.re | 733 static timelib_long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) 797 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found);
|
H A D | parse_date.c | 735 static timelib_long timelib_lookup_abbr(char **ptr, int *dst, char **tz_abbr, int *found) in timelib_lookup_abbr() function 799 offset = timelib_lookup_abbr(ptr, dst, &tz_abbr, &found); in timelib_parse_zone()
|
Completed in 33 milliseconds