Home
last modified time | relevance | path

Searched refs:testDates (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java4613 Date[] testDates = new Date[3]; in Test10632() local
4617 testDates[0] = cal.getTime(); in Test10632()
4621 testDates[1] = cal.getTime(); in Test10632()
4625 testDates[2] = cal.getTime(); in Test10632()
4642 for (int j = 0; j < testDates.length; j++) { in Test10632()
4643 String s0 = fmt0.format(testDates[j]); in Test10632()
4644 String s1 = fmt1.format(testDates[j]); in Test10632()
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1693 static const TestWeekendDatesList testDates[] = { variable
1739 const TestWeekendDatesList * testDatesPtr = testDates; in TestWeekend()
1751 for (count = sizeof(testDates)/sizeof(testDates[0]); count-- > 0; ++testDatesPtr) { in TestWeekend()