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