Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_date.re673 static const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd…
725 if ((tp = abbr_search(word, -1, 0))) {
2289 tp = abbr_search(abbr, gmtoffset, isdst);
H A Dparse_date.c675 static const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… in abbr_search() function
727 if ((tp = abbr_search(word, -1, 0))) { in timelib_lookup_abbr()
25395 tp = abbr_search(abbr, gmtoffset, isdst); in timelib_timezone_id_from_abbr()

Completed in 74 milliseconds