Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.h200 int JS_GetDayFromTime(double dt);
DJS_Value.cpp523 return JS_GetDayFromTime( in GetDay()
775 int JS_GetDayFromTime(double dt) { in JS_GetDayFromTime() function
DPublicMethods.cpp421 int nDay = JS_GetDayFromTime(dt); in ParseNormalDate()
505 int nDay = JS_GetDayFromTime(dt); in MakeRegularDate()
776 int nDay = JS_GetDayFromTime(dDate); in MakeFormatDate()