Home
last modified time | relevance | path

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

/external/v8/src/
Dintl.cc358 GetTimeZone()->getDisplayName(is_dst, icu::TimeZone::LONG, result); in LocalTimezone()
368 icu::TimeZone* ICUTimezoneCache::GetTimeZone() { in GetTimeZone() function in v8::internal::ICUTimezoneCache
389 GetTimeZone()->getOffset(time_ms, false, *raw_offset, *dst_offset, status); in GetOffsets()
391 static_cast<const icu::BasicTimeZone*>(GetTimeZone()) in GetOffsets()
Dintl.h68 icu::TimeZone* GetTimeZone();
/external/pdfium/xfa/fxfa/parser/
Dcxfa_xmllocale.cpp101 FX_TIMEZONE CXFA_XMLLocale::GetTimeZone() const { in GetTimeZone() function in CXFA_XMLLocale
102 return CXFA_TimeZoneProvider().GetTimeZone(); in GetTimeZone()
Dcxfa_nodelocale.cpp94 FX_TIMEZONE CXFA_NodeLocale::GetTimeZone() const { in GetTimeZone() function in CXFA_NodeLocale
95 return CXFA_TimeZoneProvider().GetTimeZone(); in GetTimeZone()
Dcxfa_timezoneprovider.h17 FX_TIMEZONE GetTimeZone() const { return m_tz; } in GetTimeZone() function
Dcxfa_xmllocale.h29 FX_TIMEZONE GetTimeZone() const override;
Dcxfa_nodelocale.h32 FX_TIMEZONE GetTimeZone() const override;
/external/pdfium/core/fxcrt/
Difx_locale.h67 virtual FX_TIMEZONE GetTimeZone() const = 0;
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp328 FX_TIMEZONE tzLocale = pLocale->GetTimeZone(); in ResolveZone()
684 FX_TIMEZONE tz = pLocale->GetTimeZone(); in TimeFormat()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1261 mins -= (pMgr->GetDefLocale()->GetTimeZone().tzHour * 60); in IsoTime2Num()
1673 mins -= (CXFA_TimeZoneProvider().GetTimeZone().tzHour * 60); in Time2Num()