HomeSort by relevance Sort by last modified time
    Searched refs:GetOffsets (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
intl.h 70 bool GetOffsets(double time_ms, bool is_utc, int32_t* raw_offset,
intl.cc 375 bool ICUTimezoneCache::GetOffsets(double time_ms, bool is_utc,
402 if (!GetOffsets(time_ms, true, &raw_offset, &dst_offset)) return 0;
408 if (!GetOffsets(time_ms, is_utc, &raw_offset, &dst_offset)) return 0;

Completed in 145 milliseconds