Searched refs:GetOffsets (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | intl-objects.cc | 2563 bool GetOffsets(double time_ms, bool is_utc, int32_t* raw_offset, 2594 bool ICUTimezoneCache::GetOffsets(double time_ms, bool is_utc, in GetOffsets() function in v8::internal::ICUTimezoneCache 2613 if (!GetOffsets(time_ms, true, &raw_offset, &dst_offset)) return 0; in DaylightSavingsOffset() 2619 if (!GetOffsets(time_ms, is_utc, &raw_offset, &dst_offset)) return 0; in LocalTimeOffset()
|