Searched refs:testTimes (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp407 UDate testTimes[4]; local
510 testTimes[0] = t;
519 testTimes[0] = t + delta - 1;
521 testTimes[1] = t + delta;
525 testTimes[2] = t - 1;
529 testTimes[3] = t;
533 testTimes[0] = t - 1;
535 testTimes[1] = t;
552 sdf->format(testTimes[testidx], text, fpos);
557 + ", pattern=" + PATTERNS[patidx] + ", time=" + testTimes[testid
[all...]
H A Dtzrulets.cpp1108 UDate testTimes[] = { local
1114 int32_t numTimes = sizeof(testTimes)/sizeof(UDate);
1132 tz->getSimpleRulesNear(testTimes[i], initial, std, dst, status);
1182 tz->getOffset(testTimes[i], FALSE, raw0, dst0, status);
1186 rbtz->getOffset(testTimes[i], FALSE, raw1, dst1, status);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java359 long[] testTimes = new long[4];
419 testTimes[0] = t;
428 testTimes[0] = t + delta - 1;
430 testTimes[1] = t + delta;
434 testTimes[2] = t - 1;
438 testTimes[3] = t;
442 testTimes[0] = t - 1;
444 testTimes[1] = t;
452 String text = sdf.format(new Date(testTimes[testidx]));
456 long timeDiff = restime - testTimes[testid
[all...]
/external/guava/guava-gwt/test/com/google/common/primitives/
H A DUnsignedLongTest_gwt.java81 public void testTimes() throws Exception { method in class:UnsignedLongTest_gwt
83 testCase.testTimes();
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
H A DUnsignedLongTest.java163 public void testTimes() { method in class:UnsignedLongTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java566 long[] testTimes = new long[] {
578 for (int n = 0; n < testTimes.length; n++) {
579 long time = testTimes[n];
692 long[] testTimes = new long[] {
700 for (int n = 0; n < testTimes.length; n++) {
701 long time = testTimes[n];
/external/guava/guava-tests/test/com/google/common/primitives/
H A DUnsignedIntegerTest.java172 public void testTimes() { method in class:UnsignedIntegerTest
H A DUnsignedLongTest.java177 public void testTimes() { method in class:UnsignedLongTest

Completed in 132 milliseconds