Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dutil.cpp200 jsDate.GetMonth(pRuntime) + 1, jsDate.GetDay(pRuntime), in printd()
207 jsDate.GetDay(pRuntime), jsDate.GetHours(pRuntime), in printd()
214 jsDate.GetDay(pRuntime), jsDate.GetHours(pRuntime), in printd()
252 int iDay = jsDate.GetDay(pRuntime); in printd()
DJS_Value.cpp377 MakeDate(iYear, GetMonth(pRuntime), GetDay(pRuntime), GetHours(pRuntime), in SetYear()
390 MakeDate(GetYear(pRuntime), iMonth, GetDay(pRuntime), GetHours(pRuntime), in SetMonth()
394 int CJS_Date::GetDay(CJS_Runtime* pRuntime) const { in GetDay() function in CJS_Date
416 MakeDate(GetYear(pRuntime), GetMonth(pRuntime), GetDay(pRuntime), iHours, in SetHours()
429 GetDay(pRuntime), GetHours(pRuntime), in SetMinutes()
442 GetDay(pRuntime), GetHours(pRuntime), in SetSeconds()
DJS_Value.h169 int GetDay(CJS_Runtime* pRuntime) const;
/external/pdfium/xfa/fgas/localization/
Dfgas_datetime.h75 uint8_t GetDay() const;
257 virtual uint8_t GetDay() const;
Dfgas_datetime.cpp228 uint8_t CFX_Unitime::GetDay() const { in GetDay() function in CFX_Unitime
397 uint8_t CFX_DateTime::GetDay() const { in GetDay() function in CFX_DateTime
Dfgas_locale.cpp3712 uint8_t day = datetime.GetDay(); 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.cpp269 dataTime.GetMonth(), dataTime.GetDay(), dataTime.GetHour(), 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()
449 dt.GetMonth(), dt.GetDay(), dt.GetHour(), dt.GetMinute(), in SetDateTime()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp1952 strIsoDate.Format("%4d-%02d-%02d", dt.GetYear(), dt.GetMonth(), dt.GetDay()); in Local2IsoDate()