Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_timezoneprovider.h17 FX_TIMEZONE GetTimeZone() const { return m_tz; } in GetTimeZone()
20 FX_TIMEZONE m_tz;
Dcxfa_nodelocale.h33 FX_TIMEZONE GetTimeZone() const override;
Dcxfa_xmllocale.h37 FX_TIMEZONE GetTimeZone() const override;
Dcxfa_nodelocale.cpp93 FX_TIMEZONE CXFA_NodeLocale::GetTimeZone() const { in GetTimeZone()
Dcxfa_xmllocale.cpp116 FX_TIMEZONE CXFA_XMLLocale::GetTimeZone() const { in GetTimeZone()
/external/pdfium/xfa/fgas/crt/
Dlocale_iface.h61 virtual FX_TIMEZONE GetTimeZone() const = 0;
Dcfgas_stringformatter.cpp82 size_t ParseTimeZone(pdfium::span<const wchar_t> spStr, FX_TIMEZONE* tz) { in ParseTimeZone()
334 void ResolveZone(FX_TIMEZONE tzDiff, in ResolveZone()
339 FX_TIMEZONE tzLocale = pLocale->GetTimeZone(); in ResolveZone()
448 FX_TIMEZONE tzDiff; in ParseLocaleTime()
469 FX_TIMEZONE tzDiff; in ParseLocaleTime()
683 FX_TIMEZONE tz = pLocale->GetTimeZone(); in TimeFormat()
811 FX_TIMEZONE tzDiff; in FX_TimeFromCanonical()
/external/pdfium/core/fxcrt/
Dcfx_datetime.h94 struct FX_TIMEZONE { struct