/external/icu/icu4c/source/test/cintltst/ |
D | cdtrgtst.c | 79 log_verbose("pattern: %s\n", austrdup(pat)); in Test4029195() 84 log_verbose("today: %s\n", austrdup(fmdt)); in Test4029195() 95 log_verbose("After the pattern is applied\n today: %s\n", austrdup(todayS) ); in Test4029195() 104 log_verbose("today: %s\n", austrdup(rt) ); in Test4029195() 106 log_verbose("round trip: %s\n", austrdup(rt) ); in Test4029195() 109 log_err("Fail: Want %s Got %s\n", austrdup(todayS), austrdup(rt) ); in Test4029195() 188 log_err("set2DigitYearStart broken for %s \n got: %s, expected: %s\n", austrdup(s), in Test4056591() 189 austrdup(gotdate), austrdup(expdate) ); in Test4056591() 213 log_verbose("%s\n", austrdup(pattern) ); in Test4059917() 259 log_verbose("pattern: %s\n", austrdup(pat) ); in aux917() [all …]
|
D | cmsgtst.c | 144 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest() 176 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest() 224 austrdup(result), austrdup(testResultStrings[i]) ); in MessageFormatTest() 306 austrdup(result), austrdup(expected) ); in TestSampleMessageFormat() 337 austrdup(result), austrdup(expected) ); in TestSampleMessageFormat() 361 log_err("FAIL: Error in MessageFormat on test#3\n GOT: %s EXPECTED %s\n", austrdup(result), in TestSampleMessageFormat() 362 austrdup(expected) ); in TestSampleMessageFormat() 433 log_err("FAIL: Error in MessageFormat on test#4\n GOT: %s EXPECTED: %s\n", austrdup(result), in TestNewFormatAndParseAPI() 434 austrdup(expected) ); in TestNewFormatAndParseAPI() 460 austrdup(myDateFormat(def1,d)), austrdup(myDateFormat(def1,d1)) ); in TestNewFormatAndParseAPI() [all …]
|
D | cdtdptst.c | 79 log_err("FAIL: Could not parse \"%s\"\n", austrdup(s)); in TestTwoDigitYearDSTParse() 92 austrdup(s), h); in TestTwoDigitYearDSTParse() 169 log_verbose("Pattern : %s ; String : %s\n", austrdup(pat), austrdup(str)); in tryPat994() 176 log_err("FAIL: Expected: %s\n", austrdup(myDateFormat(format, expected)) ); in tryPat994() 180 log_verbose(" parse( %s ) -> %s\n", austrdup(str), austrdup(f)); in tryPat994() 184 log_err("FAIL: Expected : %s\n", austrdup(str) ); in tryPat994() 212 log_verbose("%s\n", austrdup(now) ); in TestRunTogetherPattern985() 217 log_verbose("%s\n", austrdup(then) ); in TestRunTogetherPattern985() 341 log_verbose("%s\n", austrdup(dateString) ); in TestQuotePattern161()
|
D | cloctst.c | 553 log_err(" ISO-3 language code mismatch: %s versus %s\n", austrdup(expected), in TestSimpleResourceInfo() 554 austrdup(dataTable[LANG3][i])); in TestSimpleResourceInfo() 561 log_err(" ISO-3 Country code mismatch: %s versus %s\n", austrdup(expected), in TestSimpleResourceInfo() 562 austrdup(dataTable[CTRY3][i])); in TestSimpleResourceInfo() 715 …expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer)); in TestDisplayNames() 995 …t %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testLang), austrdup(expecte… in doTestDisplayNames() 999 … %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testScript), austrdup(expect… in doTestDisplayNames() 1003 …t %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testCtry), austrdup(expecte… in doTestDisplayNames() 1007 …ot %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testVar), austrdup(expecte… in doTestDisplayNames() 1011 …t %s expected %s displayLocale=%s (Are you missing data?)\n", austrdup(testName), austrdup(expecte… in doTestDisplayNames() [all …]
|
D | uenumtst.c | 373 … FAIL: ustring #%d expected '%s' got '%s'\n", __FILE__, line, i, compareToChar[i], austrdup(ustr)); in verifyEnumeration() 391 …ustring #%d expected '%s' got '%s'\n", __FILE__, line, i, austrdup(compareToUChar[i]), austrdup(us… in verifyEnumeration() 396 … log_verbose("%s:%d: OK: ustring #%d got '%s'\n", __FILE__, line, i, austrdup(compareToUChar[i])); in verifyEnumeration()
|
D | cintltst.h | 63 U_CFUNC char *austrdup(const UChar* unichars);
|
D | cnumtst.c | 2145 …log_err("unum_formatInt64 Expected %s but got %s status %s\n", austrdup(expect), austrdup(result1)… in TestMaxInt() 2153 …log_err("unum_formatDouble Expected %s but got %s status %s\n", austrdup(expect), austrdup(result2… in TestMaxInt() 2177 …log_err("unum_formatInt64 Expected %s but got %s status %s\n", austrdup(expect), austrdup(result1)… in TestMaxInt() 2185 …log_err("unum_formatDouble Expected %s but got %s status %s\n", austrdup(expect), austrdup(result2… in TestMaxInt() 2237 assertEquals("unum_formatUFormattable r/t", austrdup(buffer), austrdup(out2k)); in TestUFormattable() 2252 assertEquals("unum_formatUFormattable r/t", austrdup(buffer), austrdup(out2k)); in TestUFormattable() 2280 assertEquals("unum_formatUFormattable r/t", austrdup(buffer), austrdup(out2k)); in TestUFormattable()
|
D | ccaltst.c | 374 …log_err("FAIL: got the wrong time zone(DST) display name %s, wanted %s\n", austrdup(result) , expe… in TestCalendar() 380 … the wrong time zone(SHORT_DST) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)… in TestCalendar() 386 …t the wrong time zone(STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)… in TestCalendar() 392 …wrong time zone(SHORT_STANDARD) display name %s, wanted %s\n", austrdup(result), austrdup(tzdname)… in TestCalendar() 599 …AIL: getTimeZoneID returns a wrong ID: actual=%d, expected=%s\n", austrdup(id), austrdup(fgGMTID)); in TestGetSetDateAPI() 622 …("FAIL: getTimeZoneID returns a wrong ID: actual=%d, expected=%s\n", austrdup(id), austrdup(tzID)); in TestGetSetDateAPI() 1453 … log_err("Got %s Expected %d/%d/%d \n", austrdup(myDateFormat(dat, d1)), year, month + 1, day ); in verify1() 1494 log_err("Got %s Expected %d/%d/%d/ %d:%d:%d %s\n", austrdup(myDateFormat(dat, d1)), in verify2()
|
D | cnmdptst.c | 95 …: Pattern %s should be transmute to %s; %s seen instead\n", pat[i], newpat[i], austrdup(unewp) ); in TestPatterns() 110 …rr("FAIL: Pattern %s should format zero as %s; %s Seen instead\n", pat[i], num[i], austrdup(str) ); in TestPatterns() 311 log_err("FAIL: Expected %s ( %s )\n", valFormat[v+ilval], austrdup(ulvalfor) ); in TestExponential() 662 log_err("FAIL: Expected: %s or %s\n", expected, austrdup(res) ); in roundingTest() 1060 log_err("FAIL: Expected: \"%s\" Got: \"%s\"\n", expected, austrdup(out) ); in roundingTest2()
|
D | crestst.c | 52 …d_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)); in TestConstruction1() 221 log_verbose("for string_in_Root_te_te_IN, te_IN.txt had %s\n", austrdup(result2)); in TestConstruction1()
|
D | custrtst.c | 978 …og_err("There is an error in u_uastrcpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp)); in TestStringCopy() 988 …g_err("There is an error in u_uastrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp)); in TestStringCopy() 1009 …g_err("There is an error in u_austrncpy() Expected %s Got %s\n", austrdup(uchars), austrdup(temp)); in TestStringCopy()
|
D | putiltst.c | 177 …log_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(udataDir)… in TestPUtilAPI()
|
D | creststn.c | 130 …d_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected… 1039 …log_err_status(status, "ERROR: ures_openU() failed path =%s with %s\n", austrdup(utestdatapath), m… in TestAPI() 1083 …_getByIndex on string resource fetched the key=%s, expected \"TE\" \n", austrdup(ures_getString(te… in TestAPI() 1173 …ures_openU() is supposed to fail path =%s with status != U_ZERO_ERROR\n", austrdup(utestdatapath)); in TestErrorConditions() 1188 …log_err("ERROR: ures_openU() failed path =%s with %s\n", austrdup(utestdatapath), myErrorName(stat… in TestErrorConditions()
|
D | cintltst.c | 481 char *austrdup(const UChar* unichars) in austrdup() function
|
D | cnormtst.c | 194 modeStrings[mode], austrdup(source), myErrorName(status)); in TestNormCases() 201 modeStrings[mode], austrdup(source), myErrorName(status)); in TestNormCases() 234 austrdup(result) ); in assertEqual()
|
D | udatatst.c | 1102 …on strings to be DIFFERENT but they are both %s and %s\n", __FILE__, __LINE__, austrdup(icuString), in TestAppData() 1103 austrdup(appString)); in TestAppData()
|
D | cldrtest.c | 607 austrdup(fromBundleStr), in compareArrays() 609 austrdup(toBundleStr)); in compareArrays()
|
D | cdattst.c | 1172 …data_err("FAIL:Error in setting and then getting symbols\n Expected %s Got %s\n", austrdup(result), in VerifygetsetSymbols() 1173 austrdup(value) ); in VerifygetsetSymbols()
|
D | capitst.c | 365 log_verbose("the display name for default collation in german: %s\n", austrdup(disName) ); in TestProperty() 434 log_verbose("the display name for french collation in english: %s\n", austrdup(disName) ); in TestProperty()
|