Home
last modified time | relevance | path

Searched refs:tzdname (Results 1 – 2 of 2) 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 …]
/external/chromium_org/third_party/icu/source/test/cintltst/
Dccaltst.c99 UChar *tzdname = 0; in TestCalendar() local
367 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1)); in TestCalendar()
368 u_uastrcpy(tzdname, expectPDT); in TestCalendar()
369 if(u_strcmp(tzdname, result)==0){ in TestCalendar()
377 u_uastrcpy(tzdname, "PDT"); in TestCalendar()
378 if(u_strcmp(tzdname, result) != 0){ in TestCalendar()
379 …the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); in TestCalendar()
383 u_uastrcpy(tzdname, "Pacific Standard Time"); in TestCalendar()
384 if(u_strcmp(tzdname, result) != 0){ in TestCalendar()
385 … the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); in TestCalendar()
[all …]