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

/external/icu4c/test/cintltst/
H A Dccaltst.c82 UChar *tzdname = 0; local
326 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1));
327 u_uastrcpy(tzdname, expectPDT);
328 if(u_strcmp(tzdname, result)==0){
336 u_uastrcpy(tzdname, "PDT");
337 if(u_strcmp(tzdname, result) != 0){
338 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
342 u_uastrcpy(tzdname, "Pacific Standard Time");
343 if(u_strcmp(tzdname, result) != 0){
344 log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
[all...]

Completed in 51 milliseconds