Home
last modified time | relevance | path

Searched refs:doLimitsTest (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcallimts.h76 …void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuratio…
81 void doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime);
Dcallimts.cpp189 doLimitsTest(*cal, TestCases[i].actualTestStart,TestCases[i].actualTestEnd); in TestLimits()
266 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) { in doLimitsTest() function in CalendarLimitTest
268 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime); in doLimitsTest()
272 CalendarLimitTest::doLimitsTest(Calendar& cal, in doLimitsTest() function in CalendarLimitTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTest.java223 public void doLimitsTest(Calendar cal, int[] fieldsToTest, in doLimitsTest() method in CalendarTest
343 public void doLimitsTest(Calendar cal, int[] fieldsToTest, Date startDate) { in doLimitsTest() method in CalendarTest
345 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
DIndianTest.java241 doLimitsTest(indian, null, cal.getTime()); in TestLimits()
DIslamicTest.java154 doLimitsTest(islamic, null, cal.getTime()); in TestLimits()
164 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
DCopticTest.java210 doLimitsTest(coptic, null, cal.getTime()); in TestLimits()
DEthiopicTest.java293 doLimitsTest(ethiopic, null, cal.getTime()); in TestLimits()
DJapaneseTest.java370 doLimitsTest(jcal, null, cal.getTime()); in TestLimits()
DDangiTest.java164 doLimitsTest(dangi, null, tempcal.getTime()); in TestLimits()
DHebrewTest.java395 doLimitsTest(hebrew, null, cal.getTime()); in TestLimits()
DIBMCalendarTest.java314 doLimitsTest(buddhist, null, cal.getTime()); in TestBuddhistLimits()
356 doLimitsTest(taiwan, null, cal.getTime()); in TestTaiwanLimits()
489 doLimitsTest(gregorian, null, cal.getTime()); in TestGregorianLimits()
DChineseTest.java186 doLimitsTest(chinese, null, tempcal.getTime()); in TestLimits()