Home
last modified time | relevance | path

Searched refs:GetTimeZone (Results 1 – 25 of 928) sorted by relevance

12345678910>>...38

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_locale.h32 void GetTimeZone(FX_TIMEZONE& tz) const override;
76 void GetTimeZone(FX_TIMEZONE& tz) const override;
H A Dxfa_locale.cpp105 void CXFA_XMLLocale::GetTimeZone(FX_TIMEZONE& tz) const { in GetTimeZone() function in CXFA_XMLLocale
106 CXFA_TimeZoneProvider::Get()->GetTimeZone(tz); in GetTimeZone()
280 void CXFA_NodeLocale::GetTimeZone(FX_TIMEZONE& tz) const { in GetTimeZone() function in CXFA_NodeLocale
281 CXFA_TimeZoneProvider::Get()->GetTimeZone(tz); in GetTimeZone()
H A Dxfa_localemgr.h67 void GetTimeZone(FX_TIMEZONE& tz);
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dintl.cc364 GetTimeZone()->getDisplayName(is_dst, icu::TimeZone::LONG, result); in LocalTimezone()
374 icu::TimeZone* ICUTimezoneCache::GetTimeZone() { in GetTimeZone() function in v8::internal::ICUTimezoneCache
395 GetTimeZone()->getOffset(time_ms, false, *raw_offset, *dst_offset, status); in GetOffsets()
397 static_cast<const icu::BasicTimeZone*>(GetTimeZone()) in GetOffsets()
H A Dintl.h62 icu::TimeZone* GetTimeZone();
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dptime.h325 static int GetTimeZone();
334 static int GetTimeZone(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_timezoneprovider.h17 FX_TIMEZONE GetTimeZone() const { return m_tz; } in GetTimeZone() function
H A Dcxfa_nodelocale.cpp94 FX_TIMEZONE CXFA_NodeLocale::GetTimeZone() const { in GetTimeZone() function in CXFA_NodeLocale
95 return CXFA_TimeZoneProvider().GetTimeZone(); in GetTimeZone()
H A Dcxfa_xmllocale.cpp114 FX_TIMEZONE CXFA_XMLLocale::GetTimeZone() const { in GetTimeZone() function in CXFA_XMLLocale
115 return CXFA_TimeZoneProvider().GetTimeZone(); in GetTimeZone()
H A Dcxfa_nodelocale.h37 FX_TIMEZONE GetTimeZone() const override;
H A Dcxfa_xmllocale.h41 FX_TIMEZONE GetTimeZone() const override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_timezoneprovider.h17 FX_TIMEZONE GetTimeZone() const { return m_tz; } in GetTimeZone() function
H A Dcxfa_nodelocale.cpp93 FX_TIMEZONE CXFA_NodeLocale::GetTimeZone() const { in GetTimeZone() function in CXFA_NodeLocale
94 return CXFA_TimeZoneProvider().GetTimeZone(); in GetTimeZone()
H A Dcxfa_xmllocale.cpp116 FX_TIMEZONE CXFA_XMLLocale::GetTimeZone() const { in GetTimeZone() function in CXFA_XMLLocale
117 return CXFA_TimeZoneProvider().GetTimeZone(); in GetTimeZone()
H A Dcxfa_nodelocale.h33 FX_TIMEZONE GetTimeZone() const override;
H A Dcxfa_xmllocale.h37 FX_TIMEZONE GetTimeZone() const override;
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/util/
H A Dtimes.py252 def GetTimeZone(name): function
405 return GetTimeZone(name)
420 tzinfo = GetTimeZone(match.group(2))
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/time-admin/src/
H A Dtime-tool.h45 const gchar *GetTimeZone (TimeAdmin *ta);
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/database/
H A Dlaunch_db_system_base.go94 GetTimeZone() *string methodSpec
278 func (m launchdbsystembase) GetTimeZone() *string { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/crt/
H A Dlocale_iface.h42 virtual FX_TIMEZONE GetTimeZone() const = 0;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/datetime/
H A Ddate_time_support_test.cpp43 TEST(GetTimeZone, DoesReturnKnownTimeZone) { in TEST() argument
50 TEST(GetTimeZone, DoesParseHourOnlyOffset) { in TEST() argument
66 TEST(GetTimeZone, DoesParseHourMinuteOffset) { in TEST() argument
82 TEST(GetTimeZone, DoesParseHourMinuteOffsetWithColon) { in TEST() argument
98 TEST(GetTimeZone, DoesNotReturnUnknownTimeZone) { in TEST() argument
104 TEST(GetTimeZone, ThrowsUserExceptionIfGivenUnparsableUtcOffset) { in TEST() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DTimeZoneInfo.Android.cs263 var timeZoneInfo = AndroidTimeZones.GetTimeZone (id, id); in FindSystemTimeZoneByIdCore()
272 var tz = AndroidTimeZones.GetTimeZone (id, id); in GetSystemTimeZonesCore()
489 internal static TimeZoneInfo GetTimeZone (string id, string name) in GetTimeZone() method in System.TimeZoneInfo.AndroidTimeZones
559 return GetTimeZone (id, id);
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/database/
H A Dlaunch_db_system_base.go97 GetTimeZone() *string methodSpec
295 func (m launchdbsystembase) GetTimeZone() *string { func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fgas/crt/
H A Dlocale_iface.h61 virtual FX_TIMEZONE GetTimeZone() const = 0;
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dptime.cxx251 theTime += PTime::GetTimeZone()*60; // convert to local time in p_mktime()
449 zone = GetTimeZone(); // includes daylight savings time in AsString()
625 theTime = PTimeParse(&strm, os_localtime(&now, &timeBuf), GetTimeZone(StandardTime)); in ReadFrom()

12345678910>>...38