Home
last modified time | relevance | path

Searched refs:log_err (Results 1 – 25 of 1763) sorted by relevance

12345678910>>...71

/dports/devel/icu/icu/source/test/cintltst/
H A Dcstrtest.c56 log_err("uprv_tolower(abc) failed\n"); in TestAPI()
63 log_err("uprv_tolower(ABC) failed\n"); in TestAPI()
70 log_err("uprv_toupper(abc) failed\n"); in TestAPI()
77 log_err("uprv_toupper(ABC) failed\n"); in TestAPI()
117 log_err("FAIL: *****uprv_stricmp() failed."); in TestAPI()
146 log_err("FAIL: *****uprv_strnicmp() failed."); in TestAPI()
205 log_err("u_charsToUChars(invariantChars) failed\n"); in TestInvariant()
210 log_err("u_UCharsToChars(invariantUChars) failed\n"); in TestInvariant()
221 log_err("u_charsToUChars(variantChars) failed\n"); in TestInvariant()
248 log_err("unable to open the default converter\n"); in TestInvariant()
[all …]
H A Dcustrtst.c118 log_err("There is an error in u_strlen()"); in TestStringFunctions()
138 log_err("an error occurred in u_memcmp()\n"); in TestStringFunctions()
150 log_err("u_memset() went too far\n"); in TestStringFunctions()
190 log_err("an error occurred in u_memcmp()\n"); in TestStringFunctions()
211 log_err("an error occurred in u_memcmp()\n"); in TestStringFunctions()
1138 log_err("memory allocation error"); in TestUnescapeRepeatedSurrogateLead20725()
1145 log_err("failure in u_unescape()"); in TestUnescapeRepeatedSurrogateLead20725()
1311 log_err("%s->move(start) failed\n", n1); in compareIterators()
1321 log_err("%s->move(start) failed\n", n2); in compareIterators()
1376 log_err("%s->move(limit) failed\n", n1); in compareIterators()
[all …]
H A Dnccbtst.c2792 log_err("\n"); in testConvertFromUnicode()
2796 log_err("\n"); in testConvertFromUnicode()
2978 log_err("\n"); in testConvertToUnicode()
2982 log_err("\n"); in testConvertToUnicode()
2986 log_err("\n"); in testConvertToUnicode()
2990 log_err("\n"); in testConvertToUnicode()
3007 log_err("\n"); in testConvertToUnicode()
3166 log_err("\n"); in testConvertFromUnicodeWithContext()
3170 log_err("\n"); in testConvertFromUnicodeWithContext()
3335 log_err("\n"); in testConvertToUnicodeWithContext()
[all …]
H A Dncnvtst.c198 log_err("u-> not match.\n"); in TestSurrogateBehaviour()
228 log_err("u-> not match.\n"); in TestSurrogateBehaviour()
817 log_err("u->UTF-32BE\n"); in TestRegressionUTF32()
820 log_err("u->UTF-32BE\n"); in TestRegressionUTF32()
824 log_err("u->UTF-32LE\n"); in TestRegressionUTF32()
827 log_err("u->UTF-32LE\n"); in TestRegressionUTF32()
1324 log_err("Got : "); in testConvertFromU()
1328 log_err("\nExpected: "); in testConvertFromU()
1493 log_err("\nExpected: "); in testConvertToU()
1496 log_err(""); in testConvertToU()
[all …]
H A Dchashtst.c146 log_err("FAIL: compareChars failed\n"); in TestBasic()
152 log_err("FAIL: compareIChars failed\n"); in TestBasic()
200 log_err("FAIL: uhash_puti(zero, 0)"); in TestAllowZero()
238 log_err("FAIL: uhash_find failed\n"); in TestOtherAPI()
250 log_err("FAIL: uhash_geti failed\n"); in TestOtherAPI()
284 log_err("FAIL: compareUChars failed\n"); in TestOtherAPI()
300 log_err("FAIL: compareLong failed\n"); in TestOtherAPI()
312 log_err("FAIL: uhash_remove failed\n"); in TestOtherAPI()
315 log_err("FAIL: uhash_remove failed\n"); in TestOtherAPI()
325 log_err("FAIL: uhash_remove failed\n"); in TestOtherAPI()
[all …]
H A Dutf16tst.c83 log_err("ERROR: %x is a single character\n", c); in TestCodeUnitValues()
92 log_err("ERROR: %x is a first surrogate\n", c); in TestCodeUnitValues()
101 log_err("ERROR: %x is a second surrogate\n", c); in TestCodeUnitValues()
140 log_err("ERROR: UTF16_NEED_MULTIPLE_UCHAR failed for %lx\n", c); in TestCharLength()
427 log_err("U16_NEXT(from %d)=U+%04x != U+%04x\n", i0, c, expected); in TestNulTerminated()
433 log_err("U16_NEXT_OR_FFFD(from %d)=U+%04x != U+%04x\n", i0, c, expected); in TestNulTerminated()
845 log_err("U16_APPEND_UNSAFE did not generate the expected output\n"); in TestAppend()
859 log_err("U16_APPEND did not set isError correctly\n"); in TestAppend()
862 log_err("U16_APPEND did not generate the expected output\n"); in TestAppend()
881 log_err("Failure in first surrogate in 0x%x expected to be 0x%x\n", in TestSurrogate()
[all …]
H A Dutf8tst.c81 log_err("0x%02x ", *(uchars+i)); in printUChars()
200 log_err("ERROR: UTF8_NEED_MULTIPLE_UCHAR failed for %lx\n", c); in TestCharLength()
492 log_err("U8_NEXT(from %d)=U+%04x != U+%04x\n", i0, c, expected); in TestNulTerminated()
567 log_err("U8_PREV(at %d) failed to read a non-character\n", idx); in TestNextPrevNonCharacters()
1128 log_err("\nGot: "); in TestAppendChar()
1130 log_err("\n"); in TestAppendChar()
1142 log_err("\nGot: "); in TestAppendChar()
1144 log_err("\n"); in TestAppendChar()
1214 log_err("U8_APPEND_UNSAFE did not generate the expected output\n"); in TestAppend()
1228 log_err("U8_APPEND did not set isError correctly\n"); in TestAppend()
[all …]
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcstrtest.c56 log_err("uprv_tolower(abc) failed\n"); in TestAPI()
63 log_err("uprv_tolower(ABC) failed\n"); in TestAPI()
70 log_err("uprv_toupper(abc) failed\n"); in TestAPI()
77 log_err("uprv_toupper(ABC) failed\n"); in TestAPI()
117 log_err("FAIL: *****uprv_stricmp() failed."); in TestAPI()
146 log_err("FAIL: *****uprv_strnicmp() failed."); in TestAPI()
205 log_err("u_charsToUChars(invariantChars) failed\n"); in TestInvariant()
210 log_err("u_UCharsToChars(invariantUChars) failed\n"); in TestInvariant()
221 log_err("u_charsToUChars(variantChars) failed\n"); in TestInvariant()
248 log_err("unable to open the default converter\n"); in TestInvariant()
[all …]
H A Dcustrtst.c118 log_err("There is an error in u_strlen()"); in TestStringFunctions()
138 log_err("an error occurred in u_memcmp()\n"); in TestStringFunctions()
150 log_err("u_memset() went too far\n"); in TestStringFunctions()
190 log_err("an error occurred in u_memcmp()\n"); in TestStringFunctions()
211 log_err("an error occurred in u_memcmp()\n"); in TestStringFunctions()
1138 log_err("memory allocation error"); in TestUnescapeRepeatedSurrogateLead20725()
1145 log_err("failure in u_unescape()"); in TestUnescapeRepeatedSurrogateLead20725()
1311 log_err("%s->move(start) failed\n", n1); in compareIterators()
1321 log_err("%s->move(start) failed\n", n2); in compareIterators()
1376 log_err("%s->move(limit) failed\n", n1); in compareIterators()
[all …]
H A Dnccbtst.c2792 log_err("\n"); in testConvertFromUnicode()
2796 log_err("\n"); in testConvertFromUnicode()
2978 log_err("\n"); in testConvertToUnicode()
2982 log_err("\n"); in testConvertToUnicode()
2986 log_err("\n"); in testConvertToUnicode()
2990 log_err("\n"); in testConvertToUnicode()
3007 log_err("\n"); in testConvertToUnicode()
3166 log_err("\n"); in testConvertFromUnicodeWithContext()
3170 log_err("\n"); in testConvertFromUnicodeWithContext()
3335 log_err("\n"); in testConvertToUnicodeWithContext()
[all …]
H A Dncnvtst.c198 log_err("u-> not match.\n"); in TestSurrogateBehaviour()
228 log_err("u-> not match.\n"); in TestSurrogateBehaviour()
817 log_err("u->UTF-32BE\n"); in TestRegressionUTF32()
820 log_err("u->UTF-32BE\n"); in TestRegressionUTF32()
824 log_err("u->UTF-32LE\n"); in TestRegressionUTF32()
827 log_err("u->UTF-32LE\n"); in TestRegressionUTF32()
1324 log_err("Got : "); in testConvertFromU()
1328 log_err("\nExpected: "); in testConvertFromU()
1493 log_err("\nExpected: "); in testConvertToU()
1496 log_err(""); in testConvertToU()
[all …]
H A Dchashtst.c146 log_err("FAIL: compareChars failed\n"); in TestBasic()
152 log_err("FAIL: compareIChars failed\n"); in TestBasic()
200 log_err("FAIL: uhash_puti(zero, 0)"); in TestAllowZero()
238 log_err("FAIL: uhash_find failed\n"); in TestOtherAPI()
250 log_err("FAIL: uhash_geti failed\n"); in TestOtherAPI()
284 log_err("FAIL: compareUChars failed\n"); in TestOtherAPI()
300 log_err("FAIL: compareLong failed\n"); in TestOtherAPI()
312 log_err("FAIL: uhash_remove failed\n"); in TestOtherAPI()
315 log_err("FAIL: uhash_remove failed\n"); in TestOtherAPI()
325 log_err("FAIL: uhash_remove failed\n"); in TestOtherAPI()
[all …]
H A Dutf16tst.c83 log_err("ERROR: %x is a single character\n", c); in TestCodeUnitValues()
92 log_err("ERROR: %x is a first surrogate\n", c); in TestCodeUnitValues()
101 log_err("ERROR: %x is a second surrogate\n", c); in TestCodeUnitValues()
140 log_err("ERROR: UTF16_NEED_MULTIPLE_UCHAR failed for %lx\n", c); in TestCharLength()
427 log_err("U16_NEXT(from %d)=U+%04x != U+%04x\n", i0, c, expected); in TestNulTerminated()
433 log_err("U16_NEXT_OR_FFFD(from %d)=U+%04x != U+%04x\n", i0, c, expected); in TestNulTerminated()
845 log_err("U16_APPEND_UNSAFE did not generate the expected output\n"); in TestAppend()
859 log_err("U16_APPEND did not set isError correctly\n"); in TestAppend()
862 log_err("U16_APPEND did not generate the expected output\n"); in TestAppend()
881 log_err("Failure in first surrogate in 0x%x expected to be 0x%x\n", in TestSurrogate()
[all …]
/dports/devel/icu/icu/source/test/iotest/
H A Dfiletst.c123 log_err("Can't read test file."); in TestFileFromICU()
396 log_err("Can't write test file.\n"); in TestCodepageAndLocale()
478 log_err("Can't write test file.\n"); in TestfgetsBuffers()
636 log_err("Can't write test file.\n"); in TestfgetsLineCount()
751 log_err("u_fgets read too much\n"); in TestfgetsNewLineHandling()
781 log_err("Can't read test file.\n"); in TestLineCount()
846 log_err("Can't read test file.\n"); in TestFgetsLineBuffering()
973 log_err("Can't read test file."); in TestCodepageFlush()
1057 log_err("Can't read test file."); in TestFilePrintCompatibility()
1129 log_err("OS newline error\n"); in TestFilePrintCompatibility()
[all …]
H A Dstrtst.c139 log_err("%%p Got: %p, Expected: %p\n", ptr, origPtr); in TestString()
145 log_err("%%c Got: %c, Expected: A\n", *myString); in TestString()
151 log_err("%%C Got: %C, Expected: A\n", *myUString); in TestString()
179 log_err("%%S Got: %s, Expected: (null)\n", myString); in TestString()
260 log_err("u_fstropen failed to work\n"); in TestLocalizedString()
377 log_err("%" uFormat " too much stored\n");\
634 log_err("%s too much stored\n", format); in TestSScanSetFormat()
759 log_err("test 1: scanf did not return 0\n"); in TestCount()
765 log_err("test 2: scanf did not return 0\n"); in TestCount()
771 log_err("test 3: scanf did not return 0\n"); in TestCount()
[all …]
H A Dtrnstst.c30 log_err("Couldn't open test file for writing\n"); in TestTranslitOps()
37 log_err("Error opening transliterator %s\n", u_errorName(err)); in TestTranslitOps()
54 log_err("Error, a transliterator was already set!\n"); in TestTranslitOps()
86 log_err("Err setting transliterator %s\n", u_errorName(err)); in TestTranslitOps()
133 log_err("Couldn't open test file for writing\n"); in TestTranslitFileOut()
156 log_err("Err, a transliterator was already set!\n"); in TestTranslitFileOut()
192 log_err("Couldn't reopen test file\n"); in TestTranslitFileOut()
211 log_err("Read string doesn't match expected.\n"); in TestTranslitFileOut()
238 log_err("Couldn't open test file for writing\n"); in TestTranslitStringOut()
261 log_err("Err, a transliterator was already set!\n"); in TestTranslitStringOut()
[all …]
/dports/devel/icu-lx/icu/source/test/iotest/
H A Dfiletst.c123 log_err("Can't read test file."); in TestFileFromICU()
396 log_err("Can't write test file.\n"); in TestCodepageAndLocale()
478 log_err("Can't write test file.\n"); in TestfgetsBuffers()
636 log_err("Can't write test file.\n"); in TestfgetsLineCount()
751 log_err("u_fgets read too much\n"); in TestfgetsNewLineHandling()
781 log_err("Can't read test file.\n"); in TestLineCount()
846 log_err("Can't read test file.\n"); in TestFgetsLineBuffering()
973 log_err("Can't read test file."); in TestCodepageFlush()
1057 log_err("Can't read test file."); in TestFilePrintCompatibility()
1129 log_err("OS newline error\n"); in TestFilePrintCompatibility()
[all …]
H A Dstrtst.c139 log_err("%%p Got: %p, Expected: %p\n", ptr, origPtr); in TestString()
145 log_err("%%c Got: %c, Expected: A\n", *myString); in TestString()
151 log_err("%%C Got: %C, Expected: A\n", *myUString); in TestString()
179 log_err("%%S Got: %s, Expected: (null)\n", myString); in TestString()
260 log_err("u_fstropen failed to work\n"); in TestLocalizedString()
377 log_err("%" uFormat " too much stored\n");\
634 log_err("%s too much stored\n", format); in TestSScanSetFormat()
759 log_err("test 1: scanf did not return 0\n"); in TestCount()
765 log_err("test 2: scanf did not return 0\n"); in TestCount()
771 log_err("test 3: scanf did not return 0\n"); in TestCount()
[all …]
H A Dtrnstst.c30 log_err("Couldn't open test file for writing\n"); in TestTranslitOps()
37 log_err("Error opening transliterator %s\n", u_errorName(err)); in TestTranslitOps()
54 log_err("Error, a transliterator was already set!\n"); in TestTranslitOps()
86 log_err("Err setting transliterator %s\n", u_errorName(err)); in TestTranslitOps()
133 log_err("Couldn't open test file for writing\n"); in TestTranslitFileOut()
156 log_err("Err, a transliterator was already set!\n"); in TestTranslitFileOut()
192 log_err("Couldn't reopen test file\n"); in TestTranslitFileOut()
211 log_err("Read string doesn't match expected.\n"); in TestTranslitFileOut()
238 log_err("Couldn't open test file for writing\n"); in TestTranslitStringOut()
261 log_err("Err, a transliterator was already set!\n"); in TestTranslitStringOut()
[all …]
/dports/devel/atlas-devel/Atlas-C++-0.6.4/protocol/spec/
H A Datlas-to-def.pl6 sub log_err {} subroutine
35 log_err "Parse type stack is now:";
36 foreach(@parse_type) {log_err " $_";}
37 log_err "\n";
64 log_err "Staring a map\n";
71 log_err "Staring a array\n";
96 log_err "Staring a string\n";
102 log_err "Staring a number\n";
121 log_err "Got key $1\n";
140 log_err "Got a ]\n";
[all …]
/dports/devel/icu/icu/source/samples/uciter8/
H A Duciter8.c37 #define log_err printf macro
112 log_err("%s->move(start) failed\n", n1); in compareIterators()
116 log_err("%s->hasNext() at the start returns false\n", n1); in compareIterators()
122 log_err("%s->move(start) failed\n", n2); in compareIterators()
126 log_err("%s->hasNext() at the start returns false\n", n2); in compareIterators()
140 log_err("%s->hasNext() at the end returns true\n", n1); in compareIterators()
144 log_err("%s->hasNext() at the end returns true\n", n2); in compareIterators()
177 log_err("%s->move(limit) failed\n", n1); in compareIterators()
181 log_err("%s->hasPrevious() at the end returns false\n", n1); in compareIterators()
187 log_err("%s->move(limit) failed\n", n2); in compareIterators()
[all …]
/dports/devel/icu-lx/icu/source/samples/uciter8/
H A Duciter8.c37 #define log_err printf macro
112 log_err("%s->move(start) failed\n", n1); in compareIterators()
116 log_err("%s->hasNext() at the start returns false\n", n1); in compareIterators()
122 log_err("%s->move(start) failed\n", n2); in compareIterators()
126 log_err("%s->hasNext() at the start returns false\n", n2); in compareIterators()
140 log_err("%s->hasNext() at the end returns true\n", n1); in compareIterators()
144 log_err("%s->hasNext() at the end returns true\n", n2); in compareIterators()
177 log_err("%s->move(limit) failed\n", n1); in compareIterators()
181 log_err("%s->hasPrevious() at the end returns false\n", n1); in compareIterators()
187 log_err("%s->move(limit) failed\n", n2); in compareIterators()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/samples/uciter8/
H A Duciter8.c37 #define log_err printf macro
112 log_err("%s->move(start) failed\n", n1); in compareIterators()
116 log_err("%s->hasNext() at the start returns FALSE\n", n1); in compareIterators()
122 log_err("%s->move(start) failed\n", n2); in compareIterators()
126 log_err("%s->hasNext() at the start returns FALSE\n", n2); in compareIterators()
140 log_err("%s->hasNext() at the end returns TRUE\n", n1); in compareIterators()
144 log_err("%s->hasNext() at the end returns TRUE\n", n2); in compareIterators()
177 log_err("%s->move(limit) failed\n", n1); in compareIterators()
181 log_err("%s->hasPrevious() at the end returns FALSE\n", n1); in compareIterators()
187 log_err("%s->move(limit) failed\n", n2); in compareIterators()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/samples/uciter8/
H A Duciter8.c37 #define log_err printf macro
112 log_err("%s->move(start) failed\n", n1); in compareIterators()
116 log_err("%s->hasNext() at the start returns false\n", n1); in compareIterators()
122 log_err("%s->move(start) failed\n", n2); in compareIterators()
126 log_err("%s->hasNext() at the start returns false\n", n2); in compareIterators()
140 log_err("%s->hasNext() at the end returns true\n", n1); in compareIterators()
144 log_err("%s->hasNext() at the end returns true\n", n2); in compareIterators()
177 log_err("%s->move(limit) failed\n", n1); in compareIterators()
181 log_err("%s->hasPrevious() at the end returns false\n", n1); in compareIterators()
187 log_err("%s->move(limit) failed\n", n2); in compareIterators()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/samples/uciter8/
H A Duciter8.c37 #define log_err printf macro
112 log_err("%s->move(start) failed\n", n1); in compareIterators()
116 log_err("%s->hasNext() at the start returns false\n", n1); in compareIterators()
122 log_err("%s->move(start) failed\n", n2); in compareIterators()
126 log_err("%s->hasNext() at the start returns false\n", n2); in compareIterators()
140 log_err("%s->hasNext() at the end returns true\n", n1); in compareIterators()
144 log_err("%s->hasNext() at the end returns true\n", n2); in compareIterators()
177 log_err("%s->move(limit) failed\n", n1); in compareIterators()
181 log_err("%s->hasPrevious() at the end returns false\n", n1); in compareIterators()
187 log_err("%s->move(limit) failed\n", n2); in compareIterators()
[all …]

12345678910>>...71