Searched refs:zone_search (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/date/lib/ |
H A D | parse_date.re | 705 const static timelib_tz_lookup_table* zone_search(const char *word, long gmtoffset, int isdst) 776 if ((tp = zone_search(word, -1, 0))) { 2266 tp = zone_search(abbr, gmtoffset, isdst);
|
H A D | parse_date.c | 707 const static timelib_tz_lookup_table* zone_search(const char *word, long gmtoffset, int isdst) in zone_search() function 778 if ((tp = zone_search(word, -1, 0))) { in timelib_lookup_zone() 25259 tp = zone_search(abbr, gmtoffset, isdst); in timelib_timezone_id_from_abbr()
|
Completed in 48 milliseconds