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

  /external/chromium_org/v8/src/
date.h 92 const char* LocalTimezone(int64_t time_ms) {
96 return OS::LocalTimezone(static_cast<double>(time_ms), tz_cache_);
platform-cygwin.cc 28 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-freebsd.cc 39 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-linux.cc 96 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
platform-macos.cc 159 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-solaris.cc 58 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
date.js 26 function LocalTimezone(t) {
229 var timezone = LocalTimezone(UTC_DATE_VALUE(date));
platform-win32.cc 232 char* LocalTimezone(TimezoneCache* cache);
425 char* Win32Time::LocalTimezone(TimezoneCache* cache) {
475 const char* OS::LocalTimezone(double time, TimezoneCache* cache) {
476 return Win32Time(time).LocalTimezone(cache);
    [all...]

Completed in 135 milliseconds