Home
last modified time | relevance | path

Searched refs:testidx (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
Dtzfmttst.cpp401 for (int32_t testidx = 0; testidx < testLen; testidx++) { in TestTimeRoundTrip() local
404 if (!expectedRoundTrip[testidx]) { in TestTimeRoundTrip()
412 sdf->format(testTimes[testidx], text, fpos); in TestTimeRoundTrip()
420 if (parsedDate != testTimes[testidx]) { in TestTimeRoundTrip()
426 + ", time=" + testTimes[testidx] in TestTimeRoundTrip()
428 + ", diff=" + (parsedDate - testTimes[testidx]); in TestTimeRoundTrip()
429 if (expectedRoundTrip[testidx]) { in TestTimeRoundTrip()
/external/icu4c/test/intltest/
Dtzfmttst.cpp381 for (int32_t testidx = 0; testidx < testLen; testidx++) { in run() local
384 if (!expectedRoundTrip[testidx]) { in run()
393 sdf->format(testTimes[testidx], text, fpos); in run()
398 … + ", pattern=" + PATTERNS[patidx] + ", time=" + testTimes[testidx]); in run()
402 if (parsedDate != testTimes[testidx]) { in run()
404 …t=" + text + ", time=" + testTimes[testidx] + ", restime=" + parsedDate + ", diff=" + (parsedDate … in run()
405 if (expectedRoundTrip[testidx]) { in run()