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

  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c 82 UChar *tzdname = 0; local
326 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1));
327 u_uastrcpy(tzdname, expectPDT);
328 if(u_strcmp(tzdname, result)==0){
336 u_uastrcpy(tzdname, "PDT");
337 if(u_strcmp(tzdname, result) != 0){
338 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
342 u_uastrcpy(tzdname, "Pacific Standard Time");
343 if(u_strcmp(tzdname, result) != 0){
344 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 86 UChar *tzdname = 0; local
330 tzdname=(UChar*)malloc(sizeof(UChar) * (sizeof(expectPDT)+1));
331 u_uastrcpy(tzdname, expectPDT);
332 if(u_strcmp(tzdname, result)==0){
340 u_uastrcpy(tzdname, "PDT");
341 if(u_strcmp(tzdname, result) != 0){
342 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
346 u_uastrcpy(tzdname, "Pacific Standard Time");
347 if(u_strcmp(tzdname, result) != 0){
348 log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
    [all...]

Completed in 977 milliseconds