Home | History | Annotate | Download | only in intltest

Lines Matching defs:tz1

164   int32_t tz1 = cal.get(UCAL_ZONE_OFFSET,status);
166 if(tz1 != tz2) {
167 errln((UnicodeString)"cal's tz " + tz1 + " != grego's tz " + tz2);