Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tzID

370     UChar *result, tzID[4], str[25];
389 u_uastrcpy(tzID, "PST");
390 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
471 UChar *result, *tzID, *str;
490 tzID=(UChar*)malloc(sizeof(UChar) * 4);
491 u_uastrcpy(tzID, "PST");
492 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
557 free(tzID);
566 UChar *result, *tzID, *str;
583 tzID=(UChar*)malloc(sizeof(UChar) * 4);
584 u_uastrcpy(tzID, "PST");
585 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
650 free(tzID);