HomeSort by relevance Sort by last modified time
    Searched refs:GetTimeZone (Results 1 - 9 of 9) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_timezoneprovider.h 17 FX_TIMEZONE GetTimeZone() const { return m_tz; }
cxfa_xmllocale.h 29 FX_TIMEZONE GetTimeZone() const override;
cxfa_nodelocale.h 32 FX_TIMEZONE GetTimeZone() const override;
cxfa_nodelocale.cpp 94 FX_TIMEZONE CXFA_NodeLocale::GetTimeZone() const {
95 return CXFA_TimeZoneProvider().GetTimeZone();
cxfa_xmllocale.cpp 101 FX_TIMEZONE CXFA_XMLLocale::GetTimeZone() const {
102 return CXFA_TimeZoneProvider().GetTimeZone();
  /external/pdfium/core/fxcrt/
ifx_locale.h 67 virtual FX_TIMEZONE GetTimeZone() const = 0;
  /external/v8/src/
intl.h 68 icu::TimeZone* GetTimeZone();
intl.cc 358 GetTimeZone()->getDisplayName(is_dst, icu::TimeZone::LONG, result);
368 icu::TimeZone* ICUTimezoneCache::GetTimeZone() {
389 GetTimeZone()->getOffset(time_ms, false, *raw_offset, *dst_offset, status);
391 static_cast<const icu::BasicTimeZone*>(GetTimeZone())
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 328 FX_TIMEZONE tzLocale = pLocale->GetTimeZone();
684 FX_TIMEZONE tz = pLocale->GetTimeZone();
    [all...]

Completed in 547 milliseconds