/external/chromium_org/third_party/icu/source/test/cintltst/ |
cdtdptst.c | 77 log_err("FAIL: Could not parse \"%s\"\n", austrdup(s)); 90 austrdup(s), h); 167 log_verbose("Pattern : %s ; String : %s\n", austrdup(pat), austrdup(str)); 174 log_err("FAIL: Expected: %s\n", austrdup(myDateFormat(format, expected)) ); 178 log_verbose(" parse( %s ) -> %s\n", austrdup(str), austrdup(f)); 182 log_err("FAIL: Expected : %s\n", austrdup(str) ); 210 log_verbose("%s\n", austrdup(now) ); 215 log_verbose("%s\n", austrdup(then) ) [all...] |
cmsgtst.c | 139 austrdup(result), austrdup(testResultStrings[i]) ); 171 austrdup(result), austrdup(testResultStrings[i]) ); 219 austrdup(result), austrdup(testResultStrings[i]) ); 301 austrdup(result), austrdup(expected) ); 332 austrdup(result), austrdup(expected) ) [all...] |
cintltst.h | 54 U_CFUNC char *austrdup(const UChar* unichars);
|
cdtrgtst.c | 79 log_verbose("pattern: %s\n", austrdup(pat)); 84 log_verbose("today: %s\n", austrdup(fmdt)); 95 log_verbose("After teh pattern is applied\n today: %s\n", austrdup(todayS) ); 104 log_verbose("today: %s\n", austrdup(rt) ); 106 log_verbose("round trip: %s\n", austrdup(rt) ); 109 log_err("Fail: Want %s Got %s\n", austrdup(todayS), austrdup(rt) ); 188 log_err("set2DigitYearStart broken for %s \n got: %s, expected: %s\n", austrdup(s), 189 austrdup(gotdate), austrdup(expdate) ) [all...] |
cloctst.c | 542 log_err(" ISO-3 language code mismatch: %s versus %s\n", austrdup(expected), 543 austrdup(dataTable[LANG3][i])); 550 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected), 551 austrdup(dataTable[CTRY3][i])); 629 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer)); [all...] |
ccaltst.c | 337 log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expectPDT); 343 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); 349 log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); 355 log_err("FAIL: got the wrong time zone(SHORT_STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); [all...] |
cnmdptst.c | 95 log_err("FAIL: Pattern %s should be transmute to %s; %s seen instead\n", pat[i], newpat[i], austrdup(unewp) ); 110 log_err("FAIL: Pattern %s should format zero as %s; %s Seen instead\n", pat[i], num[i], austrdup(str) ); 308 /*printf(" Format %e -> %s\n", lval[v], austrdup(str) );*/ 311 log_err("FAIL: Expected %s ( %s )\n", valFormat[v+ilval], austrdup(ulvalfor) ); 658 /*printf("%f format with %d fraction digits to %s\n", x, maxFractionDigits, austrdup(out) );*/ 662 log_err("FAIL: Expected: %s or %s\n", expected, austrdup(res) ); [all...] |
cdattst.c | [all...] |
crestst.c | 56 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); } 224 log_verbose("for string_in_Root_te_te_IN, default.txt had %s\n", austrdup(result1)); 225 log_verbose("for string_in_Root_te_te_IN, te_IN.txt had %s\n", austrdup(result2)); [all...] |
custrtst.c | [all...] |
putiltst.c | 160 log_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(udataDir));
|
cintltst.c | 474 char *austrdup(const UChar* unichars) function
|
/external/icu4c/test/cintltst/ |
cdtdptst.c | 77 log_err("FAIL: Could not parse \"%s\"\n", austrdup(s)); 90 austrdup(s), h); 167 log_verbose("Pattern : %s ; String : %s\n", austrdup(pat), austrdup(str)); 174 log_err("FAIL: Expected: %s\n", austrdup(myDateFormat(format, expected)) ); 178 log_verbose(" parse( %s ) -> %s\n", austrdup(str), austrdup(f)); 182 log_err("FAIL: Expected : %s\n", austrdup(str) ); 210 log_verbose("%s\n", austrdup(now) ); 215 log_verbose("%s\n", austrdup(then) ) [all...] |
cmsgtst.c | 145 austrdup(result), austrdup(testResultStrings[i]) ); 177 austrdup(result), austrdup(testResultStrings[i]) ); 225 austrdup(result), austrdup(testResultStrings[i]) ); 307 austrdup(result), austrdup(expected) ); 338 austrdup(result), austrdup(expected) ) [all...] |
cintltst.h | 63 U_CFUNC char *austrdup(const UChar* unichars);
|
cdtrgtst.c | 79 log_verbose("pattern: %s\n", austrdup(pat)); 84 log_verbose("today: %s\n", austrdup(fmdt)); 95 log_verbose("After teh pattern is applied\n today: %s\n", austrdup(todayS) ); 104 log_verbose("today: %s\n", austrdup(rt) ); 106 log_verbose("round trip: %s\n", austrdup(rt) ); 109 log_err("Fail: Want %s Got %s\n", austrdup(todayS), austrdup(rt) ); 188 log_err("set2DigitYearStart broken for %s \n got: %s, expected: %s\n", austrdup(s), 189 austrdup(gotdate), austrdup(expdate) ) [all...] |
uenumtst.c | 373 log_err("%s:%d: FAIL: ustring #%d expected '%s' got '%s'\n", __FILE__, line, i, compareToChar[i], austrdup(ustr)); 391 log_err("%s:%d: FAIL: ustring #%d expected '%s' got '%s'\n", __FILE__, line, i, austrdup(compareToUChar[i]), austrdup(ustr)); 396 log_verbose("%s:%d: OK: ustring #%d got '%s'\n", __FILE__, line, i, austrdup(compareToUChar[i]));
|
cloctst.c | 544 log_err(" ISO-3 language code mismatch: %s versus %s\n", austrdup(expected), 545 austrdup(dataTable[LANG3][i])); 552 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected), 553 austrdup(dataTable[CTRY3][i])); 706 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer)); [all...] |
ccaltst.c | 368 log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expectPDT); 374 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); 380 log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); 386 log_err("FAIL: got the wrong time zone(SHORT_STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)); 592 log_err("FAIL: getTimeZoneID returns a wrong ID: actual=%d, expected=%s\n", austrdup(id), austrdup(fgGMTID)); 615 log_err("FAIL: getTimeZoneID returns a wrong ID: actual=%d, expected=%s\n", austrdup(id), austrdup(tzID)) [all...] |
cnmdptst.c | 95 log_err("FAIL: Pattern %s should be transmute to %s; %s seen instead\n", pat[i], newpat[i], austrdup(unewp) ); 110 log_err("FAIL: Pattern %s should format zero as %s; %s Seen instead\n", pat[i], num[i], austrdup(str) ); 308 /*printf(" Format %e -> %s\n", lval[v], austrdup(str) );*/ 311 log_err("FAIL: Expected %s ( %s )\n", valFormat[v+ilval], austrdup(ulvalfor) ); 658 /*printf("%f format with %d fraction digits to %s\n", x, maxFractionDigits, austrdup(out) );*/ 662 log_err("FAIL: Expected: %s or %s\n", expected, austrdup(res) ); [all...] |
crestst.c | 56 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); } 224 log_verbose("for string_in_Root_te_te_IN, default.txt had %s\n", austrdup(result1)); 225 log_verbose("for string_in_Root_te_te_IN, te_IN.txt had %s\n", austrdup(result2)); [all...] |
cdattst.c | [all...] |
custrtst.c | [all...] |
cnumtst.c | [all...] |
putiltst.c | 177 log_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(udataDir));
|