Searched refs:EPOCH_FIELDS (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | caltest.h | 154 static int32_t EPOCH_FIELDS[];
|
D | caltest.cpp | 1471 if (c->get((UCalendarDateFields)i, status) != EPOCH_FIELDS[i]) in TestEpochStartFields() 1472 … dataerrln(UnicodeString("Expected field ") + i + " to have value " + EPOCH_FIELDS[i] + in TestEpochStartFields() 1494 int32_t CalendarTest::EPOCH_FIELDS[] = { member in CalendarTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 1009 if (c.get(i) != EPOCH_FIELDS[i]) in TestEpochStartFields() 1010 errln("Expected field " + i + " to have value " + EPOCH_FIELDS[i] + in TestEpochStartFields() 1022 static int EPOCH_FIELDS[] = { 1, 1970, 0, 1, 1, 1, 1, 5, 1, 0, 0, 0, 0, 0, 0, -28800000, 0 }; field in CompatibilityTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 1006 if (c.get(i) != EPOCH_FIELDS[i]) in TestEpochStartFields() 1007 errln("Expected field " + i + " to have value " + EPOCH_FIELDS[i] + in TestEpochStartFields() 1019 static int EPOCH_FIELDS[] = { 1, 1970, 0, 1, 1, 1, 1, 5, 1, 0, 0, 0, 0, 0, 0, -28800000, 0 }; field in CompatibilityTest
|