/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/ |
D | JsonFormat.java | 458 private transient TimeZone _timezone; field in JsonFormat.Value 492 _timezone = tz; in Value() 507 _timezone = tz; in Value() 611 tz = _timezone; in withOverrides() 613 tz = overrides._timezone; in withOverrides() 644 return new Value(p, _shape, _locale, _timezoneStr, _timezone, in withPattern() 655 return new Value(_pattern, s, _locale, _timezoneStr, _timezone, in withShape() 663 return new Value(_pattern, _shape, l, _timezoneStr, _timezone, in withLocale() 682 return new Value(_pattern, _shape, _locale, _timezoneStr, _timezone, in withLenient() 692 new Value(_pattern, _shape, _locale, _timezoneStr, _timezone, in withFeature() [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | StdDateFormat.java | 128 protected transient TimeZone _timezone; field in StdDateFormat 173 _timezone = tz; in StdDateFormat() 186 _timezone = tz; in StdDateFormat() 204 if ((tz == _timezone) || tz.equals(_timezone)) { in withTimeZone() 220 return new StdDateFormat(_timezone, loc, _lenient, _tzSerializedWithColon); in withLocale() 234 return new StdDateFormat(_timezone, _locale, b, _tzSerializedWithColon); in withLenient() 254 return new StdDateFormat(_timezone, _locale, _lenient, b); in withColonInTimeZone() 261 return new StdDateFormat(_timezone, _locale, _lenient, _tzSerializedWithColon); in clone() 303 return _timezone; in getTimeZone() 311 if (!tz.equals(_timezone)) { in setTimeZone() [all …]
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_timezoneprovider.cpp | 21 m_tz.tzHour = static_cast<int8_t>(_timezone / 3600 * -1); in CXFA_TimeZoneProvider() 22 m_tz.tzMinute = static_cast<int8_t>((abs(_timezone) % 3600) / 60); in CXFA_TimeZoneProvider()
|
/external/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 41 return _timezone + (is_dst ? _dstbias : 0); in tm_gmtoff() 60 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 62 return _timezone + (is_dst ? 60 * 60 : 0);
|
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 41 return _timezone + (is_dst ? _dstbias : 0); in tm_gmtoff() 60 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 62 return _timezone + (is_dst ? 60 * 60 : 0);
|
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 41 return _timezone + (is_dst ? _dstbias : 0); in tm_gmtoff() 60 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 62 return _timezone + (is_dst ? 60 * 60 : 0);
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 41 return _timezone + (is_dst ? _dstbias : 0); in tm_gmtoff() 60 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 62 return _timezone + (is_dst ? 60 * 60 : 0);
|
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 45 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 47 return _timezone + (is_dst ? _dstbias : 0); in tm_gmtoff() 66 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 68 return _timezone + (is_dst ? 60 * 60 : 0);
|
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 45 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() 47 return _timezone + (is_dst ? _dstbias : 0); in tm_gmtoff() 66 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 68 return _timezone + (is_dst ? 60 * 60 : 0);
|
/external/python/cpython2/Modules/ |
D | timemodule.c | 61 #define timezone _timezone 809 PyModule_AddIntConstant(m, "timezone", _timezone); in inittimezone() 817 PyModule_AddIntConstant(m, "altzone", _timezone-3600); in inittimezone() 867 PyModule_AddIntConstant(m, "timezone", _timezone); in inittimezone() 868 PyModule_AddIntConstant(m, "altzone", _timezone-3600); in inittimezone()
|
/external/libwebsockets/win32port/win32helpers/ |
D | gettimeofday.c | 31 tz->tz_minuteswest = _timezone / 60; in gettimeofday()
|
/external/icu/libicu/cts_headers/ |
D | putilimp.h | 117 # define U_TIMEZONE _timezone 124 # define U_TIMEZONE _timezone
|
/external/icu/icu4c/source/common/ |
D | putilimp.h | 117 # define U_TIMEZONE _timezone 124 # define U_TIMEZONE _timezone
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/ |
D | syscalls.c | 70 tz->tz_minuteswest = _timezone / 60; in _gettimeofday()
|
/external/dynamic_depth/internal/base/ |
D | port.h | 990 #define timezone _timezone
|
/external/icu/icu4c/source/ |
D | configure.ac | 875 AC_CACHE_CHECK(for _timezone,ac_cv_var__timezone, 876 …[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <time.h>]], [[_timezone = 1;]])],[ac_cv_var__timezone=… 878 U_TIMEZONE=_timezone
|
D | configure | 7159 _timezone = 1; 7175 U_TIMEZONE=_timezone
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a3.rst | 746 Fix name collisions due to ``#define timezone _timezone`` in PC/pyconfig.h.
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 386 time_zone->tz_minuteswest=_timezone/60; in gettimeofday()
|
/external/webrtc/rtc_base/ |
D | BUILD.gn | 1008 defines += [ "timezone=_timezone" ]
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 45 #define _Py_timezone _timezone
|