Home
last modified time | relevance | path

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

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

Completed in 65 milliseconds