Lines Matching refs:tzdname
94 UChar *tzdname = 0;
362 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1));
363 u_uastrcpy(tzdname, expectPDT);
364 if(u_strcmp(tzdname, result)==0){
372 u_uastrcpy(tzdname, "PDT");
373 if(u_strcmp(tzdname, result) != 0){
374 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
378 u_uastrcpy(tzdname, "Pacific Standard Time");
379 if(u_strcmp(tzdname, result) != 0){
380 log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
384 u_uastrcpy(tzdname, "PST");
385 if(u_strcmp(tzdname, result) != 0){
386 log_err("FAIL: got the wrong time zone(SHORT_STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
476 free(tzdname);