Searched refs:GetOffsets (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | intl.cc | 375 bool ICUTimezoneCache::GetOffsets(double time_ms, bool is_utc, in GetOffsets() function in v8::internal::ICUTimezoneCache 402 if (!GetOffsets(time_ms, true, &raw_offset, &dst_offset)) return 0; in DaylightSavingsOffset() 408 if (!GetOffsets(time_ms, is_utc, &raw_offset, &dst_offset)) return 0; in LocalTimeOffset()
|
D | intl.h | 70 bool GetOffsets(double time_ms, bool is_utc, int32_t* raw_offset,
|