Searched refs:testTimes (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzfmttst.cpp | 552 UDate testTimes[4]; in RunTimeRoundTripTests() local 633 testTimes[0] = t; in RunTimeRoundTripTests() 642 testTimes[0] = t + delta - 1; in RunTimeRoundTripTests() 644 testTimes[1] = t + delta; in RunTimeRoundTripTests() 648 testTimes[2] = t - 1; in RunTimeRoundTripTests() 652 testTimes[3] = t; in RunTimeRoundTripTests() 656 testTimes[0] = t - 1; in RunTimeRoundTripTests() 658 testTimes[1] = t; in RunTimeRoundTripTests() 678 sdf->format(testTimes[testidx], text, fpos); in RunTimeRoundTripTests() 683 + ", pattern=" + PATTERNS[patidx] + ", time=" + testTimes[testid in RunTimeRoundTripTests() [all...] |
H A D | tzrulets.cpp | 1107 UDate testTimes[] = { in TestGetSimpleRules() local 1113 int32_t numTimes = UPRV_LENGTHOF(testTimes); in TestGetSimpleRules() 1131 tz->getSimpleRulesNear(testTimes[i], initial, std, dst, status); in TestGetSimpleRules() 1181 tz->getOffset(testTimes[i], false, raw0, dst0, status); in TestGetSimpleRules() 1185 rbtz->getOffset(testTimes[i], false, raw1, dst1, status); in TestGetSimpleRules()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | TimeZoneFormatTest.java | 375 long[] testTimes = new long[4]; in TestTimeRoundTrip() 437 testTimes[0] = t; in TestTimeRoundTrip() 446 testTimes[0] = t + delta - 1; in TestTimeRoundTrip() 448 testTimes[1] = t + delta; in TestTimeRoundTrip() 452 testTimes[2] = t - 1; in TestTimeRoundTrip() 456 testTimes[3] = t; in TestTimeRoundTrip() 460 testTimes[0] = t - 1; in TestTimeRoundTrip() 462 testTimes[1] = t; in TestTimeRoundTrip() 470 String text = sdf.format(new Date(testTimes[testidx])); in TestTimeRoundTrip() 474 long timeDiff = restime - testTimes[testid in TestTimeRoundTrip() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | TimeZoneFormatTest.java | 378 long[] testTimes = new long[4]; in TestTimeRoundTrip() 440 testTimes[0] = t; in TestTimeRoundTrip() 449 testTimes[0] = t + delta - 1; in TestTimeRoundTrip() 451 testTimes[1] = t + delta; in TestTimeRoundTrip() 455 testTimes[2] = t - 1; in TestTimeRoundTrip() 459 testTimes[3] = t; in TestTimeRoundTrip() 463 testTimes[0] = t - 1; in TestTimeRoundTrip() 465 testTimes[1] = t; in TestTimeRoundTrip() 473 String text = sdf.format(new Date(testTimes[testidx])); in TestTimeRoundTrip() 477 long timeDiff = restime - testTimes[testid in TestTimeRoundTrip() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 580 long[] testTimes = new long[] { in TestVTimeZoneSimpleWrite() 592 for (int n = 0; n < testTimes.length; n++) { in TestVTimeZoneSimpleWrite() 593 long time = testTimes[n]; in TestVTimeZoneSimpleWrite() 708 long[] testTimes = new long[] { in TestGetSimpleRules() 716 for (int n = 0; n < testTimes.length; n++) { in TestGetSimpleRules() 717 long time = testTimes[n]; in TestGetSimpleRules()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 578 long[] testTimes = new long[] { in TestVTimeZoneSimpleWrite() 590 for (int n = 0; n < testTimes.length; n++) { in TestVTimeZoneSimpleWrite() 591 long time = testTimes[n]; in TestVTimeZoneSimpleWrite() 706 long[] testTimes = new long[] { in TestGetSimpleRules() 714 for (int n = 0; n < testTimes.length; n++) { in TestGetSimpleRules() 715 long time = testTimes[n]; in TestGetSimpleRules()
|
Completed in 11 milliseconds