Searched refs:CalendarTest (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/test/intltest/
H A Dcalcasts.h6 * Calendar Case Test is a type of CalendarTest which compares the
22 class CalendarCaseTest: public CalendarTest {
H A Dcaltest.cpp25 // class CalendarTest
28 UnicodeString CalendarTest::calToStr(const Calendar & cal)
54 void CalendarTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
253 UnicodeString CalendarTest::fieldName(UCalendarDateFields f) {
288 CalendarTest::TestGenericAPI()
539 CalendarTest::TestRog()
567 CalendarTest::TestDOW943()
573 void CalendarTest::dowTest(UBool lenient)
605 CalendarTest::TestClonesUnique908()
628 CalendarTest
[all...]
H A Ditformat.cpp90 TESTCLASS(2,CalendarTest);
H A Dcaltest.h17 class CalendarTest: public CalendarTimeZoneTest { class in inherits:CalendarTimeZoneTest
H A Ddtfmtrtts.cpp180 int32_t jCount = CalendarTest::testLocaleCount();
182 test(Locale(CalendarTest::testLocaleID(j)));
288 UDate minDate = CalendarTest::minDateOfCalendar(*fmt->getCalendar(), isGregorian, minStatus);
H A Dincaltst.cpp55 //--- move to CalendarTest?
186 logln((UnicodeString)"cal : " + CalendarTest::calToStr(cal));
187 logln((UnicodeString)"grego: " + CalendarTest::calToStr(*grego));
203 logln((UnicodeString)"cal : " + CalendarTest::calToStr(cal));
204 logln((UnicodeString)"grego: " + CalendarTest::calToStr(*grego));
526 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
558 otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
H A Dcallimts.cpp66 logln(UnicodeString(" ") + theDate + " " + CalendarTest::calToStr(*cal));
H A Dcalregts.cpp1094 logln(CalendarTest::calToStr(*testCal));
1096 logln(CalendarTest::calToStr(*testCal) + UnicodeString( " <<< expected "));
2076 logln(CalendarTest::calToStr(cal));
2082 logln(CalendarTest::calToStr(cal));
2100 logln(CalendarTest::calToStr(cal));
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DCalendarTest.java32 public class CalendarTest extends junit.framework.TestCase { class in inherits:junit.framework.TestCase

Completed in 1143 milliseconds