OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectPDT
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c
324
#define
expectPDT
"Pacific Daylight Time"
326
tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(
expectPDT
)+1));
327
u_uastrcpy(tzdname,
expectPDT
);
332
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
328
#define
expectPDT
"Pacific Daylight Time"
330
tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(
expectPDT
)+1));
331
u_uastrcpy(tzdname,
expectPDT
);
336
log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) ,
expectPDT
);
[
all
...]
Completed in 13 milliseconds