Searched refs:tzdname (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c100 UChar *tzdname = 0; local
368 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1));
369 u_uastrcpy(tzdname, expectPDT);
370 if(u_strcmp(tzdname, result)==0){
378 u_uastrcpy(tzdname, "PDT");
379 if(u_strcmp(tzdname, result) != 0){
380 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
384 u_uastrcpy(tzdname, "Pacific Standard Time");
385 if(u_strcmp(tzdname, result) != 0){
386 log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
[all...]

Completed in 224 milliseconds