Searched refs:GetYear (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | util.cpp | 199 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()
|
D | JS_Value.cpp | 368 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()
|
D | JS_Value.h | 163 int GetYear(CJS_Runtime* pRuntime) const;
|
/external/pdfium/xfa/fgas/localization/ |
D | fgas_datetime.h | 73 int32_t GetYear() const; 255 virtual int32_t GetYear() const;
|
D | fgas_datetime.cpp | 216 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
|
D | fgas_locale.cpp | 3710 int32_t year = datetime.GetYear(); in FX_DateFormat()
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_fftextedit.cpp | 526 pWidget->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay()); in LoadWidget() 625 ->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay()); in UpdateFWLData()
|
D | xfa_ffnotify.cpp | 268 wsDateTime.Format(L"%d%02d%02dT%02d%02d%02d", dataTime.GetYear(), in GetCurrentDateTime()
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_localevalue.cpp | 420 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/ |
D | xfa_fm2jscontext.cpp | 1952 strIsoDate.Format("%4d-%02d-%02d", dt.GetYear(), dt.GetMonth(), dt.GetDay()); in Local2IsoDate()
|