Home
last modified time | relevance | path

Searched refs:LocalTimezone (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Ddate.h92 const char* LocalTimezone(int64_t time_ms) { in LocalTimezone() function
96 return base::OS::LocalTimezone(static_cast<double>(time_ms), tz_cache_); in LocalTimezone()
Ddate.js26 function LocalTimezone(t) { class
229 var timezone = LocalTimezone(UTC_DATE_VALUE(date));
Druntime.cc9781 isolate->date_cache()->LocalTimezone(static_cast<int64_t>(x)); in RUNTIME_FUNCTION()
/external/v8/src/base/platform/
Dplatform-win32.cc239 char* LocalTimezone(TimezoneCache* cache);
432 char* Win32Time::LocalTimezone(TimezoneCache* cache) { in LocalTimezone() function in v8::base::Win32Time
482 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
483 return Win32Time(time).LocalTimezone(cache); in LocalTimezone()
Dplatform-solaris.cc58 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
Dplatform-macos.cc160 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
Dplatform-freebsd.cc40 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
Dplatform.h168 static const char* LocalTimezone(double time, TimezoneCache* cache);
Dplatform-cygwin.cc29 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
Dplatform-openbsd.cc38 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
Dplatform-qnx.cc89 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
Dplatform-linux.cc104 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS