Searched refs:nMonth (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp525 int nMonth = JS_GetMonthFromTime(dt) + 1; local
559 nMonth = number[0];
565 nMonth = number[1];
579 nMonth = number[1];
584 nMonth = number[0];
591 nMonth = number[1];
604 swTemp.Format((FX_LPCWSTR)L"%d/%d/%d %d:%d:%d",nMonth,nDay,nYear,nHour,nMin,nSec);
616 int nMonth = JS_GetMonthFromTime(dt) + 1; local
668 nMonth = ParseStringInteger(value, j, nSkip, 2);
714 nMonth
919 int nMonth = JS_GetMonthFromTime(dDate) + 1; local
1583 int nMonth; local
[all...]
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp995 double JS_MakeDay(int nYear, int nMonth, int nDate) argument
997 if (!_isfinite(nYear) || !_isfinite(nMonth) ||!_isfinite(nDate))
1000 double m = _toInteger(nMonth);
/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h141 double JS_MakeDay(int nYear, int nMonth, int nDay);

Completed in 88 milliseconds