Lines Matching refs:log_err
231 log_err("Failed case conversion with itself: U+%04x\n", i); in TestUpperLower()
233 log_err("Failed case conversion with itself: U+%04x\n", i); in TestUpperLower()
239 …log_err("FAILED u_tolower() for %lx Expected %lx Got %lx\n", upper[i], lower[i], u_tolower(upper[i… in TestUpperLower()
248 log_err("Failed isLowerCase test at %c\n", upperTest[i]); in TestUpperLower()
252 log_err("Failed isUpperCase test at %c\n", lowerTest[i]); in TestUpperLower()
256 log_err("Failed case conversion from %c To %c :\n", lowerTest[i], upperTest[i]); in TestUpperLower()
260 log_err("Failed case conversion : %c To %c \n", upperTest[i], lowerTest[i]); in TestUpperLower()
264 log_err("Failed case conversion with itself: %c\n", upperTest[i]); in TestUpperLower()
268 log_err("Failed case conversion with itself: %c\n", lowerTest[i]); in TestUpperLower()
334 log_err("u_istitle failed for 0x%4X. Expected TRUE, got FALSE\n",expected[i]); in TestUpperLower()
385 log_err("error comparing %s with %s at difference item %d: %s\n", in showADiffB()
395 … log_err("error: %s contains U+%04x..U+%04x but %s does not\n", a_name, start, end, b_name); in showADiffB()
397 …log_err("error: %s and %s both contain U+%04x..U+%04x but should not intersect\n", a_name, b_name,… in showADiffB()
450 log_err("Failed isLetter test at %.4X\n", i); in TestLetterNumber()
456 log_err("Failed isLetter test with numbers at %.4X\n", i); in TestLetterNumber()
472 log_err("Failed isAlNum test at %.4X\n", i); in TestLetterNumber()
478 log_err("Failed isAlNum test at %.4X\n", i); in TestLetterNumber()
537 log_err("error: character property function %s(U+%04x)=%d is wrong\n", in testSampleCharProps()
594 log_err("error: u_charDigitValue(U+04x)=%d != %d\n", in TestMisc()
604 log_err("ICU version test failed. Header says=%s, got=%s \n", U_ICU_VERSION, icuVersion); in TestMisc()
610 …log_err("ICU version mismatch: Header says %s, build environment says %s.\n", U_ICU_VERSION, ICU_… in TestMisc()
623 log_err("error: U_GET_GC_MASK does not work properly\n"); in TestMisc()
667 log_err("error: problems with U_GC_XX_MASK constants\n"); in TestMisc()
680 log_err("error: problems with U_GC_Y_MASK constants\n"); in TestMisc()
686 … log_err("u_forDigit failed for %i. Expected: 0x%4X Got: 0x%4X\n",i,digit[i],u_forDigit(i,10)); in TestMisc()
732 log_err("u_digit(U+%04x, %d)=%d expected %d\n", in TestMisc()
834 log_err("u_%s(U+%04x)=%s is wrong\n", in TestPOSIX()
866 log_err("error: u_iscntrl(ISO 8 control U+%04x)=FALSE\n", c); in TestControlPrint()
869 log_err("error: u_isISOControl(ISO 8 control U+%04x)=FALSE\n", c); in TestControlPrint()
872 log_err("error: u_isprint(ISO 8 control U+%04x)=TRUE\n", c); in TestControlPrint()
885 log_err("error: u_isprint(Latin-1 graphic character U+%04x)=FALSE\n", c); in TestControlPrint()
984 log_err("error: syntax error in field 0 at %s\n", fields[0][0]); in unicodeDataLineFn()
988 log_err("error in UnicodeData.txt: code point %lu out of range\n", c); in unicodeDataLineFn()
996 log_err("error: u_charType(U+%04lx)==%u instead of %u\n", c, u_charType(c), type); in unicodeDataLineFn()
999 …log_err("error: (uint32_t)u_getIntPropertyValue(U+%04lx, UCHAR_GENERAL_CATEGORY_MASK)!=U_MASK(u_ch… in unicodeDataLineFn()
1005 log_err("error: syntax error in field 3 at code 0x%lx\n", c); in unicodeDataLineFn()
1009 log_err("error in UnicodeData.txt: combining class %lu out of range\n", value); in unicodeDataLineFn()
1014 …log_err("error: u_getCombiningClass(U+%04lx)==%hu instead of %lu\n", c, u_getCombiningClass(c), va… in unicodeDataLineFn()
1018 …log_err("error: unorm2_getCombiningClass(nfkc, U+%04lx)==%hu instead of %lu\n", c, unorm2_getCombi… in unicodeDataLineFn()
1026 …log_err("error: u_charDirection(U+%04lx)==%u instead of %u (%s)\n", c, u_charDirection(c), MakeDir… in unicodeDataLineFn()
1071 log_err("error in UnicodeData.txt: syntax error in U+%04lX decomposition field\n", (long)c); in unicodeDataLineFn()
1077 …log_err("error: u_getIntPropertyValue(U+%04lx, UCHAR_DECOMPOSITION_TYPE)==%d instead of %d\n", c, … in unicodeDataLineFn()
1082 log_err("error: unorm2_getRawDecomposition(nfkc, U+%04lx)==%d instead of %d " in unicodeDataLineFn()
1094 log_err("error: unorm2_getRawDecomposition(nfc, U+%04lx)==%d instead of %d " in unicodeDataLineFn()
1108 …log_err("error: nfc U+%04lX decomposes to U+%04lX+U+%04lX but does not compose back (instead U+%04… in unicodeDataLineFn()
1132 log_err("error: syntax error in field 12 at code 0x%lx\n", c); in unicodeDataLineFn()
1136 … log_err("error: u_toupper(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_toupper(c), value); in unicodeDataLineFn()
1141 …log_err("error: U+%04lx does not have an uppercase mapping but u_toupper()==U+%04lx\n", c, u_toupp… in unicodeDataLineFn()
1149 log_err("error: syntax error in field 13 at code 0x%lx\n", c); in unicodeDataLineFn()
1153 … log_err("error: u_tolower(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_tolower(c), value); in unicodeDataLineFn()
1158 …log_err("error: U+%04lx does not have a lowercase mapping but u_tolower()==U+%04lx\n", c, u_tolowe… in unicodeDataLineFn()
1166 log_err("error: syntax error in field 14 at code 0x%lx\n", c); in unicodeDataLineFn()
1170 … log_err("error: u_totitle(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_totitle(c), value); in unicodeDataLineFn()
1175 …log_err("error: U+%04lx does not have a titlecase mapping but u_totitle()==U+%04lx\n", c, u_totitl… in unicodeDataLineFn()
1193 log_err("error: u_enumCharTypes() passes on an incorrect context pointer\n"); in enumTypeRange()
1201 …log_err("error: u_enumCharTypes() has range [U+%04lx, U+%04lx[ with %ld instead of U+%04lx with %l… in enumTypeRange()
1210 …log_err("error: u_enumCharTypes() has range [U+%04lx, U+%04lx[ with %ld after it should have stopp… in enumTypeRange()
1270 log_err("error UCHAR_LINE_BREAK(assigned U+%04lx)=XX\n", c); in enumDefaultsRange()
1295 log_err("error: u_charDirection(unassigned/PUA U+%04lx)=%s should be %s\n", in enumDefaultsRange()
1323 log_err("Testing u_getUnicodeVersion() - expected " U_UNICODE_VERSION " got %d.%d.%d.%d\n", in TestUnicodeData()
1331 …log_err("Testing configure.in's ICU_UNICODE_VERSION - expected " U_UNICODE_VERSION " got " ICU_UNI… in TestUnicodeData()
1336 …log_err("ublock_getCode(U+0041) property failed! Expected : %i Got: %i \n", UBLOCK_BASIC_LATIN,ubl… in TestUnicodeData()
1357 …log_err("error: (uint32_t)u_getIntPropertyValue(U+%04lx, UCHAR_GENERAL_CATEGORY_MASK)!=U_MASK(u_ch… in TestUnicodeData()
1360 log_err("error: u_charType(U+%04lx)!=U_UNASSIGNED (returns %d)\n", c, u_charType(c)); in TestUnicodeData()
1373 …log_err("error: (uint32_t)u_getIntPropertyValue(U+%04lx, UCHAR_GENERAL_CATEGORY_MASK)!=U_MASK(u_ch… in TestUnicodeData()
1376 log_err("error: u_charType(U+%04lx)==U_UNASSIGNED\n", c); in TestUnicodeData()
1406 log_err("ERROR: U+%04x is a single", c); in TestCodeUnit()
1413 log_err("ERROR: U+%04x is a first surrogate", c); in TestCodeUnit()
1419 log_err("ERROR: U+%04x is a second surrogate", c); in TestCodeUnit()
1425 log_err("ERROR: U+%04x is a single", c); in TestCodeUnit()
1431 log_err("ERROR: U+%04x is a first surrogate", c); in TestCodeUnit()
1436 log_err("ERROR: U+%04x is a second surrogate", c); in TestCodeUnit()
1477 log_err("ERROR: isSurrogate() failed for U+%04x\n", c); in TestCodePoint()
1480 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c); in TestCodePoint()
1484 log_err("ERROR: isSurrogate() failed for U+%04x\n", c); in TestCodePoint()
1487 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c); in TestCodePoint()
1491 log_err("ERROR: isSurrogate() failed for U+%04x\n", c); in TestCodePoint()
1494 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c); in TestCodePoint()
1498 log_err("ERROR: isSurrogate() failed for U+%04x\n", c); in TestCodePoint()
1501 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c); in TestCodePoint()
1507 log_err("ERROR: isSurrogate() failed for U+%04x\n", c); in TestCodePoint()
1510 log_err("ERROR: isValid() failed for U+%04x\n", c); in TestCodePoint()
1513 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c); in TestCodePoint()
1516 log_err("ERROR: isError() failed for U+%04x\n", c); in TestCodePoint()
1520 log_err("ERROR: isSurrogate() failed for U+%04x\n", c); in TestCodePoint()
1523 log_err("ERROR: isValid() failed for U+%04x\n", c); in TestCodePoint()
1526 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c); in TestCodePoint()
1529 log_err("ERROR: isError() failed for U+%04x\n", c); in TestCodePoint()
1533 log_err("ERROR: isSurrogate() failed for U+%04x\n", c); in TestCodePoint()
1536 log_err("ERROR: isValid() failed for U+%04x\n", c); in TestCodePoint()
1539 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c); in TestCodePoint()
1542 log_err("ERROR: isError() failed for U+%04x\n", c); in TestCodePoint()
1547 log_err("ERROR: isSurrogate() failed for U+%04x\n", c); in TestCodePoint()
1550 log_err("ERROR: isValid() failed for U+%04x\n", c); in TestCodePoint()
1553 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c); in TestCodePoint()
1556 log_err("ERROR: isError() failed for U+%04x\n", c); in TestCodePoint()
1568 log_err("error with U_IS_BMP()\n"); in TestCodePoint()
1577 log_err("error with U_IS_SUPPLEMENTARY()\n"); in TestCodePoint()
1607 …log_err("The no: of code units for U+%04x:- Expected: %d Got: %d\n", c, codepoint[i], U16_LENGTH(c… in TestCharLength()
1612 log_err("ERROR: Unicode::needMultipleUChar() failed for U+%04x\n", c); in TestCharLength()
1627 log_err("unrecognized type letter "); in MakeProp()
1628 log_err(str); in MakeProp()
1686 log_err("u_enumCharName(0x%lx)=%s but length=%ld\n", name, length); in enumCharNamesFn()
1696 … log_err("u_enumCharName(0x%lx - Extended)=%s instead of %s\n", code, name, names[i].extName); in enumCharNamesFn()
1701 … log_err("u_enumCharName(0x%lx)=%s instead of %s\n", code, name, names[i].name); in enumCharNamesFn()
1707 … log_err("u_enumCharName(0x%lx - 1.0)=%s instead of %s\n", code, name, expected); in enumCharNamesFn()
1713 … log_err("u_enumCharName(0x%lx - alias)=%s instead of %s\n", code, name, expected); in enumCharNamesFn()
1738 …log_err("u_enumCharName(0x%lx - Ext) after u_enumCharName(0x%lx - Ext) instead of u_enumCharName(0… in enumExtCharNamesFn()
1740 log_err("u_enumCharName(0x%lx - Ext) instead of u_enumCharName(0x0 - Ext)\n", code); in enumExtCharNamesFn()
1746 log_err("u_enumCharName(0x%lx - Ext) should not be an empty string\n", code); in enumExtCharNamesFn()
1781 log_err("uprv_getMaxCharNameLength()=%d is too short"); in TestCharNames()
1790 log_err("u_charName(0x%lx) error %s\n", names[i].code, u_errorName(errorCode)); in TestCharNames()
1794 …log_err("u_charName(0x%lx) gets: %s (length %ld) instead of: %s\n", names[i].code, name, length, n… in TestCharNames()
1801 log_err("u_charFromName(%s) error %s\n", names[i].name, u_errorName(errorCode)); in TestCharNames()
1805 … log_err("u_charFromName(%s) gets 0x%lx instead of 0x%lx\n", names[i].name, c, names[i].code); in TestCharNames()
1812 log_err("u_charName(0x%lx - 1.0) error %s\n", names[i].code, u_errorName(errorCode)); in TestCharNames()
1816 …log_err("u_charName(0x%lx - 1.0) gets %s length %ld instead of nothing or %s\n", names[i].code, na… in TestCharNames()
1823 … log_err("u_charFromName(%s - 1.0) error %s\n", names[i].oldName, u_errorName(errorCode)); in TestCharNames()
1827 …log_err("u_charFromName(%s - 1.0) gets 0x%lx instead of 0x%lx\n", names[i].oldName, c, names[i].co… in TestCharNames()
1834 log_err("u_charName(0x%lx - alias) error %s\n", names[i].code, u_errorName(errorCode)); in TestCharNames()
1842 log_err("u_charName(0x%lx - alias) gets %s length %ld instead of nothing or %s\n", in TestCharNames()
1850 log_err("u_charFromName(%s - alias) error %s\n", in TestCharNames()
1855 log_err("u_charFromName(%s - alias) gets 0x%lx instead of 0x%lx\n", in TestCharNames()
1866 …log_err("u_enumCharNames(%ld..%lx) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VALUE, … in TestCharNames()
1874 …log_err("u_enumCharNames(%ld..0x%lx - Extended) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHA… in TestCharNames()
1879 …log_err("u_charFromName(U_UNICODE_CHAR_NAME, \"LATin smALl letTER A\") did not find U+0061 (%s)\n"… in TestCharNames()
1925 log_err("FAIL: u_charName failed when it shouldn't\n"); in TestCharNames()
1943 … log_err("u_charName(U+%04x) returns a name with leading or trailing whitespace\n", cp); in TestCharNames()
1948 log_err("u_charName() returned a name with a TAB for some code point\n", cp); in TestCharNames()
1953 …log_err("uprv_getMaxCharNameLength()=%d differs from the maximum length %d of all extended names\n… in TestCharNames()
1974 log_err("FAIL: uset_toPattern failed when it shouldn't\n"); in TestCharNames()
1990 …log_err("FAIL: uprv_getCharNameCharacters() returned %s, expected %s (too many lowercase a-z are o… in TestCharNames()
2009 …log_err("u_charFromName(<NO BREAK SPACE>) = U+%04x but should fail - %s\n", c, u_errorName(errorCo… in TestUCharFromNameUnderflow()
2016 … log_err("u_charFromName(<-00a0>) = U+%04x but should fail - %s\n", c, u_errorName(errorCode)); in TestUCharFromNameUnderflow()
2022 … log_err("u_charFromName(<control->) = U+%04x but should fail - %s\n", c, u_errorName(errorCode)); in TestUCharFromNameUnderflow()
2028 …log_err("u_charFromName(<control-111111>) = U+%04x but should fail - %s\n", c, u_errorName(errorCo… in TestUCharFromNameUnderflow()
2051 log_err("u_isMirrored() does not work correctly\n"); in TestMirroring()
2062 log_err("u_charMirror() does not work correctly\n"); in TestMirroring()
2077 …log_err("u_charMirror() does not roundtrip: U+%04lx->U+%04lx->U+%04lx\n", (long)start, (long)c2, (… in TestMirroring()
2082 log_err("u_getBidiPairedBracket(U+%04lx) != self for bpt(c)==None\n", in TestMirroring()
2087 log_err("u_getBidiPairedBracket(U+%04lx) != U+%04lx = bmg(c)'\n", in TestMirroring()
2118 log_err("%s: incorrect start offset for run %d: expected %d, got %d\n", in CheckScriptRuns()
2123 log_err("%s: incorrect limit offset for run %d: expected %d, got %d\n", in CheckScriptRuns()
2128 log_err("%s: incorrect script for run %d: expected \"%s\", got \"%s\"\n", in CheckScriptRuns()
2142 log_err("%s: incorrect number of runs: expected %d, got %d\n", prefix, run, nRuns); in CheckScriptRuns()
2208 …log_err("uscript_openRun(NULL, stringLimit, &err) returned %s instead of U_ILLEGAL_ARGUMENT_ERROR.… in TestUScriptRunAPI()
2212 log_err("uscript_openRun(NULL, stringLimit, &err) returned a non-NULL result.\n"); in TestUScriptRunAPI()
2224 …log_err("uscript_openRun(testString, 0, &err) returned %s instead of U_ILLEGAL_ARGUMENT_ERROR.\n",… in TestUScriptRunAPI()
2228 log_err("uscript_openRun(testString, 0, &err) returned a non-NULL result.\n"); in TestUScriptRunAPI()
2240 log_err("Got error %s from uscript_openRun(NULL, 0, &err)\n", u_errorName(err)); in TestUScriptRunAPI()
2245 log_err("uscript_nextRun(...) returned TRUE for an empty iterator.\n"); in TestUScriptRunAPI()
2256 …log_err("uscript_setRunText(scriptRun, NULL, stringLimit, &err) returned %s instead of U_ILLEGAL_A… in TestUScriptRunAPI()
2267 …log_err("uscript_setRunText(scriptRun, testString, 0, &err) returned %s instead of U_ILLEGAL_ARGUM… in TestUScriptRunAPI()
2278 log_err("Got error %s from uscript_setRunText(...)\n", u_errorName(err)); in TestUScriptRunAPI()
2292 log_err("Got error %s from uscript_openRun(...)\n", u_errorName(err)); in TestUScriptRunAPI()
2777 log_err("TestAdditionalProperties: no additional properties available, not tested\n"); in TestAdditionalProperties()
2785 log_err("error: u_charAge(U+%04lx)={ %u, %u, %u, %u } instead of { %u, %u, %u, %u }\n", in TestAdditionalProperties()
2798 log_err("error: u_getIntPropertyMinValue() wrong\n"); in TestAdditionalProperties()
2801 log_err("error: u_getIntPropertyMaxValue(UCHAR_DASH) wrong\n"); in TestAdditionalProperties()
2804 log_err("error: u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE) wrong\n"); in TestAdditionalProperties()
2807 log_err("error: u_getIntPropertyMaxValue(UCHAR_BINARY_LIMIT-1) wrong\n"); in TestAdditionalProperties()
2810 log_err("error: u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS) wrong\n"); in TestAdditionalProperties()
2813 log_err("error: u_getIntPropertyMaxValue(UCHAR_BLOCK) wrong\n"); in TestAdditionalProperties()
2816 log_err("error: u_getIntPropertyMaxValue(UCHAR_LINE_BREAK) wrong\n"); in TestAdditionalProperties()
2819 log_err("error: u_getIntPropertyMaxValue(UCHAR_SCRIPT) wrong\n"); in TestAdditionalProperties()
2822 log_err("error: u_getIntPropertyMaxValue(UCHAR_NUMERIC_TYPE) wrong\n"); in TestAdditionalProperties()
2825 log_err("error: u_getIntPropertyMaxValue(UCHAR_GENERAL_CATEGORY) wrong\n"); in TestAdditionalProperties()
2828 log_err("error: u_getIntPropertyMaxValue(UCHAR_HANGUL_SYLLABLE_TYPE) wrong\n"); in TestAdditionalProperties()
2831 log_err("error: u_getIntPropertyMaxValue(UCHAR_GRAPHEME_CLUSTER_BREAK) wrong\n"); in TestAdditionalProperties()
2834 log_err("error: u_getIntPropertyMaxValue(UCHAR_SENTENCE_BREAK) wrong\n"); in TestAdditionalProperties()
2837 log_err("error: u_getIntPropertyMaxValue(UCHAR_WORD_BREAK) wrong\n"); in TestAdditionalProperties()
2840 log_err("error: u_getIntPropertyMaxValue(UCHAR_BIDI_PAIRED_BRACKET_TYPE) wrong\n"); in TestAdditionalProperties()
2844 log_err("error: u_getIntPropertyMaxValue(0x2345) wrong\n"); in TestAdditionalProperties()
2847 log_err("error: u_getIntPropertyMaxValue(UCHAR_DECOMPOSITION_TYPE) wrong\n"); in TestAdditionalProperties()
2850 log_err("error: u_getIntPropertyMaxValue(UCHAR_JOINING_GROUP) wrong\n"); in TestAdditionalProperties()
2853 log_err("error: u_getIntPropertyMaxValue(UCHAR_JOINING_TYPE) wrong\n"); in TestAdditionalProperties()
2856 log_err("error: u_getIntPropertyMaxValue(UCHAR_EAST_ASIAN_WIDTH) wrong\n"); in TestAdditionalProperties()
2894 log_err("error: u_isUAlphabetic(U+%04lx)=%d is wrong (props[%d])\n", in TestAdditionalProperties()
2900 log_err("error: u_isULowercase(U+%04lx)=%d is wrong (props[%d])\n", in TestAdditionalProperties()
2906 log_err("error: u_isUUppercase(U+%04lx)=%d is wrong (props[%d])\n", in TestAdditionalProperties()
2912 log_err("error: u_isUWhiteSpace(U+%04lx)=%d is wrong (props[%d])\n", in TestAdditionalProperties()
2998 log_err("UCHAR_NUMERIC_TYPE(U+%04lx)=%d should be %d\n", c, type, values[i].type); in TestNumericProperties()
3001 log_err("u_getNumericValue(U+%04lx)=%g should be %g\n", c, nv, values[i].numValue); in TestNumericProperties()
3034 log_err("Property round-trip failure: %d -> %s -> %d\n", in TestPropertyNames()
3067 log_err("Value round-trip failure (%s): %d -> %s -> %d\n", in TestPropertyNames()
3117 log_err("FAIL: u_getIntPropertyMinValue(%s) = %d, exp. 0\n", in TestPropertyValues()
3125 log_err("error: u_getIntPropertyMin/MaxValue(UCHAR_GENERAL_CATEGORY_MASK) is wrong\n"); in TestPropertyValues()
3131 log_err("FAIL: u_getIntPropertyMaxValue(-1) = %d, exp. -1\n", in TestPropertyValues()
3150 log_err("Internal test error. Too many scripts\n"); in TestPropertyValues()
3156 log_err("FAIL: %s = %d, exp. 0\n", in TestPropertyValues()
3256 log_err("error iterating over [:Lowercase:] at item %d: %s\n", in TestConsistency()
3342 … log_err("u_foldCase(U+%04lx, default)=U+%04lx != U+%04lx\n", (long)c, (long)c2, (long)simple); in testFold()
3347 log_err("u_strFoldCase(U+%04lx, default) does not fold properly\n", (long)c); in testFold()
3352 … log_err("u_foldCase(U+%04lx, turkic)=U+%04lx != U+%04lx\n", (long)c, (long)c2, (long)simple); in testFold()
3357 log_err("u_strFoldCase(U+%04lx, turkic) does not fold properly\n", (long)c); in testFold()
3407 log_err("syntax error in CaseFolding.txt field 0 at %s\n", fields[0][0]); in caseFoldingLineFn()
3415 log_err("unrecognized status field in CaseFolding.txt at %s\n", fields[0][0]); in caseFoldingLineFn()
3423 log_err("error parsing CaseFolding.txt mapping at %s\n", fields[0][0]); in caseFoldingLineFn()
3537 log_err("u_getBinaryPropertySet(-1) did not fail\n"); in TestBinaryCharacterPropertiesAPI()
3542 log_err("u_getBinaryPropertySet(UCHAR_BINARY_LIMIT) did not fail\n"); in TestBinaryCharacterPropertiesAPI()
3547 log_err("u_getBinaryPropertySet(UCHAR_WHITE_SPACE) wrong contents\n"); in TestBinaryCharacterPropertiesAPI()
3556 log_err("u_getIntPropertyMap(UCHAR_INT_START - 1) did not fail\n"); in TestIntCharacterPropertiesAPI()
3561 log_err("u_getIntPropertyMap(UCHAR_INT_LIMIT) did not fail\n"); in TestIntCharacterPropertiesAPI()
3566 log_err("u_getIntPropertyMap(UCHAR_GENERAL_CATEGORY) wrong contents\n"); in TestIntCharacterPropertiesAPI()