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.java226 protected void doLimitsTest(Calendar cal, int[] fieldsToTest, in doLimitsTest() method in CalendarTestFmwk
346 protected void doLimitsTest(Calendar cal, int[] fieldsToTest, Date startDate) { in doLimitsTest() method in CalendarTestFmwk
348 doLimitsTest(cal, fieldsToTest, startDate, testTime); in doLimitsTest()
DIndianTest.java247 doLimitsTest(indian, null, cal.getTime()); in TestLimits()
DIslamicTest.java160 doLimitsTest(islamic, null, cal.getTime()); in TestLimits()
170 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
DCopticTest.java216 doLimitsTest(coptic, null, cal.getTime()); in TestLimits()
DEthiopicTest.java300 doLimitsTest(ethiopic, null, cal.getTime()); in TestLimits()
DDangiTest.java167 doLimitsTest(dangi, null, tempcal.getTime()); in TestLimits()
DJapaneseTest.java377 doLimitsTest(jcal, null, cal.getTime()); in TestLimits()
DHebrewTest.java405 doLimitsTest(hebrew, null, cal.getTime()); in TestLimits()
DIBMCalendarTest.java320 doLimitsTest(buddhist, null, cal.getTime()); in TestBuddhistLimits()
365 doLimitsTest(taiwan, null, cal.getTime()); in TestTaiwanLimits()
501 doLimitsTest(gregorian, null, cal.getTime()); in TestGregorianLimits()
DChineseTest.java189 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.java246 doLimitsTest(indian, null, cal.getTime()); in TestLimits()
DIslamicTest.java159 doLimitsTest(islamic, null, cal.getTime()); in TestLimits()
169 doLimitsTest(islamic2, null, cal.getTime(), testTime); in TestLimits()
DCopticTest.java215 doLimitsTest(coptic, null, cal.getTime()); in TestLimits()
DEthiopicTest.java299 doLimitsTest(ethiopic, null, cal.getTime()); in TestLimits()
DDangiTest.java166 doLimitsTest(dangi, null, tempcal.getTime()); in TestLimits()
DJapaneseTest.java376 doLimitsTest(jcal, null, cal.getTime()); in TestLimits()
DHebrewTest.java404 doLimitsTest(hebrew, null, cal.getTime()); in TestLimits()
DIBMCalendarTest.java319 doLimitsTest(buddhist, null, cal.getTime()); in TestBuddhistLimits()
364 doLimitsTest(taiwan, null, cal.getTime()); in TestTaiwanLimits()
500 doLimitsTest(gregorian, null, cal.getTime()); in TestGregorianLimits()
DChineseTest.java188 doLimitsTest(chinese, null, tempcal.getTime()); in TestLimits()