Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_date.re677 const timelib_tz_lookup_table *fmp;
703 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) {
704 if (fmp->gmtoffset == gmtoffset && fmp->type == isdst) {
705 return fmp;
H A Dparse_date.c679 const timelib_tz_lookup_table *fmp; in abbr_search() local
705 for (fmp = timelib_timezone_fallbackmap; fmp->name; fmp++) { in abbr_search()
706 if (fmp->gmtoffset == gmtoffset && fmp->type == isdst) { in abbr_search()
707 return fmp; in abbr_search()

Completed in 40 milliseconds