Searched refs:LocalTimezone (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | date.h | 92 const char* LocalTimezone(int64_t time_ms) { in LocalTimezone() function 96 return base::OS::LocalTimezone(static_cast<double>(time_ms), tz_cache_); in LocalTimezone()
|
D | builtins.cc | 3439 const char* local_timezone = date_cache->LocalTimezone(time_ms); in ToDateString()
|
/external/v8/src/base/platform/ |
D | platform-solaris.cc | 38 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
|
D | platform-win32.cc | 227 char* LocalTimezone(TimezoneCache* cache); 420 char* Win32Time::LocalTimezone(TimezoneCache* cache) { in LocalTimezone() function in v8::base::Win32Time 470 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS 471 return Win32Time(time).LocalTimezone(cache); in LocalTimezone()
|
D | platform-freebsd.cc | 39 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
|
D | platform-macos.cc | 102 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
|
D | platform-aix.cc | 46 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
|
D | platform-cygwin.cc | 29 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
|
D | platform-openbsd.cc | 37 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
|
D | platform-qnx.cc | 88 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
|
D | platform-linux.cc | 104 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { in LocalTimezone() function in v8::base::OS
|
D | platform.h | 131 static const char* LocalTimezone(double time, TimezoneCache* cache);
|