Home
last modified time | relevance | path

Searched refs:GetOffsets (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dintl.cc375 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()
Dintl.h70 bool GetOffsets(double time_ms, bool is_utc, int32_t* raw_offset,