Home | History | Annotate | Download | only in javascript

Lines Matching refs:nSec

424   int nSec = JS_GetSecFromTime(dt);
491 swTemp.Format(L"%d/%d/%d %d:%d:%d", nMonth, nDay, nYear, nHour, nMin, nSec);
508 int nSec = JS_GetSecFromTime(dt);
578 nSec = ParseStringInteger(value, j, nSkip, 2);
621 nSec = ParseStringInteger(value, j, nSkip, 2);
745 if (nSec < 0 || nSec > 60)
754 JS_MakeTime(nHour, nMin, nSec, 0));
779 int nSec = JS_GetSecFromTime(dDate);
816 sPart.Format(L"%d", nSec);
844 sPart.Format(L"%02d", nSec);
1349 int nSec;
1403 nSec = (int)ParseStringToNumber(wsArray[5].c_str());
1407 JS_MakeTime(nHour, nMin, nSec, 0));