Lines Matching full:testtimes
371 UDate testTimes[4];
469 testTimes[0] = t;
478 testTimes[0] = t + delta - 1;
480 testTimes[1] = t + delta;
484 testTimes[2] = t - 1;
488 testTimes[3] = t;
492 testTimes[0] = t - 1;
494 testTimes[1] = t;
511 sdf->format(testTimes[testidx], text, fpos);
516 + ", pattern=" + PATTERNS[patidx] + ", time=" + testTimes[testidx]);
521 int32_t timeDiff = (int32_t)(parsedDate - testTimes[testidx]);
526 + ", text=" + text + ", time=" + testTimes[testidx] + ", restime=" + parsedDate + ", diff=" + (parsedDate - testTimes[testidx]);