• Home
  • Raw
  • Download

Lines Matching refs:log_err

201         log_err("FAIL: Error in ubrk_open() for line breakiterator: %s\n", myErrorName(status));  in TestBreakIteratorCAPI()
210log_err("FAIL: Error in ubrk_open() for character breakiterator: %s\n", myErrorName(status)); in TestBreakIteratorCAPI()
219 log_err("FAIL: expected NULL from opening an invalid break iterator.\n"); in TestBreakIteratorCAPI()
222log_err("FAIL: Error in ubrk_open() for BOGUS breakiterator. Expected U_ILLEGAL_ARGUMENT_ERROR\n"); in TestBreakIteratorCAPI()
226log_err("FAIL: Error in ubrk_open() for BOGUS breakiterator. Expected U_ILLEGAL_ARGUMENT_ERROR\n G… in TestBreakIteratorCAPI()
238 log_err("FAIL: Error in ubrk_countAvialable() returned %d\n", count); in TestBreakIteratorCAPI()
247 log_err("No locale for which breakiterator is applicable\n"); in TestBreakIteratorCAPI()
257 log_err("error ubrk_start(word) did not return 0\n"); in TestBreakIteratorCAPI()
261 log_err("error ubrk_next(word) did not return 4\n"); in TestBreakIteratorCAPI()
265 log_err("error ubrl_following(word,4) did not return 6\n"); in TestBreakIteratorCAPI()
269 log_err("error ubrk_last(word) did not return 49\n"); in TestBreakIteratorCAPI()
279 log_err("error ubrk_isBoundary(word, 2) did not return FALSE\n"); in TestBreakIteratorCAPI()
283 log_err("error ubrk_current() != 4 after ubrk_isBoundary(word, 2)\n"); in TestBreakIteratorCAPI()
286 log_err("error ubrk_isBoundary(word, 4) did not return TRUE\n"); in TestBreakIteratorCAPI()
295 log_err("error ubrk_following(character,5) did not return 6\n"); in TestBreakIteratorCAPI()
299 log_err("error ubrk_following(character,18) did not return 19\n"); in TestBreakIteratorCAPI()
303 log_err("error ubrk_preceding(character,22) did not return 21\n"); in TestBreakIteratorCAPI()
310 log_err("error ubrk_first(line) returned %d, expected 0\n", (int32_t)pos); in TestBreakIteratorCAPI()
314 log_err("error ubrk_following(line) did not return 22\n"); in TestBreakIteratorCAPI()
324 log_err("error ubrk_last for sentence did not return 49\n"); in TestBreakIteratorCAPI()
328 if (to == 0) log_err("ubrk_following returned 0\n"); in TestBreakIteratorCAPI()
330 if (to != 0) log_err("ubrk_preceding didn't return 0\n"); in TestBreakIteratorCAPI()
332 log_err("error in ubrk_first() or ubrk_current()\n"); in TestBreakIteratorCAPI()
341 log_err("ubrk_open for word returned NULL: %s\n", myErrorName(status)); in TestBreakIteratorCAPI()
423 log_err("FAIL: Cloned Iterator failed to deal correctly with null status\n"); in TestBreakIteratorSafeClone()
429 log_err("FAIL: Cloned Iterator failed to deal correctly with incoming error status\n"); in TestBreakIteratorSafeClone()
436log_err("FAIL: Cloned Iterator failed to deal correctly with null bufferSize pointer\n"); in TestBreakIteratorSafeClone()
446 log_err("FAIL: Cloned Iterator failed a sizing request ('preflighting')\n"); in TestBreakIteratorSafeClone()
451log_err("FAIL: Pre-calculated buffer size is too small - %d but needed %d\n", U_BRK_SAFECLONE_BUFF… in TestBreakIteratorSafeClone()
456 log_err("FAIL: Iterator can't be cloned with run-time size\n"); in TestBreakIteratorSafeClone()
466 log_err("FAIL: Cloned Iterator failed to deal correctly with too-small buffer size\n"); in TestBreakIteratorSafeClone()
476 log_err("FAIL: Cloned Iterator failed to deal correctly with null buffer pointer\n"); in TestBreakIteratorSafeClone()
488 log_err("FAIL: Cloned Iterator failed with misaligned buffer pointer\n"); in TestBreakIteratorSafeClone()
501 log_err("FAIL: Cloned Iterator failed to deal correctly with null Iterator pointer\n"); in TestBreakIteratorSafeClone()
511 log_err("error ubrk_start(clone) did not return 0\n"); in TestBreakIteratorSafeClone()
514 log_err("error ubrk_next(clone) did not return 4\n"); in TestBreakIteratorSafeClone()
553 log_err("FAIL: Cloned Iterator failed to deal correctly with incoming error status\n"); in TestBreakIteratorClone()
563 log_err("error ubrk_start(clone) did not return 0, but %i\n", start); in TestBreakIteratorClone()
566 log_err("error ubrk_next(clone) did not return 4, but %i\n", pos); in TestBreakIteratorClone()
572 log_err("error ubrk_next(iter) did not return 4, but %i\n", pos); in TestBreakIteratorClone()
579 log_err("error ubrk_current(clone) did not return 4, but %i\n", start); in TestBreakIteratorClone()
584 log_err("error ubrk_next(clone) did not return 5, but %i\n", pos); in TestBreakIteratorClone()
588 log_err("error ubrk_current(clone) did not return 5, but %i\n", start); in TestBreakIteratorClone()
593 log_err("error ubrk_current(iter) did not keep the same position of 4," in TestBreakIteratorClone()
661 log_err("FAIL: unexpected break at position %d found\n", pos); in TestBreakIteratorRules()
665 log_err("FAIL: expected break at position %d not found.\n", i); in TestBreakIteratorRules()
673 log_err("FAIL: incorrect tag value. Position = %d; expected tag %d, got %d", in TestBreakIteratorRules()
686 log_err("FAIL: ubrk_getBinaryRules preflight err: %s", u_errorName(status)); in TestBreakIteratorRules()
690 log_err("FAIL: unable to malloc rules buffer, size %u", rulesLength); in TestBreakIteratorRules()
694 log_err("FAIL: ubrk_getBinaryRules err: %s", u_errorName(status)); in TestBreakIteratorRules()
698 log_err("FAIL: ubrk_openBinaryRules err: %s", u_errorName(status)); in TestBreakIteratorRules()
705log_err("FAIL: interator from ubrk_openBinaryRules does not match original, get pos = %d instead o… in TestBreakIteratorRules()
741 log_err("FAIL: construction of break iterator succeeded when it should have failed.\n"); in TestBreakIteratorRuleError()
829log_err("Failure at file %s, line %d, error = %s\n", __FILE__, __LINE__, u_errorName(status)); in TestBreakIteratorUText()
936log_err("FAIL: locale %s, break type %d, ubrk_next expected UBRK_DONE, got %d\n", in TestBreakIteratorTailoring()
940 log_err("FAIL: locale %s, break type %d, ubrk_next expected %d, got %d\n", in TestBreakIteratorTailoring()
946 log_err("FAIL: locale %s, break type %d, ubrk_next expected %d, got UBRK_DONE\n", in TestBreakIteratorTailoring()
953log_err("FAIL: locale %s, break type %d, ubrk_previous expected UBRK_DONE, got %d\n", in TestBreakIteratorTailoring()
957 log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got %d\n", in TestBreakIteratorTailoring()
963log_err("FAIL: locale %s, break type %d, ubrk_previous expected %d, got UBRK_DONE\n", in TestBreakIteratorTailoring()
1058 log_err("%s:%d too few or many breaks found.\n", __FILE__, __LINE__); in TestBug11665()
1064log_err("%s:%d Break #%d differs between first and second iteration.\n", __FILE__, __LINE__, brkId… in TestBug11665()
1068 log_err("%s:%d Too many breaks.\n", __FILE__, __LINE__); in TestBug11665()
1073log_err("%s:%d Number of breaks differ between first and second iteration.\n", __FILE__, __LINE__); in TestBug11665()
1148log_err("FAIL: ubrk_next loc \"%s\", expected %d, got %d\n", itemPtr->locale, *expOffsetPtr, offse… in TestBreakIteratorSuppressions()
1152log_err("FAIL: ubrk_next loc \"%s\", expected UBRK_DONE & expOffset -1, got %d and %d\n", itemPtr-… in TestBreakIteratorSuppressions()
1159log_err("FAIL: ubrk_following(%d) loc \"%s\", expected %d, got %d\n", start, itemPtr->locale, *exp… in TestBreakIteratorSuppressions()
1164log_err("FAIL: ubrk_following(%d) loc \"%s\", expected UBRK_DONE & expOffset -1, got %d and %d\n",… in TestBreakIteratorSuppressions()
1171 log_err("FAIL: ubrk_last loc \"%s\" unexpected %d\n", itemPtr->locale, offset); in TestBreakIteratorSuppressions()
1175log_err("FAIL: ubrk_previous loc \"%s\", expected %d, got %d\n", itemPtr->locale, *expOffsetPtr, o… in TestBreakIteratorSuppressions()
1181log_err("FAIL: ubrk_previous loc \"%s\", expected UBRK_DONE & expOffset[%d] -1, got %d and %d\n", … in TestBreakIteratorSuppressions()
1190log_err("FAIL: ubrk_preceding(%d) loc \"%s\", expected %d, got %d\n", start, itemPtr->locale, *exp… in TestBreakIteratorSuppressions()
1195log_err("FAIL: ubrk_preceding loc(%d) \"%s\", expected UBRK_DONE & expOffset -1, got %d and %d\n",… in TestBreakIteratorSuppressions()