OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tzdname
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c
87
UChar *
tzdname
= 0;
local
331
tzdname
=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1));
332
u_uastrcpy(
tzdname
, expectPDT);
333
if(u_strcmp(
tzdname
, result)==0){
341
u_uastrcpy(
tzdname
, "PDT");
342
if(u_strcmp(
tzdname
, result) != 0){
343
log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(
tzdname
));
347
u_uastrcpy(
tzdname
, "Pacific Standard Time");
348
if(u_strcmp(
tzdname
, result) != 0){
349
log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(
tzdname
));
[
all
...]
/external/icu4c/test/cintltst/
ccaltst.c
94
UChar *
tzdname
= 0;
local
362
tzdname
=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1));
363
u_uastrcpy(
tzdname
, expectPDT);
364
if(u_strcmp(
tzdname
, result)==0){
372
u_uastrcpy(
tzdname
, "PDT");
373
if(u_strcmp(
tzdname
, result) != 0){
374
log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(
tzdname
));
378
u_uastrcpy(
tzdname
, "Pacific Standard Time");
379
if(u_strcmp(
tzdname
, result) != 0){
380
log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(
tzdname
));
[
all
...]
Completed in 29 milliseconds