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

  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 144 austrdup(result), austrdup(testResultStrings[i]) );
176 austrdup(result), austrdup(testResultStrings[i]) );
224 austrdup(result), austrdup(testResultStrings[i]) );
306 austrdup(result), austrdup(expected) );
337 austrdup(result), austrdup(expected) )
    [all...]
cintltst.h 63 U_CFUNC char *austrdup(const UChar* unichars);
cdtdptst.c 79 log_err("FAIL: Could not parse \"%s\"\n", austrdup(s));
92 austrdup(s), h);
169 log_verbose("Pattern : %s ; String : %s\n", austrdup(pat), austrdup(str));
176 log_err("FAIL: Expected: %s\n", austrdup(myDateFormat(format, expected)) );
180 log_verbose(" parse( %s ) -> %s\n", austrdup(str), austrdup(f));
184 log_err("FAIL: Expected : %s\n", austrdup(str) );
212 log_verbose("%s\n", austrdup(now) );
217 log_verbose("%s\n", austrdup(then) )
    [all...]
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 553 log_err(" ISO-3 language code mismatch: %s versus %s\n", austrdup(expected),
554 austrdup(dataTable[LANG3][i]));
561 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected),
562 austrdup(dataTable[CTRY3][i]));
715 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 52 #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)); }
220 log_verbose("for string_in_Root_te_te_IN, default.txt had %s\n", austrdup(result1));
221 log_verbose("for string_in_Root_te_te_IN, te_IN.txt had %s\n", austrdup(result2));
    [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...]
putiltst.c 177 log_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(udataDir));
cintltst.c 481 char *austrdup(const UChar* unichars) function
cnormtst.c 194 modeStrings[mode], austrdup(source), myErrorName(status));
201 modeStrings[mode], austrdup(source), myErrorName(status));
234 austrdup(result) );
    [all...]
udatatst.c     [all...]
creststn.c 130 #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)); }
    [all...]
cdattst.c     [all...]
cldrtest.c 607 austrdup(fromBundleStr),
609 austrdup(toBundleStr));
    [all...]
capitst.c 365 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) );
434 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) );
    [all...]

Completed in 660 milliseconds