Searched refs:expectPDT (Results 1 – 1 of 1) sorted by relevance
374 #define expectPDT "Pacific Daylight Time" in TestCalendar() macro376 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1)); in TestCalendar()377 u_uastrcpy(tzdname, expectPDT); in TestCalendar()382 …r("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expectPDT); in TestCalendar()