Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tzID

88     UChar tzID[4];
120 /*get Illegal TZID where index >= count*/
123 log_err("FAIL:for TZID index >= count Expected INDEX_OUTOFBOUNDS_ERROR Got %s\n", u_errorName(status));
267 u_uastrcpy(tzID, "PST");
268 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
273 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
277 u_strcpy(tzID, fgGMTID);
278 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
282 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
480 UChar tzID[4];
490 u_strcpy(tzID, fgGMTID);
492 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
493 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
538 u_uastrcpy(tzID, "PST");
539 ucal_setTimeZone(caldef2,tzID, 3, &status);
554 u_strcpy(tzID, fgGMTID);
555 ucal_setTimeZone(caldef2, tzID, 3, &status);
672 UChar tzID[4];
677 u_strcpy(tzID, fgGMTID);
679 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
820 UChar tzID[4];
829 u_uastrcpy(tzID, "PST");
831 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);;
923 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
985 UChar tzID[4];
989 u_uastrcpy(tzID, "PST");
991 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);;
1085 UChar tzID[4];
1087 u_strcpy(tzID, fgGMTID);
1089 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);;
1158 UChar tzID[4];
1161 u_strcpy(tzID, fgGMTID);
1162 gmtcal=ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL, &status);;
1167 u_uastrcpy(tzID, "PST");
1168 cal = ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL, &status);