Lines Matching refs:log_err

92             log_err("ERROR: reversing collation iterator :%s\n",  in TestBug672()
100 log_err("ERROR: setting offset in collator :%s\n", in TestBug672()
116 log_err("ERROR: setting offset in collator :%s\n", in TestBug672()
129 log_err("ERROR: Different locales have different offsets at the same character\n"); in TestBug672()
168 log_err("ERROR: reversing collation iterator :%s\n", in TestBug672Normalize()
176 log_err("ERROR: setting offset in collator :%s\n", in TestBug672Normalize()
192 log_err("ERROR: setting offset in collator :%s\n", in TestBug672Normalize()
205 log_err("ERROR: Different locales have different offsets at the same character\n"); in TestBug672Normalize()
252log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestUnicodeChar()
265log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestUnicodeChar()
319log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestNormalizedUnicodeChar()
330log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestNormalizedUnicodeChar()
390 log_err("ERROR: in creation of collator element iterator\n %s\n", in TestNormalization()
400 log_err("ERROR: in creation of collator element iterator\n %s\n", in TestNormalization()
453 log_err("Couldn't create a RuleBasedCollator with a contracting sequence\n %s\n", in TestPrevious()
461 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestPrevious()
475 log_err("Couldn't create a RuleBasedCollator with a contracting sequence.\n %s\n", in TestPrevious()
482 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestPrevious()
496 log_err("Couldn't create a RuleBasedCollator with a contracting sequence.\n %s\n", in TestPrevious()
503 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestPrevious()
524 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestPrevious()
543 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestPrevious()
584 log_err("Error: After setting offset to 0, we should be at the end " in TestOffset()
589 log_err("Error: After setting offset to end of the string, we should " in TestOffset()
601 log_err("offset at end != length %d vs %d\n", offset, in TestOffset()
608 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestOffset()
618 log_err("setOffset failed. %s\n", myErrorName(status)); in TestOffset()
638 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestOffset()
650 log_err("ERROR: Offset of iteration should be 1\n"); in TestOffset()
655 log_err("ERROR: Offset of iteration should be 4\n"); in TestOffset()
660 log_err("ERROR: Offset of iteration should be 3\n"); in TestOffset()
674 log_err("ERROR: Offset of iteration should be 3\n"); in TestOffset()
679 log_err("ERROR: Offset of iteration should be 1\n"); in TestOffset()
684 log_err("ERROR: Offset of iteration should be 0\n"); in TestOffset()
691 log_err("ERROR: in iterating collation elements %s\n", in TestOffset()
724log_err("ERROR: in creation of collation element iterator2 using ucol_openElements()\n %s\n", in TestSetText()
738 log_err("iter2->next() returned an error. %s\n", myErrorName(status)); in TestSetText()
752 log_err("call to iter2->setText(test1) failed. %s\n", myErrorName(status)); in TestSetText()
763 log_err("call to iter2->setText(null, 2) should yield an illegal-argument-error - %s\n", in TestSetText()
816 log_err("Failure at codepoint %d, maximum expansion count < %d\n", in TestMaxExpansion()
830 log_err("Failure at codepoint %d, maximum expansion count < %d\n", in TestMaxExpansion()
841 log_err("Failure at codepoint %d, maximum expansion count != %d\n", in TestMaxExpansion()
850 log_err("Failure at codepoint %d, maximum expansion count != %d\n", in TestMaxExpansion()
860 log_err("Failure at codepoint %d, maximum expansion count < %d\n", in TestMaxExpansion()
870 log_err("Failure at codepoint %d, maximum expansion count > %d\n", in TestMaxExpansion()
895 log_err("Failure at codepoint %d, maximum expansion count > %d\n", in TestMaxExpansion()
921log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c… in assertEqual()
965 log_err("Error collation elements size is not 2 for \\u0300\\u031A\n"); in TestSmallBuffer()
975 log_err("Error decomposition does not give the right sized collation elements\n"); in TestSmallBuffer()
982log_err("Error decomposition does not give the right collation element at %d count\n", count); in TestSmallBuffer()
1066 log_err("Error opening collation iterator\n"); in TestDiscontiguos()
1084 log_err("Error manipulating collation iterator\n"); in TestDiscontiguos()
1090 log_err("Discontiguos contraction test mismatch\n"); in TestDiscontiguos()
1095 log_err("Error getting next collation element\n"); in TestDiscontiguos()
1203log_err("error, locale %s, ucol_next returned element 0\n", tsceItemPtr->locale ); in TestSearchCollatorElements()
1207log_err("error, locale %s, expected ucol_next -> ucol_getOffset %d, got %d\n", in TestSearchCollatorElements()
1214log_err("error, locale %s, ucol_next returned more elements than expected\n", tsceItemPtr->locale … in TestSearchCollatorElements()
1218log_err("error, locale %s, ucol_next returned fewer elements than expected\n", tsceItemPtr->locale… in TestSearchCollatorElements()
1229log_err("error, locale %s, ucol_previous returned element 0\n", tsceItemPtr->locale ); in TestSearchCollatorElements()
1234log_err("error, locale %s, expected ucol_previous -> ucol_getOffset %d, got %d\n", in TestSearchCollatorElements()
1240log_err("error, locale %s, ucol_previous returned more elements than expected\n", tsceItemPtr->loc… in TestSearchCollatorElements()
1244log_err("error, locale %s, ucol_previous returned fewer elements than expected\n", tsceItemPtr->lo… in TestSearchCollatorElements()
1249log_err("error, locale %s, ucol_openElements failed: %s\n", tsceItemPtr->locale, u_errorName(statu… in TestSearchCollatorElements()