Home | History | Annotate | Download | only in cintltst

Lines Matching refs:zone2

101     UChar zone1[32], zone2[32];
227 i = ucal_getDefaultTimeZone(zone2, sizeof(zone2)/sizeof(zone2[0]), &status);
232 if (u_strcmp(zone2, EUROPE_PARIS) != 0) {