Lines Matching refs:testTimes
407 UDate testTimes[4]; in run() local
510 testTimes[0] = t; in run()
519 testTimes[0] = t + delta - 1; in run()
521 testTimes[1] = t + delta; in run()
525 testTimes[2] = t - 1; in run()
529 testTimes[3] = t; in run()
533 testTimes[0] = t - 1; in run()
535 testTimes[1] = t; in run()
552 sdf->format(testTimes[testidx], text, fpos); in run()
557 … + ", pattern=" + PATTERNS[patidx] + ", time=" + testTimes[testidx]); in run()
562 int32_t timeDiff = (int32_t)(parsedDate - testTimes[testidx]); in run()
567 …+ ", text=" + text + ", time=" + testTimes[testidx] + ", restime=" + parsedDate + ", diff=" + (par… in run()
571 PATTERNS[patidx], testTimes[testidx])) { in run()