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     [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 210 milliseconds