HomeSort by relevance Sort by last modified time
    Searched refs:expectPDT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 329 #define expectPDT "Pacific Daylight Time"
331 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1));
332 u_uastrcpy(tzdname, expectPDT);
337 log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expectPDT);
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 360 #define expectPDT "Pacific Daylight Time"
362 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1));
363 u_uastrcpy(tzdname, expectPDT);
368 log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expectPDT);
    [all...]

Completed in 235 milliseconds