Home
last modified time | relevance | path

Searched defs:is_dst (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.h60 bool is_dst; // did we move into daylight-saving time member
H A Dtime_zone_libc.cc46 const bool is_dst = tm.tm_isdst > 0; variable
50 const bool is_dst = tm.tm_isdst > 0; in decltype() local
131 make_time(const civil_second& cs, int is_dst, std::time_t* t, int* off) make_time() argument
[all...]
H A Dtime_zone_info.cc297 bool TimeZoneInfo::GetTransitionType(std::int_fast32_t utc_offset, bool is_dst, in GetTransitionType() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h102 bool is_dst; // is offset non-standard? member
/third_party/node/deps/v8/src/date/
H A Ddate.h87 bool is_dst = DaylightSavingsOffsetInMs(time_ms) != 0; in LocalTimezone() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.h697 bool is_dst; // is offset non-standard? member
939 bool is_dst; // is offset non-standard? member
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc2573 bool is_dst = DaylightSavingsOffset(time_ms) != 0; in LocalTimezone() local

Completed in 11 milliseconds