Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_date.re672 static const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd…
724 if ((tp = abbr_search(word, -1, 0))) {
2484 tp = abbr_search(abbr, gmtoffset, isdst);
H A Dparse_date.c674 static const timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… in abbr_search() function
726 if ((tp = abbr_search(word, -1, 0))) { in timelib_lookup_abbr()
25592 tp = abbr_search(abbr, gmtoffset, isdst); in timelib_timezone_id_from_abbr()

Completed in 30 milliseconds