Lines Matching refs:testTimes
545 UDate testTimes[4]; in RunTimeRoundTripTests() local
620 testTimes[0] = t; in RunTimeRoundTripTests()
629 testTimes[0] = t + delta - 1; in RunTimeRoundTripTests()
631 testTimes[1] = t + delta; in RunTimeRoundTripTests()
635 testTimes[2] = t - 1; in RunTimeRoundTripTests()
639 testTimes[3] = t; in RunTimeRoundTripTests()
643 testTimes[0] = t - 1; in RunTimeRoundTripTests()
645 testTimes[1] = t; in RunTimeRoundTripTests()
665 sdf->format(testTimes[testidx], text, fpos); in RunTimeRoundTripTests()
670 + ", pattern=" + PATTERNS[patidx] + ", time=" + testTimes[testidx]); in RunTimeRoundTripTests()
675 int32_t timeDiff = (int32_t)(parsedDate - testTimes[testidx]); in RunTimeRoundTripTests()
681 …+ ", text=" + text + ", time=" + testTimes[testidx] + ", restime=" + parsedDate + ", diff=" + (par… in RunTimeRoundTripTests()
685 PATTERNS[patidx], testTimes[testidx])) { in RunTimeRoundTripTests()