Lines Matching full:grego
155 //java.util.Calendar grego = java.util.Calendar.getInstance();
156 Calendar *grego = Calendar::createInstance(gcl, status);
163 int32_t tz2 = grego -> get (UCAL_ZONE_OFFSET, status);
165 errln((UnicodeString)"cal's tz " + tz1 + " != grego's tz " + tz2);
175 grego->clear();
176 grego->set(gregorianYear, month, dayOfMonth);
177 UDate D = grego->getTime(status);
185 logln((UnicodeString)"grego: " + CalendarTest::calToStr(*grego));
202 logln((UnicodeString)"grego: " + CalendarTest::calToStr(*grego));
216 delete grego;