Lines Matching full:error
101 log_err_status(*pErrorCode, "error parsing %s: %s\n", filename, u_errorName(*pErrorCode));
372 log_err("error comparing %s with %s at difference item %d: %s\n",
382 log_err("error: %s contains U+%04x..U+%04x but %s does not\n", a_name, start, end, b_name);
384 log_err("error: %s and %s both contain U+%04x..U+%04x but should not intersect\n", a_name, b_name, start, end);
548 log_err("Space char test error : %d or %d \n", (int32_t)sampleSpaces[i], (int32_t)sampleNonSpaces[i]);
553 log_err("u_isJavaSpaceChar() test error : %d or %d \n", (int32_t)sampleSpaces[i], (int32_t)sampleNonSpaces[i]);
562 log_err("White Space char test error : %lx or %lx \n", sampleWhiteSpaces[i], sampleNonWhiteSpaces[i]);
571 log_err("Undefined char test error : U+%04x or U+%04x\n", (int32_t)sampleUndefined[i], (int32_t)sampleDefined[i]);
580 log_err("Non-baseform char test error : U+%04x or U+%04x",(int32_t)sampleNonBase[i], (int32_t)sampleBase[i]);
589 log_err("Digit char test error : %lx or %lx\n", sampleDigits[i], sampleNonDigits[i]);
617 log_err("error: U_GET_GC_MASK does not work properly\n");
661 log_err("error: problems with U_GC_XX_MASK constants\n");
674 log_err("error: problems with U_GC_Y_MASK constants\n");
850 log_err("Control char test error : U+%04x should be control but is not\n", (int32_t)sampleControl[i]);
858 log_err("Control char test error : U+%04x should not be control but is\n", (int32_t)sampleNonControl[i]);
866 log_err("Printable char test error : U+%04x should be printable but is not\n", (int32_t)samplePrintable[i]);
870 log_err("Printable char test error : U+%04x should not be printable but is\n", (int32_t)sampleNonPrintable[i]);
881 log_err("error: u_iscntrl(ISO 8 control U+%04x)=FALSE\n", c);
884 log_err("error: u_isISOControl(ISO 8 control U+%04x)=FALSE\n", c);
887 log_err("error: u_isprint(ISO 8 control U+%04x)=TRUE\n", c);
900 log_err("error: u_isprint(Latin-1 graphic character U+%04x)=FALSE\n", c);
925 log_err("Java ID Start char test error : %lx or %lx\n",
933 log_err("Java ID Part char test error : %lx or %lx\n",
943 log_err("Unicode ID Start char test error : %lx or %lx\n", sampleUnicodeIDStart[i],
954 log_err("Unicode ID Part char test error : %lx or %lx", sampleUnicodeIDPart[i], sampleNonUnicodeIDPart[i]);
964 log_err("ID ignorable char test error : U+%04x or U+%04x\n", sampleIDIgnore[i], sampleNonIDIgnore[i]);
976 * and the area boundary will not match and cause an error.
998 log_err("error: syntax error in field 0 at %s\n", fields[0][0]);
1002 log_err("error in UnicodeData.txt: code point %lu out of range\n", c);
1010 log_err("error: u_charType(U+%04lx)==%u instead of %u\n", c, u_charType(c), type);
1013 log_err("error: (uint32_t)u_getIntPropertyValue(U+%04lx, UCHAR_GENERAL_CATEGORY_MASK)!=U_MASK(u_charType())\n", c);
1019 log_err("error: syntax error in field 3 at code 0x%lx\n", c);
1023 log_err("error in UnicodeData.txt: combining class %lu out of range\n", value);
1028 log_err("error: u_getCombiningClass(U+%04lx)==%hu instead of %lu\n", c, u_getCombiningClass(c), value);
1036 log_err("error: u_charDirection(U+%04lx)==%u instead of %u (%s)\n", c, u_charDirection(c), MakeDir(fields[4][0]), fields[4][0]);
1043 log_err_status(*pErrorCode, "error: u_getISOComment(U+%04lx) wrong (%s): \"%s\" should be \"%s\"\n",
1045 U_FAILURE(*pErrorCode) ? buffer : "[error]",
1053 log_err("error: syntax error in field 12 at code 0x%lx\n", c);
1057 log_err("error: u_toupper(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_toupper(c), value);
1062 log_err("error: U+%04lx does not have an uppercase mapping but u_toupper()==U+%04lx\n", c, u_toupper(c));
1070 log_err("error: syntax error in field 13 at code 0x%lx\n", c);
1074 log_err("error: u_tolower(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_tolower(c), value);
1079 log_err("error: U+%04lx does not have a lowercase mapping but u_tolower()==U+%04lx\n", c, u_tolower(c));
1087 log_err("error: syntax error in field 14 at code 0x%lx\n", c);
1091 log_err("error: u_totitle(U+%04lx)==U+%04lx instead of U+%04lx\n", c, u_totitle(c), value);
1096 log_err("error: U+%04lx does not have a titlecase mapping but u_totitle()==U+%04lx\n", c, u_totitle(c));
1114 log_err("error: u_enumCharTypes() passes on an incorrect context pointer\n");
1122 log_err("error: u_enumCharTypes() has range [U+%04lx, U+%04lx[ with %ld instead of U+%04lx with %ld\n",
1131 log_err("error: u_enumCharTypes() has range [U+%04lx, U+%04lx[ with %ld after it should have stopped\n",
1174 log_err("error UCHAR_LINE_BREAK(assigned U+%04lx)=XX\n", c);
1212 log_err("error: u_charDirection(unassigned/PUA U+%04lx)=%s should be %s\n",
1264 log_err("error: (uint32_t)u_getIntPropertyValue(U+%04lx, UCHAR_GENERAL_CATEGORY_MASK)!=U_MASK(u_charType())\n", c);
1267 log_err("error: u_charType(U+%04lx)!=U_UNASSIGNED (returns %d)\n", c, u_charType(c));
1280 log_err("error: (uint32_t)u_getIntPropertyValue(U+%04lx, UCHAR_GENERAL_CATEGORY_MASK)!=U_MASK(u_charType())\n", c);
1283 log_err("error: u_charType(U+%04lx)==U_UNASSIGNED\n", c);
1312 log_err("ERROR: U+%04x is a single", c);
1318 log_err("ERROR: U+%04x is a first surrogate", c);
1323 log_err("ERROR: U+%04x is a second surrogate", c);
1332 /*surrogate, notvalid(codepoint), not a UnicodeChar, not Error */
1339 /*not a surrogate, valid, isUnicodeChar , not Error*/
1364 log_err("ERROR: isSurrogate() failed for U+%04x\n", c);
1367 log_err("ERROR: isValid() failed for U+%04x\n", c);
1370 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c);
1373 log_err("ERROR: isError() failed for U+%04x\n", c);
1377 log_err("ERROR: isSurrogate() failed for U+%04x\n", c);
1380 log_err("ERROR: isValid() failed for U+%04x\n", c);
1383 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c);
1386 log_err("ERROR: isError() failed for U+%04x\n", c);
1390 log_err("ERROR: isSurrogate() failed for U+%04x\n", c);
1393 log_err("ERROR: isValid() failed for U+%04x\n", c);
1396 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c);
1399 log_err("ERROR: isError() failed for U+%04x\n", c);
1404 log_err("ERROR: isSurrogate() failed for U+%04x\n", c);
1407 log_err("ERROR: isValid() failed for U+%04x\n", c);
1410 log_err("ERROR: isUnicodeChar() failed for U+%04x\n", c);
1413 log_err("ERROR: isError() failed for U+%04x\n", c);
1424 log_err("error with U_IS_BMP()\n");
1433 log_err("error with U_IS_SUPPLEMENTARY()\n");
1461 log_err("ERROR: Unicode::needMultipleUChar() failed for U+%04x\n", c);
1619 log_err("u_charName(0x%lx) error %s\n", names[i].code, u_errorName(errorCode));
1630 log_err("u_charFromName(%s) error %s\n", names[i].name, u_errorName(errorCode));
1641 log_err("u_charName(0x%lx - 1.0) error %s\n", names[i].code, u_errorName(errorCode));
1652 log_err("u_charFromName(%s - 1.0) error %s\n", names[i].oldName, u_errorName(errorCode));
1666 log_err("u_enumCharNames(%ld..%lx) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VALUE, u_errorName(errorCode), length);
1674 log_err("u_enumCharNames(%ld..0x%lx - Extended) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, u_errorName(errorCode), extContext.length);
1800 /* ### TODO: test error cases and other interesting things */
1961 * and a non-zero text length returns the correct error.
1977 * and a zero text length returns the correct error.
1993 * and a zero text length doesn't return an error.
1999 log_err("Got error %s from uscript_openRun(NULL, 0, &err)\n", u_errorName(err));
2009 * and a non-zero text length returns the correct error.
2020 * and a zero text length returns the correct error.
2037 log_err("Got error %s from uscript_setRunText(...)\n", u_errorName(err));
2051 log_err("Got error %s from uscript_openRun(...)\n", u_errorName(err));
2472 log_err("error: u_charAge(U+%04lx)={ %u, %u, %u, %u } instead of { %u, %u, %u, %u }\n",
2485 log_err("error: u_getIntPropertyMinValue() wrong\n");
2488 log_err("error: u_getIntPropertyMaxValue(UCHAR_DASH) wrong\n");
2491 log_err("error: u_getIntPropertyMaxValue(UCHAR_ID_CONTINUE) wrong\n");
2494 log_err("error: u_getIntPropertyMaxValue(UCHAR_BINARY_LIMIT-1) wrong\n");
2497 log_err("error: u_getIntPropertyMaxValue(UCHAR_BIDI_CLASS) wrong\n");
2500 log_err("error: u_getIntPropertyMaxValue(UCHAR_BLOCK) wrong\n");
2503 log_err("error: u_getIntPropertyMaxValue(UCHAR_LINE_BREAK) wrong\n");
2506 log_err("error: u_getIntPropertyMaxValue(UCHAR_SCRIPT) wrong\n");
2509 log_err("error: u_getIntPropertyMaxValue(UCHAR_NUMERIC_TYPE) wrong\n");
2512 log_err("error: u_getIntPropertyMaxValue(UCHAR_GENERAL_CATEGORY) wrong\n");
2515 log_err("error: u_getIntPropertyMaxValue(UCHAR_HANGUL_SYLLABLE_TYPE) wrong\n");
2518 log_err("error: u_getIntPropertyMaxValue(UCHAR_GRAPHEME_CLUSTER_BREAK) wrong\n");
2521 log_err("error: u_getIntPropertyMaxValue(UCHAR_SENTENCE_BREAK) wrong\n");
2524 log_err("error: u_getIntPropertyMaxValue(UCHAR_WORD_BREAK) wrong\n");
2528 log_err("error: u_getIntPropertyMaxValue(0x2345) wrong\n");
2531 log_err("error: u_getIntPropertyMaxValue(UCHAR_DECOMPOSITION_TYPE) wrong\n");
2534 log_err("error: u_getIntPropertyMaxValue(UCHAR_JOINING_GROUP) wrong\n");
2537 log_err("error: u_getIntPropertyMaxValue(UCHAR_JOINING_TYPE) wrong\n");
2540 log_err("error: u_getIntPropertyMaxValue(UCHAR_EAST_ASIAN_WIDTH) wrong\n");
2560 log_err("error: u_hasBinaryProperty(U+%04lx, %d)=%d is wrong (props[%d])\n",
2567 log_err("error: u_getIntPropertyValue(U+%04lx, 0x1000+%d)=%d is wrong, should be %d (props[%d])\n",
2575 log_err("error: u_isUAlphabetic(U+%04lx)=%d is wrong (props[%d])\n",
2581 log_err("error: u_isULowercase(U+%04lx)=%d is wrong (props[%d])\n",
2587 log_err("error: u_isUUppercase(U+%04lx)=%d is wrong (props[%d])\n",
2593 log_err("error: u_isUWhiteSpace(U+%04lx)=%d is wrong (props[%d])\n",
2786 name = "<ERROR>";
2795 log_err("error: u_getIntPropertyMin/MaxValue(UCHAR_GENERAL_CATEGORY_MASK) is wrong\n");
2820 log_err("Internal test error. Too many scripts\n");
2911 log_data_err("error opening [:Hyphen:] or [:Dash:] - %s (Are you missing data?)\n", u_errorName(errorCode));
2922 log_data_err("error opening [:Cf:] or [:Alpbabetic:] - %s (Are you missing data?)\n", u_errorName(errorCode));
2945 log_err("error iterating over [:Lowercase:] at item %d: %s\n",
2956 log_err("error getting the name of U+%04x - %s\n", start, u_errorName(errorCode));
2969 log_data_err("error opening [:Lowercase:] - %s (Are you missing data?)\n", u_errorName(errorCode));
3001 log_err("error calling unorm_getCanonStartSet()\n");
3022 log_data_err("error opening [math blocks] or [:Math:] or [:Cn:] - %s (Are you missing data?)\n", u_errorName(errorCode));
3037 log_data_err("error opening [:sc=Unknown:] or [[:Cn:][:Co:][:Cs:]] - %s (Are you missing data?)\n", u_errorName(errorCode));
3218 log_err("syntax error in CaseFolding.txt field 0 at %s\n", fields[0][0]);
3234 log_err("error parsing CaseFolding.txt mapping at %s\n", fields[0][0]);