• Home
  • Raw
  • Download

Lines Matching refs:log_err

149             log_err("FAILURE! uenum_next(allNamesEnum...) set an error: %s\n", u_errorName(err));  in ListNames()
160 log_err("FAILURE! uenum_reset(allNamesEnum, &err); doesn't work\n"); in ListNames()
180 log_err("ucnv_getAvailableName() with index < 0) should return NULL\n"); in ListNames()
188 log_err("FAILURE! ucnv_countAliases(\"utf-8\") -> %d aliases\n", count); in ListNames()
194 log_err("FAILURE! ucnv_getAlias(\"utf-8\", 0) -> %s\n", myErrorName(err)); in ListNames()
196 log_err("FAILURE! ucnv_getAlias(\"utf-8\", 0) -> %s instead of UTF-8\n", alias); in ListNames()
202log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> %s\n", aliasNum, myErrorName(err)); in ListNames()
205log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> alias %s insanely long, corrupt?!\n", aliasNum, … in ListNames()
217 log_err("FAILURE! ucnv_getAliases(\"utf-8\") -> %s\n", myErrorName(err)); in ListNames()
223log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> %s\n", aliasNum, myErrorName(err)); in ListNames()
225log_err("FAILURE! ucnv_getAliases(\"utf-8\")[%d] != ucnv_getAlias(\"utf-8\", %d)\n", aliasNum, ali… in ListNames()
372 log_err("FAILURE! ucnv_openU(NULL, err) failed. %s\n", myErrorName(err)); in TestConvert()
387 log_err("FAILURE! ucnv_openU(illegalName, err) is expected to fail\n"); in TestConvert()
393 log_err("FAILURE! ucnv_openU(firstSortedName, err) is expected to fail\n"); in TestConvert()
399 log_err("FAILURE! ucnv_openU(lastSortedName, err) is expected to fail\n"); in TestConvert()
438log_err("FAIL: ucnv_convert(ibm-1363->ibm-1364) failed.at index \n i=%d, Expected: %lx Got: %lx\n… in TestConvert()
444log_err("FAILURE! ucnv_convert() with sourceLimit=-1 failed: %s, returned %d instead of 7\n", in TestConvert()
452 log_err("FAILURE! ucnv_convert() with sourceLimit=0 is expected to return 0\n"); in TestConvert()
459log_err("FAILURE! ucnv_convert() with err=U_ILLEGAL_ARGUMENT_ERROR is expected to return 0\n"); in TestConvert()
467log_err("FAILURE! ucnv_convert() with targetLimit=0 is expected to throw U_BUFFER_OVERFLOW_ERROR\n… in TestConvert()
478 log_err("ucnv_open with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
481 log_err("ucnv_open with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
526log_err("\nCouldn't get the test data directory... Exiting...Error:%s\n", u_errorName(err)); in TestConvert()
565 log_err("Error in getName\n"); in TestConvert()
571 log_err("getName failed\n"); in TestConvert()
581 log_err("ucnv_getName() with err != U_ZERO_ERROR is expected to fail"); in TestConvert()
593 log_err("Max byte per character failed\n"); in TestConvert()
599 log_err("Min byte per character failed\n"); in TestConvert()
607 log_err("ucnv_getSubstChars returned a negative number %d\n", ii); in TestConvert()
615 log_err("Substitution character failed.\n"); in TestConvert()
621 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
626 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
630 log_err("Saved substitution character failed\n"); in TestConvert()
639log_err("ucnv_getSubstChars() with len < minBytesPerChar should throw U_INDEX_OUTOFBOUNDS_ERROR Go… in TestConvert()
647log_err("ucnv_setSubstChars() with len < minBytesPerChar should throw U_ILLEGAL_ARGUMENT_ERROR Got… in TestConvert()
655log_err("uncv_setSubstChars() with err != U_ZERO_ERROR shouldn't set the SubstChars and just retur… in TestConvert()
664log_err("uncv_setSubstChars() with err != U_ZERO_ERROR shouldn't fill the SubstChars in the buffer… in TestConvert()
679 log_err("Unable to open a iso-2022 converter: %s\n", u_errorName(err)); in TestConvert()
683 log_err("ucnv_getNextUChar() failed: %s\n", u_errorName(err)); in TestConvert()
702 log_err("getDisplayName failed. The error is %s\n", myErrorName(err)); in TestConvert()
711 log_err("getDisplayName preflight doesn't work. Error is %s\n", myErrorName(err)); in TestConvert()
717 log_err("ucnv_getDisplayName() with err != U_ZERO_ERROR is supposed to return 0\n"); in TestConvert()
723 log_err("ucnv_getDisplayName(NULL) with cnv == NULL is supposed to return 0\n"); in TestConvert()
734 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
739 log_err("get From UCallBack failed\n"); in TestConvert()
747 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
752 log_err("get From UCallBack action failed\n"); in TestConvert()
762 log_err("To setFromUCallBack with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
774 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
779 log_err("To UCallBack failed\n"); in TestConvert()
786 { log_err("FAILURE! %s\n", myErrorName(err)); } in TestConvert()
790 log_err("To UCallBack failed\n"); in TestConvert()
800 log_err("To setToUCallBack with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
810 log_err("FAILURE!..... %s\n", myErrorName(err)); in TestConvert()
813 log_err("Codepage number test failed\n"); in TestConvert()
820 log_err("ucnv_getCCSID() with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
827 log_err("Platform codepage test failed\n"); in TestConvert()
833 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
838 log_err("ucnv)getPlatform with err != U_ZERO_ERROR is supposed to fail\n"); in TestConvert()
851 log_err("File Missing BOM...Bailing!\n"); in TestConvert()
888 log_err("\nFAILURE...%s\n", myErrorName(err)); in TestConvert()
917 log_err("ucnv_toUChars() FAILED %s\n", myErrorName(err)); in TestConvert()
922 log_err("equality test failed with conversion routine\n"); in TestConvert()
926 log_err("ERR: calling toUChars: Didn't get U_BUFFER_OVERFLOW .. expected it.\n"); in TestConvert()
933log_err("\nFAILURE: ucnv_fromUChars with err != U_ZERO_ERROR is expected to fail and return 0\n"); in TestConvert()
939 log_err("\nFAILURE: ucnv_fromUChars with converter=NULL is expected to fail\n"); in TestConvert()
945 log_err("\nFAILURE: ucnv_fromUChars with sourceLength 0 is expected to return 0\n"); in TestConvert()
950log_err("\nFAILURE: ucnv_fromUChars with targetLength 0 is expected to fail and throw U_BUFFER_OVE… in TestConvert()
955log_err("\nFAILURE: ucnv_toUChars with err != U_ZERO_ERROR is expected to fail and return 0\n"); in TestConvert()
960log_err("\nFAILURE: ucnv_toUChars with targetsize < 0 is expected to throw U_ILLEGAL_ARGUMENT_ERRO… in TestConvert()
965 log_err("\nFAILURE: ucnv_toUChars with sourceLength 0 is expected to return 0\n"); in TestConvert()
970log_err("\nFAILURE: ucnv_toUChars(targetLength)->%s instead of U_STRING_NOT_TERMINATED_WARNING\n", in TestConvert()
993 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
1012 log_err("FAILURE! %s\n", myErrorName(err)); in TestConvert()
1027 log_err("Equality test failed\n"); in TestConvert()
1032 log_err("uchar2 was NULL (ccapitst.c line %d), couldn't do sanity check\n", __LINE__); in TestConvert()
1039 log_err("Equality test failed\n"); in TestConvert()
1188 log_err("FAIL: Converter \"%s\" (i=%d)" in TestAlias()
1202 log_err("FAIL: Converter \"%s\" returned \"%s\" for getName. " in TestAlias()
1221 log_err("FAIL: Converter \"%s\"is ambiguous\n", name); in TestAlias()
1225 log_err("FAIL: Converter \"%s\" -> " in TestAlias()
1234 log_err("FAIL: Converter \"%s\" -> " in TestAlias()
1257 log_err("FAIL: Converter \"%s\" -> " in TestAlias()
1276 log_err("FAIL: \"%s\" -> \"%s\", expect \"ISO_2022,locale=ja,version=2\"\n", in TestAlias()
1289 log_err("FAIL: \"%s\" -> \"%s\", expect UTF-8\n", in TestAlias()
1306 log_err("FAIL: \"%s\" -> \"%s\", expect %s\n", in TestAlias()
1384log_err("TSCC_fromU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->mag… in TSCC_fromU()
1399 log_err("TSCC_fromU: internal clone failed on %p\n", ctx); in TSCC_fromU()
1434log_err("TSCC_toU: Context %p:%d magic is 0x%x should be 0xC0FFEE.\n", ctx,ctx->serial, ctx->magic… in TSCC_toU()
1449 log_err("TSCC_toU: internal clone failed on %p\n", ctx); in TSCC_toU()
1480 log_err("TSCCContext: %p:%d's magic is %x, supposed to be 0xC0FFEE\n", in TSCC_print_log()
1525 log_err("safeClone failed: %s\n", u_errorName(err)); in TestConvertSafeCloneCallback()
1538 log_err("FAIL! from2 is null \n"); in TestConvertSafeCloneCallback()
1543 log_err("FAIL! from3 is null \n"); in TestConvertSafeCloneCallback()
1548 log_err("FAIL! conv1's FROM context changed!\n"); in TestConvertSafeCloneCallback()
1552 log_err("FAIL! conv1's FROM context is the same as conv2's!\n"); in TestConvertSafeCloneCallback()
1556 log_err("FAIL! from1 is closed \n"); in TestConvertSafeCloneCallback()
1560 log_err("FAIL! from2 was closed\n"); in TestConvertSafeCloneCallback()
1571 log_err("FAIL! to2 is null \n"); in TestConvertSafeCloneCallback()
1576 log_err("FAIL! to3 is null \n"); in TestConvertSafeCloneCallback()
1581 log_err("FAIL! conv1's TO context changed!\n"); in TestConvertSafeCloneCallback()
1585 log_err("FAIL! conv1's TO context is the same as conv2's!\n"); in TestConvertSafeCloneCallback()
1589 log_err("FAIL! to1 is closed \n"); in TestConvertSafeCloneCallback()
1593 log_err("FAIL! to2 was closed\n"); in TestConvertSafeCloneCallback()
1606 log_err("FAIL! from1 is NOT closed \n"); in TestConvertSafeCloneCallback()
1610 log_err("FAIL! from2 was closed\n"); in TestConvertSafeCloneCallback()
1614 log_err("FAIL! to1 is NOT closed \n"); in TestConvertSafeCloneCallback()
1618 log_err("FAIL! to2 was closed\n"); in TestConvertSafeCloneCallback()
1628 log_err("FAIL! from1 is NOT closed \n"); in TestConvertSafeCloneCallback()
1632 log_err("FAIL! from2 was NOT closed\n"); in TestConvertSafeCloneCallback()
1639 log_err("FAIL! to1 is NOT closed \n"); in TestConvertSafeCloneCallback()
1643 log_err("FAIL! to2 was NOT closed\n"); in TestConvertSafeCloneCallback()
1732 log_err("FAIL: Cloned converter failed to deal correctly with null status\n"); in TestConvertSafeClone()
1738 log_err("FAIL: Cloned converter failed to deal correctly with incoming error status\n"); in TestConvertSafeClone()
1745log_err("FAIL: Cloned converter failed to deal correctly with null bufferSize pointer\n"); in TestConvertSafeClone()
1754 log_err("FAIL: Cloned converter failed a sizing request ('preflighting')\n"); in TestConvertSafeClone()
1759 log_err("FAIL: Pre-calculated buffer size is too small\n"); in TestConvertSafeClone()
1764 log_err("FAIL: Converter can't be cloned with run-time size\n"); in TestConvertSafeClone()
1774 log_err("FAIL: Cloned converter failed to deal correctly with too-small buffer size\n"); in TestConvertSafeClone()
1786 log_err("FAIL: Cloned converter failed to deal correctly with null buffer pointer\n"); in TestConvertSafeClone()
1797log_err("FAIL: Cloned converter failed to deal correctly with null converter pointer\n"); in TestConvertSafeClone()
1839log_err("ucnv_safeClone(%s) did a heap clone although the buffer was large enough\n", names[idx]); in TestConvertSafeClone()
1848log_err("cloning %s in a stack buffer overwrote bytes outside the bufferSize %d (requested %d)\n", in TestConvertSafeClone()
1854log_err("cloning %s used the heap (bufferSize %d, requested %d) but overwrote stack buffer bytes\n… in TestConvertSafeClone()
1871log_err("FAIL: cloned converter failed to do fromU conversion. Error: %s\n",u_errorName(err)); in TestConvertSafeClone()
1884log_err("FAIL: cloned converter failed to do toU conversion. Error: %s\n",u_errorName(err)); in TestConvertSafeClone()
1890log_err("FAIL: Cloned converter failed to do conversion. Error: %s\n",u_errorName(err)); in TestConvertSafeClone()
1899log_err("ucnv_safeClone(): max preflighted clone size=%d (%s) is larger than U_CNV_SAFECLONE_BUFFE… in TestConvertSafeClone()
1922log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode)); in TestCCSID()
1927log_err("error: ucnv_getPlatform(ucnv_openCCSID(%ld))=%ld!=UCNV_IBM\n", ccsid, ucnv_getPlatform(cn… in TestCCSID()
2007 log_err("error j932 bug 1: expected success, got U_TRUNCATED_CHAR_FOUND\n"); in bug1()
2064 log_err("error j932 bug 2 UTF-8->UTF-32BE: got preflighting size %d instead of 32\n", size); in bug2()
2079 log_err("error j932 bug 2 UTF-32BE->UTF-8: got preflighting size %d instead of 12\n", size); in bug2()
2202 log_err("ucnv_convertEx(%s) chunk[%d] target %p exceeds targetLimit %p\n", in convertExStreaming()
2227 log_err("ucnv_convertEx(%s) chunk[%d] results in %s instead of %s\n", in convertExStreaming()
2230 log_err("ucnv_convertEx(%s) chunk[%d] writes %d bytes instead of %d\n", in convertExStreaming()
2233 log_err("ucnv_convertEx(%s) chunk[%d] writes different bytes than expected\n", in convertExStreaming()
2290 log_err("unable to open a UTF-8 converter - %s\n", u_errorName(errorCode)); in TestConvertEx()
2330log_err("ucnv_convertEx(simple UTF-8 -> Shift_JIS) fails: %s - writes %d bytes, expect %d\n", in TestConvertEx()
2346log_err("ucnv_convertEx(simple UTF-8 -> Shift_JIS) fails: %s, expect U_STRING_NOT_TERMINATED_WARNI… in TestConvertEx()
2357 log_err("ucnv_convertEx(U_MESSAGE_PARSE_ERROR) sets %s\n", u_errorName(errorCode)); in TestConvertEx()
2366 log_err("ucnv_convertEx(pivotLimit==pivotStart) sets %s\n", u_errorName(errorCode)); in TestConvertEx()
2375 log_err("ucnv_convertEx(*pivotSource==NULL) sets %s\n", u_errorName(errorCode)); in TestConvertEx()
2385 log_err("ucnv_convertEx(*source==NULL) sets %s\n", u_errorName(errorCode)); in TestConvertEx()
2395 log_err("ucnv_convertEx(pivotStart==NULL) sets %s\n", u_errorName(errorCode)); in TestConvertEx()
2504log_err("unable to get test character for %s - %s\n", converterName, u_errorName(errorCode)); in getTestChar()
2589log_err("unexpected error %s from %s badUTF8[%ld]\n", u_errorName(errorCode), converterName, (long… in testFromTruncatedUTF8()
2597 log_err("wrong invalidChars from %s badUTF8[%ld]\n", converterName, (long)i); in testFromTruncatedUTF8()
2773 log_err("ucnv_convertEx(UTF-8 C5 F0 -> %s/decimal NCRs) failed\n", converterNames[i]); in TestConvertExFromUTF8_C5F0()
2839log_err("ucnv_fromAlgorithmic(UTF-8 -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINATED_WARNING… in TestConvertAlgorithmic()
2851log_err("ucnv_toAlgorithmic(Shift-JIS -> UTF-8) fails (%s expect U_ZERO_ERROR), returns %d expect … in TestConvertAlgorithmic()
2861log_err("ucnv_toAlgorithmic(empty string -> UTF-8) fails (%s expect U_ZERO_ERROR), returns %d expe… in TestConvertAlgorithmic()
2871log_err("ucnv_fromAlgorithmic(UTF-16 only BOM -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINAT… in TestConvertAlgorithmic()
2881log_err("ucnv_fromAlgorithmic(UTF-32 only BOM -> Shift-JIS) fails (%s expect U_STRING_NOT_TERMINAT… in TestConvertAlgorithmic()
2890 log_err("ucnv_fromAlgorithmic(U_MESSAGE_PARSE_ERROR) sets %s\n", u_errorName(errorCode)); in TestConvertAlgorithmic()
2897 log_err("ucnv_fromAlgorithmic(source==NULL) sets %s\n", u_errorName(errorCode)); in TestConvertAlgorithmic()
2904 log_err("ucnv_fromAlgorithmic(illegal alg. type) sets %s\n", u_errorName(errorCode)); in TestConvertAlgorithmic()
2969 log_err("error: ucnv_getMaxCharSize(%s) expected %d, got %d\n", in TestLMBCSMaxChar()
2977 log_err("error UCNV_GET_MAX_BYTES_FOR_STRING(1, 2)<10\n"); in TestLMBCSMaxChar()
2996 log_err("1U) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3003 log_err("2U) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3010 log_err("3U) Didn't get U_FILE_ACCESS_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3019 log_err("1) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3026 log_err("2) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3033 log_err("3) Didn't get U_FILE_ACCESS_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3041 log_err("4) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3049 log_err("5) Didn't get U_FILE_ACCESS_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3056 log_err("6) Didn't get U_ILLEGAL_ARGUMENT_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3063 log_err("7) Didn't get U_FILE_ACCESS_ERROR as expected %s\n", u_errorName(err)); in TestJ1968()
3111log_err("TestEBCDICSwapLFNL error: ucnv_getName(%s,swaplfnl) failed (%s)\n", name, u_errorName(err… in testSwap()
3117log_err("TestEBCDICSwapLFNL error: ucnv_getName(%s,swaplfnl)=%s should (%d) contain 'swaplfnl'\n",… in testSwap()
3133 log_err("TestEBCDICSwapLFNL error converting to %s - (%s)\n", name, u_errorName(errorCode)); in testSwap()
3139log_err("TestEBCDICSwapLFNL error converting to %s - output lengths %d vs. %d\n", name, normalLeng… in testSwap()
3154log_err("TestEBCDICSwapLFNL error converting to %s - did not swap properly, output[%d]=0x%02x\n", … in testSwap()
3171log_err("TestEBCDICSwapLFNL error converting from %s - (%s)\n", name, u_errorName(errorCode)); in testSwap()
3177log_err("TestEBCDICSwapLFNL error converting from %s - output lengths %d vs. %d\n", name, normalLe… in testSwap()
3192log_err("TestEBCDICSwapLFNL error converting from %s - did not swap properly, output[%d]=U+%04x\n"… in testSwap()
3260 log_err("ucnv_fromUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestFromUCountPending()
3265 log_err("Did not get the expeced output for ucnv_fromUInputConsumed.\n"); in TestFromUCountPending()
3295 log_err("ucnv_fromUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestFromUCountPending()
3299 log_err("ucnv_fromUInputHeld did not return correct length for head\n"); in TestFromUCountPending()
3306 log_err("ucnv_fromUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestFromUCountPending()
3310 log_err("ucnv_fromUInputHeld did not return correct length for middle\n"); in TestFromUCountPending()
3316 log_err("ucnv_fromUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestFromUCountPending()
3322 log_err("ucnv_fromUInputHeld call did not succeed. Error: %s\n", u_errorName(status)); in TestFromUCountPending()
3325 log_err("ucnv_fromUInputHeld did not return correct length for tail\n"); in TestFromUCountPending()
3366 log_err("ucnv_toUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3371 log_err("Did not get the expeced output for ucnv_toUInputConsumed.\n"); in TestToUCountPending()
3401 log_err("Could not create converter for test3. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3408 log_err("ucnv_toUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3411 log_err("Did not get the expected len for head.\n"); in TestToUCountPending()
3418 log_err("ucnv_toUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3421 log_err("Did not get the expected len for mid.\n"); in TestToUCountPending()
3429 log_err("ucnv_toUnicode call did not succeed. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3435 log_err("ucnv_toUCountPending call did not succeed. Error: %s\n", u_errorName(status)); in TestToUCountPending()
3438 log_err("Did not get the expected len for tail.\n"); in TestToUCountPending()
3452 log_err("setDefaultName of %s failed\n", name); in TestOneDefaultNameChange()
3455 log_err("opening the default converter of %s failed\n", name); in TestOneDefaultNameChange()
3461 log_err("ucnv_getName of %s failed\n", name); in TestOneDefaultNameChange()
3524 log_err("ucnv_compareNames(\"%s\", \"%s\")=%d, sign!=%d\n", name1, name2, result, rel); in compareNames()
3568 log_err("ucnv_fromUChars(UTF-16, U+D900) did not write a BOM\n"); in TestSubstString()
3583 log_err("ucnv_fromUChars(UTF-32, U+D900) did not write a BOM\n"); in TestSubstString()
3595 log_err("ucnv_setSubstString(ISO-8859-1, sub[5]) failed - %s\n", u_errorName(errorCode)); in TestSubstString()
3601log_err("ucnv_getSubstChars(ucnv_setSubstString(ISO-8859-1, sub[5])) failed - %s\n", u_errorName(e… in TestSubstString()
3615 log_err("ucnv_setSubstString(HZ, sub[5]) failed - %s\n", u_errorName(errorCode)); in TestSubstString()
3621log_err("ucnv_getSubstChars(ucnv_setSubstString(HZ, sub[5])) failed - %s\n", u_errorName(errorCode… in TestSubstString()
3647 log_err("ucnv_open() failed - %s\n", u_errorName(errorCode)); in InvalidArguments()
3655log_err("ucnv_fromUnicode() failed to return U_ILLEGAL_ARGUMENT_ERROR for incomplete UChar * buffe… in InvalidArguments()
3662log_err("ucnv_fromUnicode() failed to return U_ILLEGAL_ARGUMENT_ERROR for bad limit pointer - %s\n… in InvalidArguments()
3669log_err("ucnv_toUnicode() failed to return U_ILLEGAL_ARGUMENT_ERROR for incomplete UChar * buffer … in InvalidArguments()
3676log_err("ucnv_toUnicode() failed to return U_ILLEGAL_ARGUMENT_ERROR for bad limit pointer - %s\n",… in InvalidArguments()
3682 log_err("Data was incorrectly written to buffers\n"); in InvalidArguments()
3704 log_err("ucnv_getName(%s) = %s != %s -- %s\n", in TestGetName()
3753 log_err("unexpected %s BOM writing behavior -- %s\n", in TestUTFBOM()