Searched refs:tz (Results 1 – 7 of 7) sorted by relevance
821 int64_t tz = 0; in GetDateValues() local826 tz = GetLocalOffsetFromOS(timeMsInt, isLocal); in GetDateValues()827 timeMsInt += tz * MS_PER_SECOND * SEC_PER_MINUTE; in GetDateValues()838 (*date)[TIMEZONE] = -tz; in GetDateValues()
44 bool JSLocale::IsValidTimeZoneName(const icu::TimeZone &tz) in IsValidTimeZoneName() argument48 tz.getID(id); in IsValidTimeZoneName()
1292 std::unique_ptr<icu::TimeZone> tz(icu::TimeZone::createTimeZone(canonicalized.c_str())); in ConstructTimeZone() local1293 if (!JSLocale::IsValidTimeZoneName(*tz)) { in ConstructTimeZone()1296 return tz; in ConstructTimeZone()
186 static bool IsValidTimeZoneName(const icu::TimeZone &tz);
154 icu::TimeZone *tz = icu::TimeZone::createTimeZone(timeZoneId); in HWTEST_F_L0() local155 icu::TimeZone::adoptDefault(tz); in HWTEST_F_L0()
631 int tz = static_cast<int>(CountTrailingZeros64(imm)); in EmitMovInstruct() local632 …firstshift = (tz / 16) * 16; // 16 : 16 means the operand of MOVK/N/Z is 16 bits Immediate in EmitMovInstruct()
52325 const tz = [];52469 for (let t = 0; t < $G; t++) tz.push({52479 tz[t].x = t >= n ? h - u : t * m - u;52480 tz[t].y = t >= s ? c - _ : t * y - _;52482 …tz[t].x = -u : 1 === t ? tz[t].x = d * b - u : t > 1 && t < n - 1 ? tz[t].x = m > 0 ? d * b - u + …52483 …tz[t].y = -_ : 1 === t ? tz[t].y = g * S - _ : t > 1 && t < s - 1 ? tz[t].y = y > 0 ? g * S - _ + …52490 x = tz[t].y;52491 w = tz[t + 1].y;52493 E = tz[e].x;52494 C = tz[e + 1].x;