Home | History | Annotate | Download | only in cintltst

Lines Matching defs:tzID

85     UChar tzID[4];
117 /*get Illegal TZID where index >= count*/
120 log_err("FAIL:for TZID index >= count Expected INDEX_OUTOFBOUNDS_ERROR Got %s\n", u_errorName(status));
240 u_uastrcpy(tzID, "PST");
241 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
246 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
250 u_strcpy(tzID, fgGMTID);
251 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
255 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
453 UChar tzID[4];
463 u_strcpy(tzID, fgGMTID);
465 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
466 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
511 u_uastrcpy(tzID, "PST");
512 ucal_setTimeZone(caldef2,tzID, 3, &status);
527 u_strcpy(tzID, fgGMTID);
528 ucal_setTimeZone(caldef2, tzID, 3, &status);
645 UChar tzID[4];
650 u_strcpy(tzID, fgGMTID);
652 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
793 UChar tzID[4];
802 u_uastrcpy(tzID, "PST");
804 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);;
896 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
958 UChar tzID[4];
962 u_uastrcpy(tzID, "PST");
964 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);;
1058 UChar tzID[4];
1060 u_strcpy(tzID, fgGMTID);
1062 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);;
1131 UChar tzID[4];
1134 u_strcpy(tzID, fgGMTID);
1135 gmtcal=ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL, &status);;
1140 u_uastrcpy(tzID, "PST");
1141 cal = ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL, &status);