Home
last modified time | relevance | path

Searched refs:GetYear (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
Dutil.cpp199 swResult.Format(L"D:%04d%02d%02d%02d%02d%02d", jsDate.GetYear(pRuntime), in printd()
206 jsDate.GetYear(pRuntime), jsDate.GetMonth(pRuntime) + 1, in printd()
213 jsDate.GetYear(pRuntime), jsDate.GetMonth(pRuntime) + 1, in printd()
250 int iYear = jsDate.GetYear(pRuntime); in printd()
DJS_Value.cpp368 int CJS_Date::GetYear(CJS_Runtime* pRuntime) const { in GetYear() function in CJS_Date
390 MakeDate(GetYear(pRuntime), iMonth, GetDay(pRuntime), GetHours(pRuntime), in SetMonth()
403 MakeDate(GetYear(pRuntime), GetMonth(pRuntime), iDay, GetHours(pRuntime), in SetDay()
416 MakeDate(GetYear(pRuntime), GetMonth(pRuntime), GetDay(pRuntime), iHours, in SetHours()
428 m_pDate = pRuntime->NewDate(MakeDate(GetYear(pRuntime), GetMonth(pRuntime), in SetMinutes()
441 m_pDate = pRuntime->NewDate(MakeDate(GetYear(pRuntime), GetMonth(pRuntime), in SetSeconds()
DJS_Value.h163 int GetYear(CJS_Runtime* pRuntime) const;
/external/pdfium/xfa/fgas/localization/
Dfgas_datetime.h73 int32_t GetYear() const;
255 virtual int32_t GetYear() const;
Dfgas_datetime.cpp216 int32_t CFX_Unitime::GetYear() const { in GetYear() function in CFX_Unitime
391 int32_t CFX_DateTime::GetYear() const { in GetYear() function in CFX_DateTime
Dfgas_locale.cpp3710 int32_t year = datetime.GetYear(); in FX_DateFormat()
/external/pdfium/xfa/fxfa/app/
Dxfa_fftextedit.cpp526 pWidget->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay()); in LoadWidget()
625 ->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay()); in UpdateFWLData()
Dxfa_ffnotify.cpp268 wsDateTime.Format(L"%d%02d%02dT%02d%02d%02d", dataTime.GetYear(), in GetCurrentDateTime()
/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.cpp420 m_wsValue.Format(L"%04d-%02d-%02d", d.GetYear(), d.GetMonth(), d.GetDay()); in SetDate()
448 m_wsValue.Format(L"%04d-%02d-%02dT%02d:%02d:%02d", dt.GetYear(), in SetDateTime()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp1952 strIsoDate.Format("%4d-%02d-%02d", dt.GetYear(), dt.GetMonth(), dt.GetDay()); in Local2IsoDate()