Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c108 UChar *tzdname = 0; in TestCalendar() local
376 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1)); in TestCalendar()
377 u_uastrcpy(tzdname, expectPDT); in TestCalendar()
378 if(u_strcmp(tzdname, result)==0){ in TestCalendar()
386 u_uastrcpy(tzdname, "PDT"); in TestCalendar()
387 if(u_strcmp(tzdname, result) != 0){ in TestCalendar()
388 …the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); in TestCalendar()
392 u_uastrcpy(tzdname, "Pacific Standard Time"); in TestCalendar()
393 if(u_strcmp(tzdname, result) != 0){ in TestCalendar()
394 … the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); in TestCalendar()
[all …]