Home
last modified time | relevance | path

Searched refs:is_dst (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc46 const bool is_dst = tm.tm_isdst > 0; variable
47 return _timezone + (is_dst ? _dstbias : 0);
50 const bool is_dst = tm.tm_isdst > 0; in decltype() local
51 return _tzname[is_dst]; in decltype()
56 const bool is_dst = tm.tm_isdst > 0;
57 return is_dst ? altzone : timezone;
60 const bool is_dst = tm.tm_isdst > 0;
61 return tzname[is_dst];
67 const bool is_dst = tm.tm_isdst > 0;
68 return _timezone + (is_dst
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.cc209 tt.is_dst = false; in ResetToBuiltinUTC()
274 len += (4 + 1 + 1) * typecnt; // utc_offset + is_dst + abbr_index in DataLength()
284 // two transitions have equivalent types (same offset/is_dst/abbr).
291 if (tt1.is_dst != tt2.is_dst) return false; in EquivTransitions()
297 bool TimeZoneInfo::GetTransitionType(std::int_fast32_t utc_offset, bool is_dst, in GetTransitionType() argument
306 if (tt.utc_offset == utc_offset && tt.is_dst == is_dst) { in GetTransitionType()
317 tt.is_dst = is_dst; in GetTransitionType()
[all...]
H A Dtime_zone_info.h60 bool is_dst; // did we move into daylight-saving time member
98 bool GetTransitionType(std::int_fast32_t utc_offset, bool is_dst,
H A Dtime_zone_lookup_test.cc653 EXPECT_TRUE(isdst == al.is_dst); \
1057 // Both unique; must be an is_dst or abbr change. in TEST()
1063 if (pal.is_dst == tal.is_dst) { in TEST()
1077 if (zi.lookup(cl_zi.pre).is_dst == zi.lookup(cl_zi.post).is_dst) { in TEST()
H A Dtime_zone_format.cc131 tm.tm_isdst = al.is_dst ? 1 : 0; in ToTM()
H A Dtime_zone_format_test.cc47 EXPECT_TRUE(isdst == al.is_dst); \
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime.cc81 bd.is_dst = false; in InfiniteFutureBreakdown()
98 bd.is_dst = false; in InfinitePastBreakdown()
108 ci.is_dst = false; in InfiniteFutureCivilInfo()
118 ci.is_dst = false; in InfinitePastCivilInfo()
226 bd.is_dst = al.is_dst; in In()
363 ci.is_dst = al.is_dst; in At()
494 tm.tm_isdst = ci.is_dst ? 1 : 0; in ToTM()
H A Dtime.h697 bool is_dst; // is offset non-standard? member
939 bool is_dst; // is offset non-standard? member
955 // // epoch.is_dst == false
H A Dtime_test.cc53 EXPECT_EQ(isdst, ci.is_dst); \
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_asm.c113 static u16 nfp_swreg_to_unreg(swreg reg, bool is_dst) in nfp_swreg_to_unreg() argument
161 return is_dst ? UR_REG_NO_DST : REG_NONE; in nfp_swreg_to_unreg()
204 static u16 nfp_swreg_to_rereg(swreg reg, bool is_dst, bool has_imm8, bool *i8) in nfp_swreg_to_rereg() argument
239 return is_dst ? RE_REG_NO_DST : REG_NONE; in nfp_swreg_to_rereg()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_asm.c113 static u16 nfp_swreg_to_unreg(swreg reg, bool is_dst) in nfp_swreg_to_unreg() argument
161 return is_dst ? UR_REG_NO_DST : REG_NONE; in nfp_swreg_to_unreg()
204 static u16 nfp_swreg_to_rereg(swreg reg, bool is_dst, bool has_imm8, bool *i8) in nfp_swreg_to_rereg() argument
239 return is_dst ? RE_REG_NO_DST : REG_NONE; in nfp_swreg_to_rereg()
/third_party/node/deps/v8/src/date/
H A Ddate.h87 bool is_dst = DaylightSavingsOffsetInMs(time_ms) != 0; in LocalTimezone() local
88 const char** name = is_dst ? &dst_tz_name_ : &tz_name_; in LocalTimezone()
/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/objects/
H A Dintl-objects.cc2573 bool is_dst = DaylightSavingsOffset(time_ms) != 0; in LocalTimezone() local
2574 std::string* name = is_dst ? &dst_timezone_name_ : &timezone_name_; in LocalTimezone()
2577 GetTimeZone()->getDisplayName(is_dst, icu::TimeZone::LONG, result); in LocalTimezone()

Completed in 21 milliseconds