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

  /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 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]));
704 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 363 log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expectPDT);
369 log_err("FAIL: got the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
375 log_err("FAIL: got the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname));
381 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
cnormtst.c 194 modeStrings[mode], austrdup(source), myErrorName(status));
201 modeStrings[mode], austrdup(source), myErrorName(status));
234 austrdup(result) );
    [all...]
cldrtest.c 597 austrdup(fromBundleStr),
599 austrdup(toBundleStr));
    [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...]
capitst.c 391 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) );
453 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) );
    [all...]

Completed in 427 milliseconds