Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp607 if (JS_PortIsNan(dRet)) in MakeRegularDate()
611 if (JS_PortIsNan(dRet)) in MakeRegularDate()
1129 if (JS_PortIsNan(dDate)) { in AFDate_FormatEx()
1191 if (JS_PortIsNan(dRet)) in MakeInterDate()
1220 if (bWrongFormat || JS_PortIsNan(dRet)) { in AFDate_KeystrokeEx()
1570 if (JS_PortIsNan(dDate)) { in AFParseDateEx()
DJS_Value.h200 bool JS_PortIsNan(double d);
DJS_Value.cpp361 return !m_pDate.IsEmpty() && !JS_PortIsNan(pRuntime->ToDouble(m_pDate)); in IsValidDate()
733 bool JS_PortIsNan(double d) { in JS_PortIsNan() function
Dutil.cpp435 if (!JS_PortIsNan(dDate)) { in scand()