Home
last modified time | relevance | path

Searched refs:_timezone (Results 1 – 21 of 21) sorted by relevance

/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DJsonFormat.java458 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/
DStdDateFormat.java128 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/
Dcxfa_timezoneprovider.cpp21 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/
Dtime_zone_libc.cc39 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/
Dtime_zone_libc.cc39 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/
Dtime_zone_libc.cc39 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/
Dtime_zone_libc.cc39 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/
Dtime_zone_libc.cc45 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/
Dtime_zone_libc.cc45 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/
Dtimemodule.c61 #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/
Dgettimeofday.c31 tz->tz_minuteswest = _timezone / 60; in gettimeofday()
/external/icu/libicu/cts_headers/
Dputilimp.h117 # define U_TIMEZONE _timezone
124 # define U_TIMEZONE _timezone
/external/icu/icu4c/source/common/
Dputilimp.h117 # define U_TIMEZONE _timezone
124 # define U_TIMEZONE _timezone
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/
Dsyscalls.c70 tz->tz_minuteswest = _timezone / 60; in _gettimeofday()
/external/dynamic_depth/internal/base/
Dport.h990 #define timezone _timezone
/external/icu/icu4c/source/
Dconfigure.ac875 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
Dconfigure7159 _timezone = 1;
7175 U_TIMEZONE=_timezone
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a3.rst746 Fix name collisions due to ``#define timezone _timezone`` in PC/pyconfig.h.
/external/ImageMagick/MagickCore/
Dnt-base.c386 time_zone->tz_minuteswest=_timezone/60; in gettimeofday()
/external/webrtc/rtc_base/
DBUILD.gn1008 defines += [ "timezone=_timezone" ]
/external/python/cpython3/Modules/
Dtimemodule.c45 #define _Py_timezone _timezone