Searched refs:EPOCH_FIELDS (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | caltest.h | 152 static int32_t EPOCH_FIELDS[];
|
D | caltest.cpp | 1441 if (c->get((UCalendarDateFields)i, status) != EPOCH_FIELDS[i]) in TestEpochStartFields() 1442 … dataerrln(UnicodeString("Expected field ") + i + " to have value " + EPOCH_FIELDS[i] + in TestEpochStartFields() 1464 int32_t CalendarTest::EPOCH_FIELDS[] = { member in CalendarTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 985 if (c.get(i) != EPOCH_FIELDS[i]) in TestEpochStartFields() 986 errln("Expected field " + i + " to have value " + EPOCH_FIELDS[i] + in TestEpochStartFields() 998 static int EPOCH_FIELDS[] = { 1, 1970, 0, 1, 1, 1, 1, 5, 1, 0, 0, 0, 0, 0, 0, -28800000, 0 }; field in CompatibilityTest
|