Lines Matching full:cal3
883 Calendar *cal3 = new GregorianCalendar(*PST,status);
885 cal3->set(UCAL_MILLISECOND, 0);
896 cal3->set(year, month, day, hr, min, sec);
897 logln(UnicodeString("RPST 1 is: ") + (t2=cal3->getTime(status)));
898 cal3->setTimeZone(*GMT);
899 logln(UnicodeString("RGMT 2 is: ") + (t3=cal3->getTime(status)));
900 cal3->set(cal1->get(UCAL_YEAR,status),
909 logln(UnicodeString("RGMT 3 is: ") + (t4=cal3->getTime(status)));
917 delete cal3;