Lines Matching full:tzid
232 UChar *pattern=NULL, *tzID=NULL;
255 tzID=(UChar*)malloc(sizeof(UChar) * 4);
256 u_uastrcpy(tzID, "GMT");
257 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
297 free(tzID);
308 UChar *pattern, *tzID, *exp;
326 tzID=(UChar*)malloc(sizeof(UChar) * 4);
327 u_uastrcpy(tzID, "PST");
330 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); */
331 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
348 free(tzID);