• Home
  • Raw
  • Download

Lines Matching refs:log_err

154         log_err("u_strToUTF32(preflight with length): "  in Test_strToUTF32()
163 log_err("u_strToUTF32(with length): " in Test_strToUTF32()
187 log_err("u_strToUTF32(preflight with NUL-termination): " in Test_strToUTF32()
196 log_err("u_strToUTF32(with NUL-termination): " in Test_strToUTF32()
226 log_err("u_strToUTF32(preflight surr16+%ld) sets %s != U_INVALID_CHAR_FOUND\n", in Test_strToUTF32_surrogates()
234 log_err("u_strToUTF32(surr16+%ld) sets %s != U_INVALID_CHAR_FOUND\n", in Test_strToUTF32_surrogates()
242 log_err("u_strToUTF32(preflight surr16+%ld/NUL) sets %s != U_INVALID_CHAR_FOUND\n", in Test_strToUTF32_surrogates()
250 log_err("u_strToUTF32(surr16+%ld/NUL) sets %s != U_INVALID_CHAR_FOUND\n", in Test_strToUTF32_surrogates()
259log_err("u_strToUTF32(preflight surr16+4) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected leng… in Test_strToUTF32_surrogates()
267log_err("u_strToUTF32(surr16+4) sets %s != U_ZERO_ERROR or does not produce the expected string\n", in Test_strToUTF32_surrogates()
275log_err("u_strToUTF32(preflight surr16+4/NUL) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected … in Test_strToUTF32_surrogates()
283log_err("u_strToUTF32(surr16+4/NUL) sets %s != U_ZERO_ERROR or does not produce the expected strin… in Test_strToUTF32_surrogates()
293log_err("u_strToUTF32WithSub(preflight surr16) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected… in Test_strToUTF32_surrogates()
301log_err("u_strToUTF32WithSub(surr16) sets %s != U_ZERO_ERROR or does not produce the expected stri… in Test_strToUTF32_surrogates()
309log_err("u_strToUTF32WithSub(preflight surr16/NUL) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpe… in Test_strToUTF32_surrogates()
317log_err("u_strToUTF32WithSub(surr16/NUL) sets %s != U_ZERO_ERROR or does not produce the expected … in Test_strToUTF32_surrogates()
333 log_err("u_strFromUTF32(preflight with length): " in Test_strFromUTF32()
342 log_err("u_strFromUTF32(with length): " in Test_strFromUTF32()
367 log_err("u_strFromUTF32(preflight with NUL-termination): " in Test_strFromUTF32()
376 log_err("u_strFromUTF32(with NUL-termination): " in Test_strFromUTF32()
407 log_err("u_strFromUTF32(preflight surr32+%ld) sets %s != U_INVALID_CHAR_FOUND\n", in Test_strFromUTF32_surrogates()
415 log_err("u_strFromUTF32(surr32+%ld) sets %s != U_INVALID_CHAR_FOUND\n", in Test_strFromUTF32_surrogates()
423 log_err("u_strFromUTF32(preflight surr32+%ld/NUL) sets %s != U_INVALID_CHAR_FOUND\n", in Test_strFromUTF32_surrogates()
431 log_err("u_strFromUTF32(surr32+%ld/NUL) sets %s != U_INVALID_CHAR_FOUND\n", in Test_strFromUTF32_surrogates()
440log_err("u_strFromUTF32(preflight surr32+6) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected le… in Test_strFromUTF32_surrogates()
448log_err("u_strFromUTF32(surr32+6) sets %s != U_ZERO_ERROR or does not produce the expected string\… in Test_strFromUTF32_surrogates()
456log_err("u_strFromUTF32(preflight surr32+6/NUL) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpecte… in Test_strFromUTF32_surrogates()
464log_err("u_strFromUTF32(surr32+6/NUL) sets %s != U_ZERO_ERROR or does not produce the expected str… in Test_strFromUTF32_surrogates()
474log_err("u_strFromUTF32WithSub(preflight surr32) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpect… in Test_strFromUTF32_surrogates()
482log_err("u_strFromUTF32WithSub(surr32) sets %s != U_ZERO_ERROR or does not produce the expected st… in Test_strFromUTF32_surrogates()
490log_err("u_strFromUTF32WithSub(preflight surr32/NUL) sets %s != U_BUFFER_OVERFLOW_ERROR or an unex… in Test_strFromUTF32_surrogates()
498log_err("u_strFromUTF32WithSub(surr32/NUL) sets %s != U_ZERO_ERROR or does not produce the expecte… in Test_strFromUTF32_surrogates()
536 log_err("u_strToUTF8 failed after preflight. Error: %s\n", u_errorName(err)); in Test_UChar_UTF8_API()
542 log_err("Should have gotten U_BUFFER_OVERFLOW_ERROR"); in Test_UChar_UTF8_API()
576 log_err("error: u_strFromUTF8(preflight) should have gotten U_BUFFER_OVERFLOW_ERROR\n"); in Test_UChar_UTF8_API()
595 log_err("error: u_strFromUTF8(after preflighting) failed\n"); in Test_UChar_UTF8_API()
618 log_err("Should have gotten U_BUFFER_OVERFLOW_ERROR"); in Test_UChar_UTF8_API()
649 log_err("Should have gotten U_BUFFER_OVERFLOW_ERROR"); in Test_UChar_UTF8_API()
665 log_err("u_strToUTF8() failed \n"); in Test_UChar_UTF8_API()
694log_err("error: u_strTo/FromUTF8(string with single surrogate) fails to report error\n"); in Test_UChar_UTF8_API()
711 log_err("error: u_strFromUTF8WithSub(length) failed\n"); in Test_UChar_UTF8_API()
726 log_err("error: u_strFromUTF8WithSub(NUL termination) failed\n"); in Test_UChar_UTF8_API()
739 log_err("error: u_strFromUTF8WithSub(preflight/NUL termination) failed\n"); in Test_UChar_UTF8_API()
754 log_err("error: u_strToUTF8WithSub(length) failed\n"); in Test_UChar_UTF8_API()
769 log_err("error: u_strToUTF8WithSub(NUL termination) failed\n"); in Test_UChar_UTF8_API()
783 log_err("error: u_strToUTF8WithSub(preflight/NUL termination) failed\n"); in Test_UChar_UTF8_API()
800 log_err("error: u_strFromUTF8WithSub(no subs) failed\n"); in Test_UChar_UTF8_API()
815 log_err("error: u_strToUTF8WithSub(no subs) failed\n"); in Test_UChar_UTF8_API()
832 log_err("error: u_strFromUTF8WithSub(no subchar) failed\n"); in Test_UChar_UTF8_API()
847 log_err("error: u_strToUTF8WithSub(no subchar) failed\n"); in Test_UChar_UTF8_API()
860 log_err("error: u_strFromUTF8(5-byte lead byte) failed\n"); in Test_UChar_UTF8_API()
898 log_err("error: u_strFromUTF8(preflight srcLength=3) fails: destLength=%ld - %s\n", in Test_FromUTF8()
907 log_err("error: u_strFromUTF8(preflight srcLength=4) fails: destLength=%ld - %s\n", in Test_FromUTF8()
916 log_err("error: u_strFromUTF8(preflight srcLength=-1) fails: destLength=%ld - %s\n", in Test_FromUTF8()
926 log_err("error: u_strFromUTF8(transform srcLength=3) fails: destLength=%ld - %s\n", in Test_FromUTF8()
1000 log_err("u_strFromUTF8Lenient(src=NULL) failed\n"); in Test_FromUTF8Lenient()
1008 log_err("u_strFromUTF8Lenient(dest=NULL[1]) failed\n"); in Test_FromUTF8Lenient()
1016 log_err("u_strFromUTF8Lenient(U_MEMORY_ALLOCATION_ERROR) failed\n"); in Test_FromUTF8Lenient()
1037 log_err("u_strFromUTF8Lenient(%d preflighting with NUL-termination) failed\n", number); in Test_FromUTF8Lenient()
1049log_err("u_strFromUTF8Lenient(%d preflighting/some capacity with NUL-termination) failed\n", numbe… in Test_FromUTF8Lenient()
1062log_err("u_strFromUTF8Lenient(%d conversion with NUL-termination, much capacity) failed\n", number… in Test_FromUTF8Lenient()
1074log_err("u_strFromUTF8Lenient(%d conversion with NUL-termination, exact capacity) failed\n", numbe… in Test_FromUTF8Lenient()
1085 log_err("u_strFromUTF8Lenient(%d preflighting with length) failed\n", number); in Test_FromUTF8Lenient()
1097log_err("u_strFromUTF8Lenient(%d preflighting/some capacity with length) failed\n", number); in Test_FromUTF8Lenient()
1110log_err("u_strFromUTF8Lenient(%d conversion with length, much capacity) failed\n", number); in Test_FromUTF8Lenient()
1123log_err("u_strFromUTF8Lenient(%d conversion with length, srcLength capacity/not terminated) failed… in Test_FromUTF8Lenient()
1130log_err("u_strFromUTF8Lenient(%d conversion with length, srcLength capacity/terminated) failed\n",… in Test_FromUTF8Lenient()
1181 log_err("u_strFromWCS() should return NULL with a bad argument\n"); in Test_UChar_WCHART_API()
1184 log_err("u_strToWCS() should return NULL with a bad argument\n"); in Test_UChar_WCHART_API()
1191 log_err("u_strFromWCS(NULL, NULL) failed. Error: %s \n", u_errorName(err)); in Test_UChar_WCHART_API()
1196 log_err("u_strToWCS(NULL, NULL) failed. Error: %s \n", u_errorName(err)); in Test_UChar_WCHART_API()
1221 log_err("u_strFromWCS() failed. Error: %s \n", u_errorName(err)); in Test_UChar_WCHART_API()
1236 log_err("u_strToWCS() failed \n"); in Test_UChar_WCHART_API()
1282 log_err("u_strToWCS() failed \n"); in Test_UChar_WCHART_API()
1332 log_err("u_strToWCS() failed \n"); in Test_UChar_WCHART_API()
1350 log_err("u_terminateWChars(buffer, all, 3, zero) failed: %s length %d [3]==U+%04x\n", in Test_UChar_WCHART_API()
1358 log_err("u_terminateWChars(buffer, 3, 3, zero) failed: %s length %d [3]==U+%04x\n", in Test_UChar_WCHART_API()
1366log_err("u_terminateWChars(buffer, all, 3, not-terminated) failed: %s length %d [3]==U+%04x\n", in Test_UChar_WCHART_API()
1374 log_err("u_terminateWChars(buffer, 2, 3, zero) failed: %s length %d [3]==U+%04x\n", in Test_UChar_WCHART_API()
1405 log_err("test_widestrs: u_strToWCS error: %s!\n",errname); in Test_widestrs()
1408log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl); in Test_widestrs()
1419log_err("u_strFromWCS: wcs = %S, wl = %d,rts = %s, rtl = %d!\n", wcs, wl, u_austrcpy(astr, rts), r… in Test_widestrs()
1490 log_err("Error: dest len is %d but expected src len %d\n", reqLen, uSrcLen); in Test_WCHART_LongString()
1504 log_err("u_strToWCS() failed \n"); in Test_WCHART_LongString()
1559 log_err("u_strToJavaModifiedUTF8(normal) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1570log_err("u_strToJavaModifiedUTF8(normal, pLength=NULL) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1581 log_err("u_strToJavaModifiedUTF8(tight) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1591 log_err("u_strToJavaModifiedUTF8(NUL-terminated) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1601log_err("u_strToJavaModifiedUTF8(NUL-terminated, pLength=NULL) failed - %s\n", u_errorName(errorCo… in Test_strToJavaModifiedUTF8()
1611 log_err("u_strToJavaModifiedUTF8(overflow) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1621 log_err("u_strToJavaModifiedUTF8(pure preflighting) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1632 log_err("u_strToJavaModifiedUTF8(short) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1643 log_err("u_strToJavaModifiedUTF8(asciiNul) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1653 log_err("u_strToJavaModifiedUTF8(empty) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1663 log_err("u_strToJavaModifiedUTF8(dest=NULL) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1671 log_err("u_strToJavaModifiedUTF8(destCapacity<0) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1679 log_err("u_strToJavaModifiedUTF8(src=NULL) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1687log_err("u_strToJavaModifiedUTF8(src=NULL, srcLength<0) failed - %s\n", u_errorName(errorCode)); in Test_strToJavaModifiedUTF8()
1752 log_err("u_strFromJavaModifiedUTF8WithSub(normal) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1765log_err("u_strFromJavaModifiedUTF8WithSub(normal, pLength=NULL) failed - %s\n", u_errorName(errorC… in Test_strFromJavaModifiedUTF8()
1777log_err("u_strFromJavaModifiedUTF8WithSub(normal, pNumSubstitutions=NULL) failed - %s\n", u_errorN… in Test_strFromJavaModifiedUTF8()
1790 log_err("u_strFromJavaModifiedUTF8WithSub(tight) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1803log_err("u_strFromJavaModifiedUTF8WithSub(NUL-terminated) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1816log_err("u_strFromJavaModifiedUTF8WithSub(NUL-terminated, pLength=NULL) failed - %s\n", u_errorNam… in Test_strFromJavaModifiedUTF8()
1828log_err("u_strFromJavaModifiedUTF8WithSub(NUL-terminated, pNumSubstitutions=NULL) failed - %s\n", … in Test_strFromJavaModifiedUTF8()
1839 log_err("u_strFromJavaModifiedUTF8WithSub(overflow) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1850log_err("u_strFromJavaModifiedUTF8WithSub(pure preflighting) failed - %s\n", u_errorName(errorCode… in Test_strFromJavaModifiedUTF8()
1863 log_err("u_strFromJavaModifiedUTF8WithSub(short) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1876 log_err("u_strFromJavaModifiedUTF8WithSub(asciiNul) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1887 log_err("u_strFromJavaModifiedUTF8WithSub(empty) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1900log_err("u_strFromJavaModifiedUTF8WithSub(invalid->fffd) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1913log_err("u_strFromJavaModifiedUTF8WithSub(invalid->50000) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1922log_err("u_strFromJavaModifiedUTF8WithSub(invalid->error) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1934log_err("u_strFromJavaModifiedUTF8WithSub(normal->error) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1945log_err("u_strFromJavaModifiedUTF8WithSub(dest=NULL) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1954log_err("u_strFromJavaModifiedUTF8WithSub(destCapacity<0) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1963 log_err("u_strFromJavaModifiedUTF8WithSub(src=NULL) failed - %s\n", u_errorName(errorCode)); in Test_strFromJavaModifiedUTF8()
1971log_err("u_strFromJavaModifiedUTF8WithSub(src=NULL, srcLength<0) failed - %s\n", u_errorName(error… in Test_strFromJavaModifiedUTF8()
1980log_err("u_strFromJavaModifiedUTF8WithSub(subchar=U_SENTINEL) failed - %s\n", u_errorName(errorCod… in Test_strFromJavaModifiedUTF8()
1989log_err("u_strFromJavaModifiedUTF8WithSub(subchar is surrogate) failed - %s\n", u_errorName(errorC… in Test_strFromJavaModifiedUTF8()
2012 log_err("u_strFromUTF8(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2020 log_err("u_strFromUTF8WithSub(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2028 log_err("u_strFromUTF8Lenient(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2036 log_err("u_strFromUTF32(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2044 log_err("u_strFromUTF32WithSub(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2052 log_err("u_strFromJavaModifiedUTF8WithSub(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2062 log_err("u_strToUTF8(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2070 log_err("u_strToUTF8(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2078 log_err("u_strToUTF32(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2086 log_err("u_strToUTF32WithSub(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2094 log_err("u_strToJavaModifiedUTF8(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2104 log_err("u_strFromWCS(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()
2112 log_err("u_strToWCS(source=NULL, sourceLength=0) failed\n"); in TestNullEmptySource()