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

  /external/v8/src/base/platform/
platform-solaris.cc 38 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-aix.cc 46 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-cygwin.cc 29 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-freebsd.cc 39 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-linux.cc 104 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-macos.cc 102 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-openbsd.cc 37 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-qnx.cc 88 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-win32.cc 227 char* LocalTimezone(TimezoneCache* cache);
420 char* Win32Time::LocalTimezone(TimezoneCache* cache) {
470 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
471 return Win32Time(time).LocalTimezone(cache);
    [all...]
  /external/v8/src/
date.h 92 const char* LocalTimezone(int64_t time_ms) {
96 return base::OS::LocalTimezone(static_cast<double>(time_ms), tz_cache_);

Completed in 394 milliseconds