Home | History | Annotate | Download | only in cintltst

Lines Matching full:tzid

375     UChar *result, tzID[4], str[25];
394 u_uastrcpy(tzID, "PST");
395 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
476 UChar *result, *tzID, *str;
495 tzID=(UChar*)malloc(sizeof(UChar) * 4);
496 u_uastrcpy(tzID, "PST");
497 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
562 free(tzID);
571 UChar *result, *tzID, *str;
588 tzID=(UChar*)malloc(sizeof(UChar) * 4);
589 u_uastrcpy(tzID, "PST");
590 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
655 free(tzID);