Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h128 int JS_GetDayFromTime(double dt);
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp590 return JS_GetDayFromTime(JS_LocalTime(JS_ToNumber(m_isolate, m_pDate))); in GetDay()
DPublicMethods.cpp515 int nDay = JS_GetDayFromTime(dt); in ParseNormalDate()
606 int nDay = JS_GetDayFromTime(dt); in MakeRegularDate()
910 int nDay = JS_GetDayFromTime(dDate); in MakeFormatDate()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp967 int JS_GetDayFromTime(double dt) in JS_GetDayFromTime() function