Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_localemgr.h56 virtual void SetTimeZone(FX_TIMEZONE& tz) = 0;
58 virtual void GetTimeZone(FX_TIMEZONE& tz) = 0;
64 virtual void SetTimeZone(FX_TIMEZONE& tz);
65 virtual void GetTimeZone(FX_TIMEZONE& tz);
68 FX_TIMEZONE m_tz;
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_locale.h26 virtual void GetTimeZone(FX_TIMEZONE& tz) const;
66 virtual void GetTimeZone(FX_TIMEZONE& tz) const;
Dxfa_localemgr.cpp1300 void CXFA_TimeZoneProvider::SetTimeZone(FX_TIMEZONE& tz) { in SetTimeZone()
1303 void CXFA_TimeZoneProvider::GetTimeZone(FX_TIMEZONE& tz) { in GetTimeZone()
Dxfa_locale.cpp108 void CXFA_XMLLocale::GetTimeZone(FX_TIMEZONE& tz) const { in GetTimeZone()
279 void CXFA_NodeLocale::GetTimeZone(FX_TIMEZONE& tz) const { in GetTimeZone()
/external/pdfium/xfa/src/fgas/include/
Dfx_datetime.h179 } FX_TIMEZONE, *FX_LPTIMEZONE; typedef
180 typedef FX_TIMEZONE const* FX_LPCTIMEZONE;
229 FX_TIMEZONE tz;
Dfx_locale.h73 virtual void GetTimeZone(FX_TIMEZONE& tz) const = 0;
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localeimp.h28 virtual void GetTimeZone(FX_TIMEZONE& tz) const;
Dfx_locale.cpp183 FX_TIMEZONE& tz) { in FX_ParseTimeZone()
206 void CFX_Locale::GetTimeZone(FX_TIMEZONE& tz) const { in GetTimeZone()
2594 FX_TIMEZONE tzDiff, in FX_ResolveZone()
2597 FX_TIMEZONE tzLocale; in FX_ResolveZone()
2761 FX_TIMEZONE tzDiff; in FX_ParseLocaleTime()
2791 FX_TIMEZONE tzDiff; in FX_ParseLocaleTime()
4006 FX_TIMEZONE tzDiff; in FX_TimeFromCanonical()
4288 FX_TIMEZONE tz; in FX_TimeFormat()
4301 FX_TIMEZONE tz; in FX_TimeFormat()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp1091 FX_TIMEZONE tzLocale; in IsoTime2Num()
1582 FX_TIMEZONE tz; in Time2Num()