Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/lib/
H A Dparse_date.re699 const timelib_tz_lookup_table *fmp;
725 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) {
726 if ((fmp->gmtoffset * 60) == gmtoffset && fmp->type == isdst) {
727 return fmp;
H A Dparse_date.c701 const timelib_tz_lookup_table *fmp; in abbr_search() local
727 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) { in abbr_search()
728 if ((fmp->gmtoffset * 60) == gmtoffset && fmp->type == isdst) { in abbr_search()
729 return fmp; in abbr_search()

Completed in 34 milliseconds