Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodelocale.cpp93 FX_TIMEZONE CXFA_NodeLocale::GetTimeZone() const { in GetTimeZone() function in CXFA_NodeLocale
94 return CXFA_TimeZoneProvider().GetTimeZone(); in GetTimeZone()
Dcxfa_timezoneprovider.h17 FX_TIMEZONE GetTimeZone() const { return m_tz; } in GetTimeZone() function
Dcxfa_xmllocale.cpp116 FX_TIMEZONE CXFA_XMLLocale::GetTimeZone() const { in GetTimeZone() function in CXFA_XMLLocale
117 return CXFA_TimeZoneProvider().GetTimeZone(); in GetTimeZone()
Dcxfa_nodelocale.h33 FX_TIMEZONE GetTimeZone() const override;
Dcxfa_xmllocale.h37 FX_TIMEZONE GetTimeZone() const override;
/external/pdfium/xfa/fgas/crt/
Dlocale_iface.h61 virtual FX_TIMEZONE GetTimeZone() const = 0;
Dcfgas_stringformatter.cpp339 FX_TIMEZONE tzLocale = pLocale->GetTimeZone(); in ResolveZone()
683 FX_TIMEZONE tz = pLocale->GetTimeZone(); in TimeFormat()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1984 mins -= (pMgr->GetDefLocale()->GetTimeZone().tzHour * 60); in IsoTime2Num()
2391 mins -= (CXFA_TimeZoneProvider().GetTimeZone().tzHour * 60); in Time2Num()