Home | History | Annotate | Download | only in intltest

Lines Matching defs:tz

260     TimeZone* tz =TimeZone::createTimeZone("Asia/Riyadh87");
262 GregorianCalendar *cl = new GregorianCalendar(tz, status);
265 delete tz;
1744 TimeZone *tz = TimeZone::createTimeZone("PST");
1745 //TimeZone::adoptDefault(tz);
1746 TimeZone::setDefault(*tz);
1748 GregorianCalendar *cal = new GregorianCalendar(tz, status);
1787 //delete tz;
2646 StringEnumeration *tz = TimeZone::createEnumeration();
2647 if (tz == NULL) {
2655 while ((id = tz->unext(NULL, ec)) != NULL && U_SUCCESS(ec)) {
2700 delete tz;