Home | History | Annotate | Download | only in javascript

Lines Matching refs:nSec

277   int nSec = JS_GetSecFromTime(dt);
344 swTemp.Format(L"%d/%d/%d %d:%d:%d", nMonth, nDay, nYear, nHour, nMin, nSec);
361 int nSec = JS_GetSecFromTime(dt);
431 nSec = ParseStringInteger(value, j, nSkip, 2);
474 nSec = ParseStringInteger(value, j, nSkip, 2);
598 if (nSec < 0 || nSec > 60)
606 JS_MakeTime(nHour, nMin, nSec, 0));
629 int nSec = JS_GetSecFromTime(dDate);
666 sPart.Format(L"%d", nSec);
694 sPart.Format(L"%02d", nSec);
1187 int nSec = FX_atof(wsArray[5].AsStringC());
1190 JS_MakeTime(nHour, nMin, nSec, 0));