Home
last modified time | relevance | path

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

/PHP-7.0/ext/date/lib/
H A Dparse_date.re681 const static timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd…
733 if ((tp = abbr_search(word, -1, 0))) {
2224 tp = abbr_search(abbr, gmtoffset, isdst);
H A Dparse_date.c683 const static timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isd… in abbr_search() function
735 if ((tp = abbr_search(word, -1, 0))) { in timelib_lookup_abbr()
24335 tp = abbr_search(abbr, gmtoffset, isdst); in timelib_timezone_id_from_abbr()

Completed in 41 milliseconds