Home | History | Annotate | Download | only in cintltst

Lines Matching defs:tzID

364     UChar *result, tzID[4], str[25];
383 u_uastrcpy(tzID, "PST");
384 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
465 UChar *result, *tzID, *str;
484 tzID=(UChar*)malloc(sizeof(UChar) * 4);
485 u_uastrcpy(tzID, "PST");
486 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
551 free(tzID);
560 UChar *result, *tzID, *str;
577 tzID=(UChar*)malloc(sizeof(UChar) * 4);
578 u_uastrcpy(tzID, "PST");
579 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
644 free(tzID);