Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tzID

86     UChar tzID[4];
118 /*get Illegal TZID where index >= count*/
121 log_err("FAIL:for TZID index >= count Expected INDEX_OUTOFBOUNDS_ERROR Got %s\n", u_errorName(status));
241 u_uastrcpy(tzID, "PST");
242 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
247 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
251 u_strcpy(tzID, fgGMTID);
252 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
256 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
454 UChar tzID[4];
464 u_strcpy(tzID, fgGMTID);
466 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
467 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
512 u_uastrcpy(tzID, "PST");
513 ucal_setTimeZone(caldef2,tzID, 3, &status);
528 u_strcpy(tzID, fgGMTID);
529 ucal_setTimeZone(caldef2, tzID, 3, &status);
646 UChar tzID[4];
651 u_strcpy(tzID, fgGMTID);
653 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
794 UChar tzID[4];
803 u_uastrcpy(tzID, "PST");
805 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);;
897 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
959 UChar tzID[4];
963 u_uastrcpy(tzID, "PST");
965 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);;
1059 UChar tzID[4];
1061 u_strcpy(tzID, fgGMTID);
1063 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);;
1132 UChar tzID[4];
1135 u_strcpy(tzID, fgGMTID);
1136 gmtcal=ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL, &status);;
1141 u_uastrcpy(tzID, "PST");
1142 cal = ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL, &status);