Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dcallimts.h79 …void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuratio…
84 void doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime);
Dcallimts.cpp224 doLimitsTest(*(cal.getAlias()), testCase.actualTestStart, testCase.actualTestEnd); in TestLimitsThread()
302 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) { in doLimitsTest() function in CalendarLimitTest
304 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime); in doLimitsTest()
308 CalendarLimitTest::doLimitsTest(Calendar& cal, in doLimitsTest() function in CalendarLimitTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarTestFmwk.java228 protected void doLimitsTest(Calendar cal, int[] fieldsToTest, in doLimitsTest() method in CalendarTestFmwk
348 protected void doLimitsTest(Calendar cal, int[] fieldsToTest, Date startDate) { in doLimitsTest() method in CalendarTestFmwk
350 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
DIndianTest.java252 doLimitsTest(indian, null, cal.getTime()); in TestLimits()
DIslamicTest.java165 doLimitsTest(islamic, null, cal.getTime()); in TestLimits()
175 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
DEthiopicTest.java305 doLimitsTest(ethiopic, null, cal.getTime()); in TestLimits()
DCopticTest.java221 doLimitsTest(coptic, null, cal.getTime()); in TestLimits()
DDangiTest.java172 doLimitsTest(dangi, null, tempcal.getTime()); in TestLimits()
DHebrewTest.java410 doLimitsTest(hebrew, null, cal.getTime()); in TestLimits()
DJapaneseTest.java382 doLimitsTest(jcal, null, cal.getTime()); in TestLimits()
DIBMCalendarTest.java325 doLimitsTest(buddhist, null, cal.getTime()); in TestBuddhistLimits()
370 doLimitsTest(taiwan, null, cal.getTime()); in TestTaiwanLimits()
506 doLimitsTest(gregorian, null, cal.getTime()); in TestGregorianLimits()
DChineseTest.java194 doLimitsTest(chinese, null, tempcal.getTime()); in TestLimits()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarTestFmwk.java225 protected void doLimitsTest(Calendar cal, int[] fieldsToTest, in doLimitsTest() method in CalendarTestFmwk
345 protected void doLimitsTest(Calendar cal, int[] fieldsToTest, Date startDate) { in doLimitsTest() method in CalendarTestFmwk
347 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
DIndianTest.java249 doLimitsTest(indian, null, cal.getTime()); in TestLimits()
DIslamicTest.java162 doLimitsTest(islamic, null, cal.getTime()); in TestLimits()
172 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
DEthiopicTest.java302 doLimitsTest(ethiopic, null, cal.getTime()); in TestLimits()
DCopticTest.java218 doLimitsTest(coptic, null, cal.getTime()); in TestLimits()
DHebrewTest.java407 doLimitsTest(hebrew, null, cal.getTime()); in TestLimits()
DJapaneseTest.java379 doLimitsTest(jcal, null, cal.getTime()); in TestLimits()
DDangiTest.java169 doLimitsTest(dangi, null, tempcal.getTime()); in TestLimits()
DIBMCalendarTest.java322 doLimitsTest(buddhist, null, cal.getTime()); in TestBuddhistLimits()
367 doLimitsTest(taiwan, null, cal.getTime()); in TestTaiwanLimits()
503 doLimitsTest(gregorian, null, cal.getTime()); in TestGregorianLimits()
DChineseTest.java191 doLimitsTest(chinese, null, tempcal.getTime()); in TestLimits()