Searched refs:JS_PortIsNan (Results 1 – 5 of 5) sorted by relevance
899 if (JS_PortIsNan(dRet)) in MakeRegularDate()905 if (JS_PortIsNan(dRet)) in MakeRegularDate()1564 if (JS_PortIsNan(dDate)) in AFDate_FormatEx()1629 if (JS_PortIsNan(dRet)) in MakeInterDate()1662 if (bWrongFormat || JS_PortIsNan(dRet)) in AFDate_KeystrokeEx()2069 if (JS_PortIsNan(dDate)) in AFParseDateEx()
530 return !JS_PortIsNan(JS_ToNumber(m_pDate)); in IsValidDate()
597 if (!JS_PortIsNan(dDate)) in scand()
144 bool JS_PortIsNan(double d);
1033 bool JS_PortIsNan(double d) in JS_PortIsNan() function