Home
last modified time | relevance | path

Searched refs:EPOCH_FIELDS (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcaltest.h154 static int32_t EPOCH_FIELDS[];
Dcaltest.cpp1450 if (c->get((UCalendarDateFields)i, status) != EPOCH_FIELDS[i]) in TestEpochStartFields()
1451 … dataerrln(UnicodeString("Expected field ") + i + " to have value " + EPOCH_FIELDS[i] + in TestEpochStartFields()
1473 int32_t CalendarTest::EPOCH_FIELDS[] = { member in CalendarTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCompatibilityTest.java1003 if (c.get(i) != EPOCH_FIELDS[i]) in TestEpochStartFields()
1004 errln("Expected field " + i + " to have value " + EPOCH_FIELDS[i] + in TestEpochStartFields()
1016 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/
DCompatibilityTest.java1002 if (c.get(i) != EPOCH_FIELDS[i]) in TestEpochStartFields()
1003 errln("Expected field " + i + " to have value " + EPOCH_FIELDS[i] + in TestEpochStartFields()
1015 static int EPOCH_FIELDS[] = { 1, 1970, 0, 1, 1, 1, 1, 5, 1, 0, 0, 0, 0, 0, 0, -28800000, 0 }; field in CompatibilityTest