Home | History | Annotate | Download | only in cintltst

Lines Matching defs:tzID

376     UChar *result, tzID[4], str[25];
395 u_uastrcpy(tzID, "PST");
396 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
477 UChar *result, *tzID, *str;
496 tzID=(UChar*)malloc(sizeof(UChar) * 4);
497 u_uastrcpy(tzID, "PST");
498 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
563 free(tzID);
572 UChar *result, *tzID, *str;
589 tzID=(UChar*)malloc(sizeof(UChar) * 4);
590 u_uastrcpy(tzID, "PST");
591 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
656 free(tzID);