Home
last modified time | relevance | path

Searched refs:iMonth (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
Dutil.cpp298 int iYear,iMonth,iDay,iHour,iMin,iSec; in printd() local
300 iMonth = jsDate.GetMonth(); in printd()
308 time.tm_mon = iMonth; in printd()
323 { L"m", iMonth+1 }, in printd()
394 int iYear,iMonth,iDay,iHour,iMin,iSec; in printd() local
396 iMonth = jsDate.GetMonth(); in printd()
404 time.tm_mon = iMonth; in printd()
419 { L"m", iMonth+1 }, in printd()
DJS_Value.cpp579 void CJS_Date::SetMonth(int iMonth) in SetMonth() argument
582 double date = MakeDate(GetYear(),iMonth,GetDay(),GetHours(),GetMinutes(),GetSeconds(),0); in SetMonth()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Value.h161 void SetMonth(int iMonth);