Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.h199 int JS_GetMonthFromTime(double dt);
DJS_Value.cpp509 return JS_GetMonthFromTime( in GetMonth()
771 int JS_GetMonthFromTime(double dt) { in JS_GetMonthFromTime() function
DPublicMethods.cpp420 int nMonth = JS_GetMonthFromTime(dt) + 1; in ParseNormalDate()
504 int nMonth = JS_GetMonthFromTime(dt) + 1; in MakeRegularDate()
775 int nMonth = JS_GetMonthFromTime(dDate) + 1; in MakeFormatDate()