• Home
  • Raw
  • Download

Lines Matching refs:log_err

146             log_err("FAILURE! uenum_next(allNamesEnum...) set an error: %s\n", u_errorName(err));  in ListNames()
157 log_err("FAILURE! uenum_reset(allNamesEnum, &err); doesn't work\n"); in ListNames()
177 log_err("ucnv_getAvailableName() with index < 0) should return NULL\n"); in ListNames()
185 log_err("FAILURE! ucnv_countAliases(\"utf-8\") -> %d aliases\n", count); in ListNames()
191 log_err("FAILURE! ucnv_getAlias(\"utf-8\", 0) -> %s\n", myErrorName(err)); in ListNames()
193 log_err("FAILURE! ucnv_getAlias(\"utf-8\", 0) -> %s instead of UTF-8\n", alias); in ListNames()
199log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> %s\n", aliasNum, myErrorName(err)); in ListNames()
202log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> alias %s insanely long, corrupt?!\n", aliasNum, … in ListNames()
214 log_err("FAILURE! ucnv_getAliases(\"utf-8\") -> %s\n", myErrorName(err)); in ListNames()
220log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> %s\n", aliasNum, myErrorName(err)); in ListNames()
222log_err("FAILURE! ucnv_getAliases(\"utf-8\")[%d] != ucnv_getAlias(\"utf-8\", %d)\n", aliasNum, ali… in ListNames()
369 log_err("FAILURE! ucnv_openU(NULL, err) failed. %s\n", myErrorName(err)); in TestConvert()
384 log_err("FAILURE! ucnv_openU(illegalName, err) is expected to fail\n"); in TestConvert()
390 log_err("FAILURE! ucnv_openU(firstSortedName, err) is expected to fail\n"); in TestConvert()
396 log_err("FAILURE! ucnv_openU(lastSortedName, err) is expected to fail\n"); in TestConvert()
435log_err("FAIL: ucnv_convert(ibm-1363->ibm-1364) failed.at index \n i=%d, Expected: %lx Got: %lx\n… in TestConvert()
441log_err("FAILURE! ucnv_convert() with sourceLimit=-1 failed: %s, returned %d instead of 7\n", in TestConvert()
449 log_err("FAILURE! ucnv_convert() with sourceLimit=0 is expected to return 0\n"); in TestConvert()
456log_err("FAILURE! ucnv_convert() with err=U_ILLEGAL_ARGUMENT_ERROR is expected to return 0\n"); in TestConvert()
464log_err("FAILURE! ucnv_convert() with targetLimit=0 is expected to throw U_BUFFER_OVERFLOW_ERROR\n… in TestConvert()
475 log_err("ucnv_open with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
478 log_err("ucnv_open with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
523log_err("\nCouldn't get the test data directory... Exiting...Error:%s\n", u_errorName(err)); in TestConvert()
562 log_err("Error in getName\n"); in TestConvert()
568 log_err("getName failed\n"); in TestConvert()
578 log_err("ucnv_getName() with err != U_ZERO_ERROR is expected to fail"); in TestConvert()
590 log_err("Max byte per character failed\n"); in TestConvert()
596 log_err("Min byte per character failed\n"); in TestConvert()
604 log_err("ucnv_getSubstChars returned a negative number %d\n", ii); in TestConvert()
612 log_err("Substitution character failed.\n"); in TestConvert()
618 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
623 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
627 log_err("Saved substitution character failed\n"); in TestConvert()
636log_err("ucnv_getSubstChars() with len < minBytesPerChar should throw U_INDEX_OUTOFBOUNDS_ERROR Go… in TestConvert()
644log_err("ucnv_setSubstChars() with len < minBytesPerChar should throw U_ILLEGAL_ARGUMENT_ERROR Got… in TestConvert()
652log_err("uncv_setSubstChars() with err != U_ZERO_ERROR shouldn't set the SubstChars and just retur… in TestConvert()
661log_err("uncv_setSubstChars() with err != U_ZERO_ERROR shouldn't fill the SubstChars in the buffer… in TestConvert()
676 log_err("Unable to open a iso-2022 converter: %s\n", u_errorName(err)); in TestConvert()
680 log_err("ucnv_getNextUChar() failed: %s\n", u_errorName(err)); in TestConvert()
699 log_err("getDisplayName failed. The error is %s\n", myErrorName(err)); in TestConvert()
708 log_err("getDisplayName preflight doesn't work. Error is %s\n", myErrorName(err)); in TestConvert()
714 log_err("ucnv_getDisplayName() with err != U_ZERO_ERROR is supposed to return 0\n"); in TestConvert()
720 log_err("ucnv_getDisplayName(NULL) with cnv == NULL is supposed to return 0\n"); in TestConvert()
731 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
736 log_err("get From UCallBack failed\n"); in TestConvert()
744 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
749 log_err("get From UCallBack action failed\n"); in TestConvert()
759 log_err("To setFromUCallBack with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
771 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
776 log_err("To UCallBack failed\n"); in TestConvert()
783 { log_err("FAILURE! %s\n", myErrorName(err)); } in TestConvert()
787 log_err("To UCallBack failed\n"); in TestConvert()
797 log_err("To setToUCallBack with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
807 log_err("FAILURE!..... %s\n", myErrorName(err)); in TestConvert()
810 log_err("Codepage number test failed\n"); in TestConvert()
817 log_err("ucnv_getCCSID() with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
824 log_err("Platform codepage test failed\n"); in TestConvert()
830 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
835 log_err("ucnv)getPlatform with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
848 log_err("File Missing BOM...Bailing!\n"); in TestConvert()
885 log_err("\nFAILURE...%s\n", myErrorName(err)); in TestConvert()
914 log_err("ucnv_toUChars() FAILED %s\n", myErrorName(err)); in TestConvert()
919 log_err("equality test failed with conversion routine\n"); in TestConvert()
923 log_err("ERR: calling toUChars: Didn't get U_BUFFER_OVERFLOW .. expected it.\n"); in TestConvert()
930log_err("\nFAILURE: ucnv_fromUChars with err != U_ZERO_ERROR is expected to fail and return 0\n"); in TestConvert()
936 log_err("\nFAILURE: ucnv_fromUChars with converter=NULL is expected to fail\n"); in TestConvert()
942 log_err("\nFAILURE: ucnv_fromUChars with sourceLength 0 is expected to return 0\n"); in TestConvert()
947log_err("\nFAILURE: ucnv_fromUChars with targetLength 0 is expected to fail and throw U_BUFFER_OVE… in TestConvert()
952log_err("\nFAILURE: ucnv_toUChars with err != U_ZERO_ERROR is expected to fail and return 0\n"); in TestConvert()
957log_err("\nFAILURE: ucnv_toUChars with targetsize < 0 is expected to throw U_ILLEGAL_ARGUMENT_ERRO… in TestConvert()
962 log_err("\nFAILURE: ucnv_toUChars with sourceLength 0 is expected to return 0\n"); in TestConvert()
967log_err("\nFAILURE: ucnv_toUChars(targetLength)->%s instead of U_STRING_NOT_TERMINATED_WARNING\n", in TestConvert()
990 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
1009 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
1024 log_err("Equality test failed\n"); in TestConvert()
1029 log_err("uchar2 was NULL (ccapitst.c line %d), couldn't do sanity check\n", __LINE__); in TestConvert()
1036 log_err("Equality test failed\n"); in TestConvert()
1185 log_err("FAIL: Converter \"%s\" (i=%d)" in TestAlias()
1199 log_err("FAIL: Converter \"%s\" returned \"%s\" for getName. " in TestAlias()
1218 log_err("FAIL: Converter \"%s\"is ambiguous\n", name); in TestAlias()
1222 log_err("FAIL: Converter \"%s\" -> " in TestAlias()
1231 log_err("FAIL: Converter \"%s\" -> " in TestAlias()
1254 log_err("FAIL: Converter \"%s\" -> " in TestAlias()
1273 log_err("FAIL: \"%s\" -> \"%s\", expect \"ISO_2022,locale=ja,version=2\"\n", in TestAlias()
1286 log_err("FAIL: \"%s\" -> \"%s\", expect UTF-8\n", in TestAlias()
1303 log_err("FAIL: \"%s\" -> \"%s\", expect %s\n", in TestAlias()
1376log_err("TSCC_fromU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->mag… in TSCC_fromU()
1391 log_err("TSCC_fromU: internal clone failed on %p\n", ctx); in TSCC_fromU()
1422log_err("TSCC_toU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->magic… in TSCC_toU()
1437 log_err("TSCC_toU: internal clone failed on %p\n", ctx); in TSCC_toU()
1468 log_err("TSCCContext: %p:%d's magic is %x, supposed to be 0xC0FFEE\n", in TSCC_print_log()
1513 log_err("safeClone failed: %s\n", u_errorName(err)); in TestConvertSafeCloneCallback()
1526 log_err("FAIL! from2 is null \n"); in TestConvertSafeCloneCallback()
1531 log_err("FAIL! from3 is null \n"); in TestConvertSafeCloneCallback()
1536 log_err("FAIL! conv1's FROM context changed!\n"); in TestConvertSafeCloneCallback()
1540 log_err("FAIL! conv1's FROM context is the same as conv2's!\n"); in TestConvertSafeCloneCallback()
1544 log_err("FAIL! from1 is closed \n"); in TestConvertSafeCloneCallback()
1548 log_err("FAIL! from2 was closed\n"); in TestConvertSafeCloneCallback()
1559 log_err("FAIL! to2 is null \n"); in TestConvertSafeCloneCallback()
1564 log_err("FAIL! to3 is null \n"); in TestConvertSafeCloneCallback()
1569 log_err("FAIL! conv1's TO context changed!\n"); in TestConvertSafeCloneCallback()
1573 log_err("FAIL! conv1's TO context is the same as conv2's!\n"); in TestConvertSafeCloneCallback()
1577 log_err("FAIL! to1 is closed \n"); in TestConvertSafeCloneCallback()
1581 log_err("FAIL! to2 was closed\n"); in TestConvertSafeCloneCallback()
1594 log_err("FAIL! from1 is NOT closed \n"); in TestConvertSafeCloneCallback()
1598 log_err("FAIL! from2 was closed\n"); in TestConvertSafeCloneCallback()
1602 log_err("FAIL! to1 is NOT closed \n"); in TestConvertSafeCloneCallback()
1606 log_err("FAIL! to2 was closed\n"); in TestConvertSafeCloneCallback()
1616 log_err("FAIL! from1 is NOT closed \n"); in TestConvertSafeCloneCallback()
1620 log_err("FAIL! from2 was NOT closed\n"); in TestConvertSafeCloneCallback()
1627 log_err("FAIL! to1 is NOT closed \n"); in TestConvertSafeCloneCallback()
1631 log_err("FAIL! to2 was NOT closed\n"); in TestConvertSafeCloneCallback()
1720 log_err("FAIL: Cloned converter failed to deal correctly with null status\n"); in TestConvertSafeClone()
1726 log_err("FAIL: Cloned converter failed to deal correctly with incoming error status\n"); in TestConvertSafeClone()
1733log_err("FAIL: Cloned converter failed to deal correctly with null bufferSize pointer\n"); in TestConvertSafeClone()
1742 log_err("FAIL: Cloned converter failed a sizing request ('preflighting')\n"); in TestConvertSafeClone()
1747 log_err("FAIL: Pre-calculated buffer size is too small\n"); in TestConvertSafeClone()
1752 log_err("FAIL: Converter can't be cloned with run-time size\n"); in TestConvertSafeClone()
1762 log_err("FAIL: Cloned converter failed to deal correctly with too-small buffer size\n"); in TestConvertSafeClone()
1774 log_err("FAIL: Cloned converter failed to deal correctly with null buffer pointer\n"); in TestConvertSafeClone()
1785log_err("FAIL: Cloned converter failed to deal correctly with null converter pointer\n"); in TestConvertSafeClone()
1827log_err("ucnv_safeClone(%s) did a heap clone although the buffer was large enough\n", names[idx]); in TestConvertSafeClone()
1836log_err("cloning %s in a stack buffer overwrote bytes outside the bufferSize %d (requested %d)\n", in TestConvertSafeClone()
1842log_err("cloning %s used the heap (bufferSize %d, requested %d) but overwrote stack buffer bytes\n… in TestConvertSafeClone()
1859log_err("FAIL: cloned converter failed to do fromU conversion. Error: %s\n",u_errorName(err)); in TestConvertSafeClone()
1872log_err("FAIL: cloned converter failed to do toU conversion. Error: %s\n",u_errorName(err)); in TestConvertSafeClone()
1878log_err("FAIL: Cloned converter failed to do conversion. Error: %s\n",u_errorName(err)); in TestConvertSafeClone()
1887log_err("ucnv_safeClone(): max preflighted clone size=%d (%s) is larger than U_CNV_SAFECLONE_BUFFE… in TestConvertSafeClone()
1910log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode)); in TestCCSID()
1915log_err("error: ucnv_getPlatform(ucnv_openCCSID(%ld))=%ld!=UCNV_IBM\n", ccsid, ucnv_getPlatform(cn… in TestCCSID()
1995 log_err("error j932 bug 1: expected success, got U_TRUNCATED_CHAR_FOUND\n"); in bug1()
2052 log_err("error j932 bug 2 UTF-8->UTF-32BE: got preflighting size %d instead of 32\n", size); in bug2()
2067 log_err("error j932 bug 2 UTF-32BE->UTF-8: got preflighting size %d instead of 12\n", size); in bug2()
2190 log_err("ucnv_convertEx(%s) chunk[%d] target %p exceeds targetLimit %p\n", in convertExStreaming()
2215 log_err("ucnv_convertEx(%s) chunk[%d] results in %s instead of %s\n", in convertExStreaming()
2218 log_err("ucnv_convertEx(%s) chunk[%d] writes %d bytes instead of %d\n", in convertExStreaming()
2221 log_err("ucnv_convertEx(%s) chunk[%d] writes different bytes than expected\n", in convertExStreaming()
2278 log_err("unable to open a UTF-8 converter - %s\n", u_errorName(errorCode)); in TestConvertEx()
2318log_err("ucnv_convertEx(simple UTF-8 -> Shift_JIS) fails: %s - writes %d bytes, expect %d\n", in TestConvertEx()
2334log_err("ucnv_convertEx(simple UTF-8 -> Shift_JIS) fails: %s, expect U_STRING_NOT_TERMINATED_WARNI… in TestConvertEx()
2345 log_err("ucnv_convertEx(U_MESSAGE_PARSE_ERROR) sets %s\n", u_errorName(errorCode)); in TestConvertEx()
2354 log_err("ucnv_convertEx(pivotLimit==pivotStart) sets %s\n", u_errorName(errorCode)); in TestConvertEx()
2363 log_err("ucnv_convertEx(*pivotSource==NULL) sets %s\n", u_errorName(errorCode)); in TestConvertEx()
2373 log_err("ucnv_convertEx(*source==NULL) sets %s\n", u_errorName(errorCode)); in TestConvertEx()
2383 log_err("ucnv_convertEx(pivotStart==NULL) sets %s\n", u_errorName(errorCode)); in TestConvertEx()
2492log_err("unable to get test character for %s - %s\n", converterName, u_errorName(errorCode)); in getTestChar()
2571log_err("unexpected error %s from %s badUTF8[%ld]\n", u_errorName(errorCode), converterName, (long… in testFromTruncatedUTF8()
2579 log_err("wrong invalidChars from %s badUTF8[%ld]\n", converterName, (long)i); in testFromTruncatedUTF8()
2755 log_err("ucnv_convertEx(UTF-8 C5 F0 -> %s/decimal NCRs) failed\n", converterNames[i]); in TestConvertExFromUTF8_C5F0()
2821log_err("ucnv_fromAlgorithmic(UTF-8 -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINATED_WARNING… in TestConvertAlgorithmic()
2833log_err("ucnv_toAlgorithmic(Shift-JIS -> UTF-8) fails (%s expect U_ZERO_ERROR), returns %d expect … in TestConvertAlgorithmic()
2843log_err("ucnv_toAlgorithmic(empty string -> UTF-8) fails (%s expect U_ZERO_ERROR), returns %d expe… in TestConvertAlgorithmic()
2853log_err("ucnv_fromAlgorithmic(UTF-16 only BOM -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINAT… in TestConvertAlgorithmic()
2863log_err("ucnv_fromAlgorithmic(UTF-32 only BOM -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINAT… in TestConvertAlgorithmic()
2872 log_err("ucnv_fromAlgorithmic(U_MESSAGE_PARSE_ERROR) sets %s\n", u_errorName(errorCode)); in TestConvertAlgorithmic()
2879 log_err("ucnv_fromAlgorithmic(source==NULL) sets %s\n", u_errorName(errorCode)); in TestConvertAlgorithmic()
2886 log_err("ucnv_fromAlgorithmic(illegal alg. type) sets %s\n", u_errorName(errorCode)); in TestConvertAlgorithmic()
2951 log_err("error: ucnv_getMaxCharSize(%s) expected %d, got %d\n", in TestLMBCSMaxChar()
2959 log_err("error UCNV_GET_MAX_BYTES_FOR_STRING(1, 2)<10\n"); in TestLMBCSMaxChar()
2978 log_err("1U) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
2985 log_err("2U) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
2992 log_err("3U) Didn't get U_FILE_ACCESS_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3001 log_err("1) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3008 log_err("2) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3015 log_err("3) Didn't get U_FILE_ACCESS_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3023 log_err("4) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3031 log_err("5) Didn't get U_FILE_ACCESS_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3038 log_err("6) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3045 log_err("7) Didn't get U_FILE_ACCESS_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3093log_err("TestEBCDICSwapLFNL error: ucnv_getName(%s,swaplfnl) failed (%s)\n", name, u_errorName(err… in testSwap()
3099log_err("TestEBCDICSwapLFNL error: ucnv_getName(%s,swaplfnl)=%s should (%d) contain 'swaplfnl'\n",… in testSwap()
3115 log_err("TestEBCDICSwapLFNL error converting to %s - (%s)\n", name, u_errorName(errorCode)); in testSwap()
3121log_err("TestEBCDICSwapLFNL error converting to %s - output lengths %d vs. %d\n", name, normalLeng… in testSwap()
3136log_err("TestEBCDICSwapLFNL error converting to %s - did not swap properly, output[%d]=0x%02x\n", … in testSwap()
3153log_err("TestEBCDICSwapLFNL error converting from %s - (%s)\n", name, u_errorName(errorCode)); in testSwap()
3159log_err("TestEBCDICSwapLFNL error converting from %s - output lengths %d vs. %d\n", name, normalLe… in testSwap()
3174log_err("TestEBCDICSwapLFNL error converting from %s - did not swap properly, output[%d]=U+%04x\n"… in testSwap()
3242 log_err("ucnv_fromUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestFromUCountPending()
3247 log_err("Did not get the expeced output for ucnv_fromUInputConsumed.\n"); in TestFromUCountPending()
3277 log_err("ucnv_fromUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestFromUCountPending()
3281 log_err("ucnv_fromUInputHeld did not return correct length for head\n"); in TestFromUCountPending()
3288 log_err("ucnv_fromUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestFromUCountPending()
3292 log_err("ucnv_fromUInputHeld did not return correct length for middle\n"); in TestFromUCountPending()
3298 log_err("ucnv_fromUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestFromUCountPending()
3304 log_err("ucnv_fromUInputHeld call did not succeed. Error: %s\n", u_errorName(status)); in TestFromUCountPending()
3307 log_err("ucnv_fromUInputHeld did not return correct length for tail\n"); in TestFromUCountPending()
3348 log_err("ucnv_toUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3353 log_err("Did not get the expeced output for ucnv_toUInputConsumed.\n"); in TestToUCountPending()
3383 log_err("Could not create converter for test3. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3390 log_err("ucnv_toUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3393 log_err("Did not get the expected len for head.\n"); in TestToUCountPending()
3400 log_err("ucnv_toUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3403 log_err("Did not get the expected len for mid.\n"); in TestToUCountPending()
3411 log_err("ucnv_toUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3417 log_err("ucnv_toUCountPending call did not succeed. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3420 log_err("Did not get the expected len for tail.\n"); in TestToUCountPending()
3434 log_err("setDefaultName of %s failed\n", name); in TestOneDefaultNameChange()
3437 log_err("opening the default converter of %s failed\n", name); in TestOneDefaultNameChange()
3443 log_err("ucnv_getName of %s failed\n", name); in TestOneDefaultNameChange()
3506 log_err("ucnv_compareNames(\"%s\", \"%s\")=%d, sign!=%d\n", name1, name2, result, rel); in compareNames()
3550 log_err("ucnv_fromUChars(UTF-16, U+D900) did not write a BOM\n"); in TestSubstString()
3565 log_err("ucnv_fromUChars(UTF-32, U+D900) did not write a BOM\n"); in TestSubstString()
3577 log_err("ucnv_setSubstString(ISO-8859-1, sub[5]) failed - %s\n", u_errorName(errorCode)); in TestSubstString()
3583log_err("ucnv_getSubstChars(ucnv_setSubstString(ISO-8859-1, sub[5])) failed - %s\n", u_errorName(e… in TestSubstString()
3597 log_err("ucnv_setSubstString(HZ, sub[5]) failed - %s\n", u_errorName(errorCode)); in TestSubstString()
3603log_err("ucnv_getSubstChars(ucnv_setSubstString(HZ, sub[5])) failed - %s\n", u_errorName(errorCode… in TestSubstString()
3629 log_err("ucnv_open() failed - %s\n", u_errorName(errorCode)); in InvalidArguments()
3637log_err("ucnv_fromUnicode() failed to return U_ILLEGAL_ARGUMENT_ERROR for incomplete UChar * buffe… in InvalidArguments()
3644log_err("ucnv_fromUnicode() failed to return U_ILLEGAL_ARGUMENT_ERROR for bad limit pointer - %s\n… in InvalidArguments()
3651log_err("ucnv_toUnicode() failed to return U_ILLEGAL_ARGUMENT_ERROR for incomplete UChar * buffer … in InvalidArguments()
3658log_err("ucnv_toUnicode() failed to return U_ILLEGAL_ARGUMENT_ERROR for bad limit pointer - %s\n",… in InvalidArguments()
3664 log_err("Data was incorrectly written to buffers\n"); in InvalidArguments()
3686 log_err("ucnv_getName(%s) = %s != %s -- %s\n", in TestGetName()
3735 log_err("unexpected %s BOM writing behavior -- %s\n", in TestUTFBOM()