HomeSort by relevance Sort by last modified time
    Searched refs:JS_GetMonthFromTime (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fxjs/
JS_Define.h 19 int JS_GetMonthFromTime(double dt);
JS_Define.cpp 187 int JS_GetMonthFromTime(double dt) {
cjs_util.cpp 160 int month = JS_GetMonthFromTime(date) + 1; // One-based.
cjs_publicmethods.cpp 393 int nMonth = JS_GetMonthFromTime(dt) + 1;
475 int nMonth = JS_GetMonthFromTime(dt) + 1;
735 int nMonth = JS_GetMonthFromTime(dDate) + 1;
    [all...]

Completed in 221 milliseconds