Home | History | Annotate | Download | only in intltest

Lines Matching refs:outcal

191                     Calendar *outcal = Calendar::createInstance(unknownZone, status);
197 outcal->set(UCAL_DST_OFFSET, badDstOffset);
198 outcal->set(UCAL_ZONE_OFFSET, badZoneOffset);
200 sdf->parse(tzstr, *outcal, pos);
203 const TimeZone &outtz = outcal->getTimeZone();
325 delete outcal;
886 LocalPointer<Calendar> outcal(Calendar::createInstance(status));
898 outcal->adoptTimeZone(bogusTZ);
901 sdf->parse(UnicodeString(ISO_STR[i][j]), *(outcal.getAlias()), pos);
907 const TimeZone& outtz = outcal->getTimeZone();