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.h136 int JS_GetDayFromTime(double dt);
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp571 return JS_GetDayFromTime(JS_LocalTime(JS_ToNumber(m_pDate))); in GetDay()
DPublicMethods.cpp526 int nDay = JS_GetDayFromTime(dt); in ParseNormalDate()
617 int nDay = JS_GetDayFromTime(dt); in MakeRegularDate()
920 int nDay = JS_GetDayFromTime(dDate); in MakeFormatDate()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp941 int JS_GetDayFromTime(double dt) in JS_GetDayFromTime() function