Lines Matching refs:seconds
268 int seconds = 0;
295 GetNumFromString(str, len, &index, &seconds);
303 GetNumFromString(str, indexGmt, &index, &seconds);
313 double time = MakeTime(hours, minutes, seconds, ms);
334 int seconds = 0;
359 GetNumFromString(str, len, &index, &seconds);
367 GetNumFromString(str, indexGmt, &index, &seconds);
377 double time = MakeTime(hours, minutes, seconds, ms);
398 int seconds = 0;
427 GetNumFromString(str, len, &index, &seconds);
429 GetNumFromString(str, len, &index, &seconds);
434 GetNumFromString(str, len, &index, &seconds);
436 GetNumFromString(str, len, &index, &seconds);
462 double time = MakeTime(hours, minutes, seconds, ms);
536 double seconds = 0.0;
588 seconds = res.GetNumber();
598 double time = MakeTime(hours, minutes, seconds, ms);