Lines Matching refs:testTimes
547 UDate testTimes[4]; in RunTimeRoundTripTests() local
622 testTimes[0] = t; in RunTimeRoundTripTests()
631 testTimes[0] = t + delta - 1; in RunTimeRoundTripTests()
633 testTimes[1] = t + delta; in RunTimeRoundTripTests()
637 testTimes[2] = t - 1; in RunTimeRoundTripTests()
641 testTimes[3] = t; in RunTimeRoundTripTests()
645 testTimes[0] = t - 1; in RunTimeRoundTripTests()
647 testTimes[1] = t; in RunTimeRoundTripTests()
667 sdf->format(testTimes[testidx], text, fpos); in RunTimeRoundTripTests()
672 + ", pattern=" + PATTERNS[patidx] + ", time=" + testTimes[testidx]); in RunTimeRoundTripTests()
677 int32_t timeDiff = (int32_t)(parsedDate - testTimes[testidx]); in RunTimeRoundTripTests()
683 …+ ", text=" + text + ", time=" + testTimes[testidx] + ", restime=" + parsedDate + ", diff=" + (par… in RunTimeRoundTripTests()
687 PATTERNS[patidx], testTimes[testidx])) { in RunTimeRoundTripTests()