Searched defs:GetMonth (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/localization/
H A Dfgas_datetime.cpp222 uint8_t CFX_Unitime::GetMonth() const { function in class:CFX_Unitime
394 uint8_t CFX_DateTime::GetMonth() const {
/external/pdfium/fpdfsdk/javascript/
H A DJS_Value.cpp377 MakeDate(iYear, GetMonth(pRuntime), GetDay(pRuntime), GetHours(pRuntime),
381 int CJS_Date::GetMonth(CJS_Runtime* pRuntime) const { function in class:CJS_Date
403 MakeDate(GetYear(pRuntime), GetMonth(pRuntime), iDay, GetHours(pRuntime),
416 MakeDate(GetYear(pRuntime), GetMonth(pRuntime), GetDay(pRuntime), iHours,
428 m_pDate = pRuntime->NewDate(MakeDate(GetYear(pRuntime), GetMonth(pRuntime),
441 m_pDate = pRuntime->NewDate(MakeDate(GetYear(pRuntime), GetMonth(pRuntime),

Completed in 150 milliseconds