Searched refs:abbr_search (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/date/lib/ |
H A D | parse_date.re | 681 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 D | parse_date.c | 683 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 60 milliseconds