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

/external/python/cpython2/Doc/includes/
H A Dtzinfo-examples.py54 class LocalTimezone(tzinfo): class in inherits:tzinfo
79 Local = LocalTimezone()
/external/v8/src/base/platform/
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.cc94 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-aix.cc46 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
H A Dplatform-win32.cc226 char* LocalTimezone(TimezoneCache* cache);
419 char* Win32Time::LocalTimezone(TimezoneCache* cache) { function in class:v8::base::Win32Time
469 const char* OS::LocalTimezone(double time, TimezoneCache* cache) { function in class:v8::base::OS
470 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 407 milliseconds