Home | History | Annotate | Download | only in intltest

Lines Matching refs:tz1

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