HomeSort by relevance Sort by last modified time
    Searched refs:testCal (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/intltest/
tzregts.h 49 UBool checkCalendar314(GregorianCalendar *testCal, TimeZone *testTZ);
tzregts.cpp 311 GregorianCalendar *testCal = (GregorianCalendar*)Calendar::createInstance(status);
314 delete testCal;
331 //testCal->setTimeZone((TimeZone) testData[i]);
332 testCal->setTimeZone(*PST);
335 while(testCal->getTime(status) < end) {
336 testCal->setTime(t, status);
337 if ( ! checkCalendar314(testCal, PST))
345 delete testCal;
350 TimeZoneRegressionTest::checkCalendar314(GregorianCalendar *testCal, TimeZone *testTZ)
353 // GregorianCalendar testCal = (GregorianCalendar)aCal.clone();
    [all...]
calregts.cpp 940 GregorianCalendar *testCal = (GregorianCalendar*)Calendar::createInstance(status);
943 delete testCal;
946 testCal->clear();
947 sdf.adoptCalendar(testCal);
952 testCal->setMinimalDaysInFirstWeek((uint8_t)minDays);
953 testCal->setFirstDayOfWeek((UCalendarDaysOfWeek)firstDay);
960 testCal->set(j,11,25);
962 testCal->add(UCAL_DATE,1,status);
964 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status);
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 411 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
412 Date input = new Date(testCal.getTimeInMillis());
431 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
432 Date input = new Date(testCal.getTimeInMillis());
433 Date d = res.getDate(15, testCal);
439 d = res.getDate(500, testCal);
448 d = res.getDate(15,testCal);
453 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0);
454 Date input = new Date(testCal.getTimeInMillis());
473 GregorianCalendar testCal = new GregorianCalendar(1799, Calendar.MAY, 26, 0, 0)
    [all...]

Completed in 440 milliseconds