Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tzID

93     UChar tzID[4];
125 /*get Illegal TZID where index >= count*/
128 log_err("FAIL:for TZID index >= count Expected INDEX_OUTOFBOUNDS_ERROR Got %s\n", u_errorName(status));
272 u_uastrcpy(tzID, "PST");
273 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
278 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
282 u_strcpy(tzID, fgGMTID);
283 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
287 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
485 UChar tzID[4];
499 u_strcpy(tzID, fgGMTID);
501 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
502 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
503 caldef3=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
603 u_uastrcpy(tzID, "PST");
604 ucal_setTimeZone(caldef2,tzID, 3, &status);
614 } else if (u_strcmp(id, tzID) != 0) {
615 log_err("FAIL: getTimeZoneID returns a wrong ID: actual=%d, expected=%s\n", austrdup(id), austrdup(tzID));
629 u_strcpy(tzID, fgGMTID);
630 ucal_setTimeZone(caldef2, tzID, 3, &status);
748 UChar tzID[4];
753 u_strcpy(tzID, fgGMTID);
755 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
909 UChar tzID[32];
918 u_uastrcpy(tzID, "PST");
920 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);;
1012 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
1070 u_uastrcpy(tzID, itemPtr->zone);
1071 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);
1102 UChar tzID[4];
1106 u_uastrcpy(tzID, "PST");
1108 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);;
1202 UChar tzID[4];
1204 u_strcpy(tzID, fgGMTID);
1206 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);;
1275 UChar tzID[4];
1278 u_strcpy(tzID, fgGMTID);
1279 gmtcal=ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL, &status);;
1284 u_uastrcpy(tzID, "PST");
1285 cal = ucal_open(tzID, 3, "en_US", UCAL_TRADITIONAL, &status);
1937 UChar tzID[32];
1941 u_uastrcpy(tzID, "America/New_York");
1942 ucal = ucal_open(tzID, -1, NULL, UCAL_DEFAULT, &status);