Searched refs:testCal (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.h49 UBool checkCalendar314(GregorianCalendar *testCal, TimeZone *testTZ);
H A Dtzregts.cpp311 GregorianCalendar *testCal = (GregorianCalendar*)Calendar::createInstance(status); local
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) argument
353 // GregorianCalendar testCal
[all...]
H A Dcalregts.cpp986 GregorianCalendar *testCal = (GregorianCalendar*)Calendar::createInstance(status); local
989 delete testCal;
992 testCal->clear();
993 sdf.adoptCalendar(testCal);
998 testCal->setMinimalDaysInFirstWeek((uint8_t)minDays);
999 testCal->setFirstDayOfWeek((UCalendarDaysOfWeek)firstDay);
1006 testCal->set(j,11,25);
1008 testCal->add(UCAL_DATE,1,status);
1010 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status);
1012 UDate d = testCal
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.h49 UBool checkCalendar314(GregorianCalendar *testCal, TimeZone *testTZ);
H A Dtzregts.cpp311 GregorianCalendar *testCal = (GregorianCalendar*)Calendar::createInstance(status); local
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) argument
353 // GregorianCalendar testCal
[all...]
H A Dcalregts.cpp986 GregorianCalendar *testCal = (GregorianCalendar*)Calendar::createInstance(status); local
989 delete testCal;
992 testCal->clear();
993 sdf.adoptCalendar(testCal);
998 testCal->setMinimalDaysInFirstWeek((uint8_t)minDays);
999 testCal->setFirstDayOfWeek((UCalendarDaysOfWeek)firstDay);
1006 testCal->set(j,11,25);
1008 testCal->add(UCAL_DATE,1,status);
1010 int32_t actWOY = testCal->get(UCAL_WEEK_OF_YEAR,status);
1012 UDate d = testCal
[all...]

Completed in 1672 milliseconds