Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
DJS_Define.h19 int JS_GetMonthFromTime(double dt);
DJS_Define.cpp187 int JS_GetMonthFromTime(double dt) { in JS_GetMonthFromTime() function
Dcjs_util.cpp160 int month = JS_GetMonthFromTime(date) + 1; // One-based. in printd()
Dcjs_publicmethods.cpp393 int nMonth = JS_GetMonthFromTime(dt) + 1; in ParseNormalDate()
475 int nMonth = JS_GetMonthFromTime(dt) + 1; in MakeRegularDate()
735 int nMonth = JS_GetMonthFromTime(dDate) + 1; in MakeFormatDate()