Lines Matching refs:log_err
95 log_err("ERROR: reversing collation iterator :%s\n", in TestBug672()
103 log_err("ERROR: setting offset in collator :%s\n", in TestBug672()
119 log_err("ERROR: setting offset in collator :%s\n", in TestBug672()
132 log_err("ERROR: Different locales have different offsets at the same character\n"); in TestBug672()
171 log_err("ERROR: reversing collation iterator :%s\n", in TestBug672Normalize()
179 log_err("ERROR: setting offset in collator :%s\n", in TestBug672Normalize()
195 log_err("ERROR: setting offset in collator :%s\n", in TestBug672Normalize()
208 log_err("ERROR: Different locales have different offsets at the same character\n"); in TestBug672Normalize()
255 … log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestUnicodeChar()
268 … log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestUnicodeChar()
322 … log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestNormalizedUnicodeChar()
333 … log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestNormalizedUnicodeChar()
393 log_err("ERROR: in creation of collator element iterator\n %s\n", in TestNormalization()
403 log_err("ERROR: in creation of collator element iterator\n %s\n", in TestNormalization()
456 log_err("Couldn't create a RuleBasedCollator with a contracting sequence\n %s\n", in TestPrevious()
464 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestPrevious()
478 log_err("Couldn't create a RuleBasedCollator with a contracting sequence.\n %s\n", in TestPrevious()
485 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestPrevious()
499 log_err("Couldn't create a RuleBasedCollator with a contracting sequence.\n %s\n", in TestPrevious()
506 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestPrevious()
527 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestPrevious()
546 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestPrevious()
587 log_err("Error: After setting offset to 0, we should be at the end " in TestOffset()
592 log_err("Error: After setting offset to end of the string, we should " in TestOffset()
604 log_err("offset at end != length %d vs %d\n", offset, in TestOffset()
611 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestOffset()
621 log_err("setOffset failed. %s\n", myErrorName(status)); in TestOffset()
641 log_err("ERROR: in creation of collation element iterator using ucol_openElements()\n %s\n", in TestOffset()
653 log_err("ERROR: Offset of iteration should be 1\n"); in TestOffset()
658 log_err("ERROR: Offset of iteration should be 4\n"); in TestOffset()
663 log_err("ERROR: Offset of iteration should be 3\n"); in TestOffset()
677 log_err("ERROR: Offset of iteration should be 3\n"); in TestOffset()
682 log_err("ERROR: Offset of iteration should be 1\n"); in TestOffset()
687 log_err("ERROR: Offset of iteration should be 0\n"); in TestOffset()
694 log_err("ERROR: in iterating collation elements %s\n", in TestOffset()
727 … log_err("ERROR: in creation of collation element iterator2 using ucol_openElements()\n %s\n", in TestSetText()
741 log_err("iter2->next() returned an error. %s\n", myErrorName(status)); in TestSetText()
755 log_err("call to iter2->setText(test1) failed. %s\n", myErrorName(status)); in TestSetText()
766 log_err("call to iter2->setText(null, 2) should yield an illegal-argument-error - %s\n", in TestSetText()
819 log_err("Failure at codepoint %d, maximum expansion count < %d\n", in TestMaxExpansion()
833 log_err("Failure at codepoint %d, maximum expansion count < %d\n", in TestMaxExpansion()
844 log_err("Failure at codepoint %d, maximum expansion count != %d\n", in TestMaxExpansion()
853 log_err("Failure at codepoint %d, maximum expansion count != %d\n", in TestMaxExpansion()
863 log_err("Failure at codepoint %d, maximum expansion count < %d\n", in TestMaxExpansion()
873 log_err("Failure at codepoint %d, maximum expansion count > %d\n", in TestMaxExpansion()
898 log_err("Failure at codepoint %d, maximum expansion count > %d\n", in TestMaxExpansion()
924 …log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c… in assertEqual()
968 log_err("Error collation elements size is not 2 for \\u0300\\u031A\n"); in TestSmallBuffer()
978 log_err("Error decomposition does not give the right sized collation elements\n"); in TestSmallBuffer()
985 … log_err("Error decomposition does not give the right collation element at %d count\n", count); in TestSmallBuffer()
1069 log_err("Error opening collation iterator\n"); in TestDiscontiguos()
1087 log_err("Error manipulating collation iterator\n"); in TestDiscontiguos()
1093 log_err("Discontiguos contraction test mismatch\n"); in TestDiscontiguos()
1098 log_err("Error getting next collation element\n"); in TestDiscontiguos()
1206 … log_err("error, locale %s, ucol_next returned element 0\n", tsceItemPtr->locale ); in TestSearchCollatorElements()
1210 … log_err("error, locale %s, expected ucol_next -> ucol_getOffset %d, got %d\n", in TestSearchCollatorElements()
1217 …log_err("error, locale %s, ucol_next returned more elements than expected\n", tsceItemPtr->locale … in TestSearchCollatorElements()
1221 …log_err("error, locale %s, ucol_next returned fewer elements than expected\n", tsceItemPtr->locale… in TestSearchCollatorElements()
1232 … log_err("error, locale %s, ucol_previous returned element 0\n", tsceItemPtr->locale ); in TestSearchCollatorElements()
1237 … log_err("error, locale %s, expected ucol_previous -> ucol_getOffset %d, got %d\n", in TestSearchCollatorElements()
1243 …log_err("error, locale %s, ucol_previous returned more elements than expected\n", tsceItemPtr->loc… in TestSearchCollatorElements()
1247 …log_err("error, locale %s, ucol_previous returned fewer elements than expected\n", tsceItemPtr->lo… in TestSearchCollatorElements()
1252 …log_err("error, locale %s, ucol_openElements failed: %s\n", tsceItemPtr->locale, u_errorName(statu… in TestSearchCollatorElements()