Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tzID

372     UChar *result, tzID[4], str[25];
391 u_uastrcpy(tzID, "PST");
392 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
473 UChar *result, *tzID, *str;
492 tzID=(UChar*)malloc(sizeof(UChar) * 4);
493 u_uastrcpy(tzID, "PST");
494 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
559 free(tzID);
568 UChar *result, *tzID, *str;
585 tzID=(UChar*)malloc(sizeof(UChar) * 4);
586 u_uastrcpy(tzID, "PST");
587 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
652 free(tzID);