Home | History | Annotate | Download | only in platform

Lines Matching full:indst

239   bool InDST(TimezoneCache* cache);
388 bool Win32Time::InDST(TimezoneCache* cache) {
414 return InDST(cache) ? 60 * kMsPerMinute : 0;
423 return InDST(cache) ? cache->dst_tz_name_ : cache->std_tz_name_;