HomeSort by relevance Sort by last modified time
    Searched refs:austrdup (Results 1 - 25 of 38) sorted by null

1 2

  /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 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 547 log_err(" ISO-3 language code mismatch: %s versus %s\n", austrdup(expected),
548 austrdup(dataTable[LANG3][i]));
555 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected),
556 austrdup(dataTable[CTRY3][i]));
709 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...]
cnumtst.c     [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...]
ccaltst.c 373 log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expectPDT);
379 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
385 log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
391 log_err("FAIL: got the wrong time zone(SHORT_STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
598 log_err("FAIL: getTimeZoneID returns a wrong ID: actual=%d, expected=%s\n", austrdup(id), austrdup(fgGMTID));
621 log_err("FAIL: getTimeZoneID returns a wrong ID: actual=%d, expected=%s\n", austrdup(id), austrdup(tzID))
    [all...]
putiltst.c 177 log_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(udataDir));
  /external/icu/icu4c/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 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 the 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 547 log_err(" ISO-3 language code mismatch: %s versus %s\n", austrdup(expected),
548 austrdup(dataTable[LANG3][i]));
555 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected),
556 austrdup(dataTable[CTRY3][i]));
709 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...]
cnumtst.c     [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 54 #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)); }
222 log_verbose("for string_in_Root_te_te_IN, default.txt had %s\n", austrdup(result1));
223 log_verbose("for string_in_Root_te_te_IN, te_IN.txt had %s\n", austrdup(result2));
    [all...]
cdattst.c     [all...]
custrtst.c     [all...]
ccaltst.c 374 log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expectPDT);
380 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
386 log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
392 log_err("FAIL: got the wrong time zone(SHORT_STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
599 log_err("FAIL: getTimeZoneID returns a wrong ID: actual=%d, expected=%s\n", austrdup(id), austrdup(fgGMTID));
622 log_err("FAIL: getTimeZoneID returns a wrong ID: actual=%d, expected=%s\n", austrdup(id), austrdup(tzID))
    [all...]

Completed in 378 milliseconds

1 2