Searched defs:LocalTimezone (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/base/platform/
H A Dplatform-aix.cc46 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-cygwin.cc29 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-freebsd.cc39 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-linux.cc104 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-macos.cc102 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-openbsd.cc37 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-qnx.cc88 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-solaris.cc38 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-win32.cc227 char* LocalTimezone(TimezoneCache* cache);
420 char* Win32Time::LocalTimezone(TimezoneCache* cache) { function in class:v8::base::Win32Time
470 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
471 return Win32Time(time).LocalTimezone(cache);
/external/v8/src/
H A Ddate.h92 const char* LocalTimezone(int64_t time_ms) { function in class:v8::internal::DateCache
96 return base::OS::LocalTimezone(static_cast<double>(time_ms), tz_cache_);

Completed in 95 milliseconds