Searched refs:doLimitsTest (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
H A Dcallimts.h76 void doLimitsTest(Calendar& cal, const int32_t* fieldsToTest, UDate startDate, int32_t testDuration);
79 * doLimitsTest with default test duration and fields
81 void doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime);
H A Dcallimts.cpp188 doLimitsTest(*cal, TestCases[i].actualTestStart,TestCases[i].actualTestEnd);
265 CalendarLimitTest::doLimitsTest(Calendar& cal, UDate startDate, int32_t endTime) { function in class:CalendarLimitTest
267 doLimitsTest(cal, NULL /*default fields*/, startDate, testTime);
271 CalendarLimitTest::doLimitsTest(Calendar& cal, function in class:CalendarLimitTest

Completed in 50 milliseconds