HomeSort by relevance Sort by last modified time
    Searched defs:LocalTimezone (Results 1 - 9 of 9) sorted by null

  /external/v8/src/base/platform/
platform-posix-time.cc 12 const char* PosixDefaultTimezoneCache::LocalTimezone(double time) {
platform-solaris.cc 38 const char* LocalTimezone(double time) override;
44 const char* SolarisTimezoneCache::LocalTimezone(double time) {
platform-aix.cc 40 const char* LocalTimezone(double time) override;
47 const char* AIXTimezoneCache::LocalTimezone(double time_ms) {
platform-cygwin.cc 69 const char* LocalTimezone(double time) override;
76 const char* CygwinTimezoneCache::LocalTimezone(double time) {
platform-win32.cc 118 const char* LocalTimezone(double time) override;
238 char* LocalTimezone(WindowsTimezoneCache* cache);
431 char* Win32Time::LocalTimezone(WindowsTimezoneCache* cache) {
465 const char* WindowsTimezoneCache::LocalTimezone(double time) {
466 return Win32Time(time).LocalTimezone(this);
    [all...]
  /external/python/cpython2/Doc/includes/
tzinfo-examples.py 54 class LocalTimezone(tzinfo):
79 Local = LocalTimezone()
  /external/python/cpython3/Doc/includes/
tzinfo_examples.py 21 class LocalTimezone(tzinfo):
56 Local = LocalTimezone()
  /external/v8/src/
intl.cc 353 const char* ICUTimezoneCache::LocalTimezone(double time_ms) {
date.h 86 const char* LocalTimezone(int64_t time_ms) {
93 *name = tz_cache_->LocalTimezone(static_cast<double>(time_ms));

Completed in 675 milliseconds