Searched refs:austrdup (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcmsgtst.c145 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(expecte
[all...]
H A Dcintltst.h63 U_CFUNC char *austrdup(const UChar* unichars);
H A Dcdtdptst.c79 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(the
[all...]
H A Dcdtrgtst.c79 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(expdat
[all...]
H A Duenumtst.c373 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]));
H A Dcloctst.c547 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));
989 log_data_err(" Display Language mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expectedLang), displayLocale);
993 log_data_err(" Display Script mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testScript), austrdup(expectedScript), displayLocale);
997 log_data_err(" Display Country mismatch: got %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtr
[all...]
H A Dcnumtst.c2207 log_err("unum_formatInt64 Expected %s but got %s status %s\n", austrdup(expect), austrdup(result1), u_errorName(status));
2215 log_err("unum_formatDouble Expected %s but got %s status %s\n", austrdup(expect), austrdup(result2), u_errorName(status));
2239 log_err("unum_formatInt64 Expected %s but got %s status %s\n", austrdup(expect), austrdup(result1), u_errorName(status));
2247 log_err("unum_formatDouble Expected %s but got %s status %s\n", austrdup(expect), austrdup(result2), u_errorName(status));
2299 assertEquals("unum_formatUFormattable r/t", austrdup(buffer), austrdup(out2
[all...]
H A Dcnmdptst.c95 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) );
1056 /*printf("%f format with %d fraction digits to %s\n", x, maxFractionDigits, austrdup(out) );*/
1060 log_err("FAIL: Expected: \"%s\" Got: \"%s\"\n", expected, austrdup(out) );
H A Dcrestst.c54 #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));
H A Dcdattst.c1015 log_data_err("FAIL: getSymbols retrieved the wrong value\n Expected %s Got %s\n", austrdup(pattern),
1016 austrdup(result) );
1053 log_err("FAIL:Error in setting and then getting symbols\n Expected %s Got %s\n", austrdup(value),
1054 austrdup(result) );
1107 log_data_err("FAIL:Error in setting and then getting symbols\n Expected %s Got %s\n", austrdup(result),
1108 austrdup(value) );
H A Dcustrtst.c979 log_err("There is an error in u_uastrcpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
989 log_err("There is an error in u_uastrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
1010 log_err("There is an error in u_austrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp));
H A Dccaltst.c373 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(i
[all...]
H A Dputiltst.c177 log_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(udataDir));
H A Dcintltst.c481 char *austrdup(const UChar* unichars) function
H A Dcnormtst.c195 modeStrings[mode], austrdup(source), myErrorName(status));
202 modeStrings[mode], austrdup(source), myErrorName(status));
235 austrdup(result) );
H A Dudatatst.c1076 /* log_info("icuString=%p - %s\n", icuString, austrdup(icuString)); */
1093 /* log_info("appString=%p - %s\n", appString, austrdup(appString)); */
1098 log_err("%s:%d: Error! Expected ICU and App root version strings to be DIFFERENT but they are both %s and %s\n", __FILE__, __LINE__, austrdup(icuString),
1099 austrdup(appString));
H A Dcreststn.c130 #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)); }
1043 log_err_status(status, "ERROR: ures_openU() failed path =%s with %s\n", austrdup(utestdatapath), myErrorName(status));
1087 log_err("ERROR: ures_getByIndex on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(teFillin2, &len, &status)));
1177 log_err("ERROR: ures_openU() is supposed to fail path =%s with status != U_ZERO_ERROR\n", austrdup(utestdatapath));
1192 log_err("ERROR: ures_openU() failed path =%s with %s\n", austrdup(utestdatapath), myErrorName(status));
H A Dcldrtest.c607 austrdup(fromBundleStr),
609 austrdup(toBundleStr));
H A Dcapitst.c366 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) );
422 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) );

Completed in 385 milliseconds