Home
last modified time | relevance | path

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

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