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_xmllocale.h29 FX_TIMEZONE GetTimeZone() const override;
Dcxfa_nodelocale.h32 FX_TIMEZONE GetTimeZone() const override;
Dcxfa_xmllocale.cpp101 FX_TIMEZONE CXFA_XMLLocale::GetTimeZone() const { in GetTimeZone()
Dcxfa_nodelocale.cpp94 FX_TIMEZONE CXFA_NodeLocale::GetTimeZone() const { in GetTimeZone()
/external/pdfium/core/fxcrt/
Difx_locale.h67 virtual FX_TIMEZONE GetTimeZone() const = 0;
Dcfx_datetime.h97 struct FX_TIMEZONE { struct
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp70 int32_t ParseTimeZone(const wchar_t* pStr, int32_t iLen, FX_TIMEZONE* tz) { in ParseTimeZone()
323 void ResolveZone(FX_TIMEZONE tzDiff, in ResolveZone()
328 FX_TIMEZONE tzLocale = pLocale->GetTimeZone(); in ResolveZone()
441 FX_TIMEZONE tzDiff; in ParseLocaleTime()
462 FX_TIMEZONE tzDiff; in ParseLocaleTime()
684 FX_TIMEZONE tz = pLocale->GetTimeZone(); in TimeFormat()
821 FX_TIMEZONE tzDiff; in FX_TimeFromCanonical()