Lines Matching refs:errln

47         errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h");  in TestEndian()
53errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in… in TestSizeofTypes()
56 errln("int64_t and uint64_t are undefined."); in TestSizeofTypes()
59 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h"); in TestSizeofTypes()
62 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h"); in TestSizeofTypes()
66 errln("8!=sizeof(double) - putil.c code may not work"); in TestSizeofTypes()
69 errln("4!=sizeof(int32_t)"); in TestSizeofTypes()
72 errln("4!=sizeof(uint32_t)"); in TestSizeofTypes()
75 errln("2!=sizeof(int16_t)"); in TestSizeofTypes()
78 errln("2!=sizeof(uint16_t)"); in TestSizeofTypes()
81 errln("2!=sizeof(UChar)"); in TestSizeofTypes()
84 errln("1!=sizeof(int8_t)"); in TestSizeofTypes()
87 errln("1!=sizeof(uint8_t)"); in TestSizeofTypes()
90 errln("1!=sizeof(UBool)"); in TestSizeofTypes()
99 errln("TestCharsetFamily: U_CHARSET_FAMILY needs to be fixed in platform.h"); in TestCharsetFamily()
116 errln("Test_U_STRING: U_STRING_DECL with U_STRING_INIT does not work right! " in Test_U_STRING()
131 errln("Test_UNICODE_STRING: UNICODE_STRING does not work right! " in Test_UNICODE_STRING()
146 errln("Test_UNICODE_STRING_SIMPLE: UNICODE_STRING_SIMPLE does not work right! " in Test_UNICODE_STRING_SIMPLE()
174 errln("uprv_upperOrdinal('%c')=%d != expected %d", in TestUpperOrdinal()
179 errln("uprv_upperOrdinal('%c')=%d should have been outside 0..25", in TestUpperOrdinal()
196 errln("uprv_lowerOrdinal('%c')=%d != expected %d", in TestLowerOrdinal()
201 errln("uprv_lowerOrdinal('%c')=%d should have been outside 0..25", in TestLowerOrdinal()
216 errln("UTF8_COUNT_TRAIL_BYTES does not work right! See utf_old.h."); in Test_UTF8_COUNT_TRAIL_BYTES()
225 errln("U8_COUNT_TRAIL_BYTES does not work right! See utf8.h."); in Test_UTF8_COUNT_TRAIL_BYTES()
267 errln("StringPiece() failed"); in TestStringPiece()
272 errln("StringPiece(NULL) failed"); in TestStringPiece()
278 errln("StringPiece(abc_chars) failed"); in TestStringPiece()
284 errln("StringPiece(abcdefg_chars, 4) failed"); in TestStringPiece()
290 errln("StringPiece(uvwxyz_string) failed"); in TestStringPiece()
295 errln("StringPiece(abcd, -1) failed"); in TestStringPiece()
299 errln("StringPiece(abcd, 5) failed"); in TestStringPiece()
303 errln("StringPiece(abcd, -1) failed"); in TestStringPiece()
308 errln("StringPiece(abcd, -1, 8) failed"); in TestStringPiece()
312 errln("StringPiece(abcd, 5, 8) failed"); in TestStringPiece()
316 errln("StringPiece(abcd, -1) failed"); in TestStringPiece()
320 errln("StringPiece(abcd, 5, -1) failed"); in TestStringPiece()
325 errln("StringPiece::npos!=0x7fffffff"); in TestStringPiece()
330 errln("abcd.substr(-1) failed"); in TestStringPiece()
334 errln("abcd.substr(5) failed"); in TestStringPiece()
338 errln("abcd.substr(-1) failed"); in TestStringPiece()
343 errln("abcd.substr(-1, 8) failed"); in TestStringPiece()
347 errln("abcd.substr(5, 8) failed"); in TestStringPiece()
351 errln("abcd.substr(-1) failed"); in TestStringPiece()
355 errln("abcd.substr(5, -1) failed"); in TestStringPiece()
361 errln("abcd.clear() failed"); in TestStringPiece()
367 errln("abcd.remove_prefix(-1) failed"); in TestStringPiece()
372 errln("abcd.remove_prefix(2) failed"); in TestStringPiece()
377 errln("abcd.remove_prefix(5) failed"); in TestStringPiece()
383 errln("abcd.remove_suffix(-1) failed"); in TestStringPiece()
388 errln("abcd.remove_suffix(2) failed"); in TestStringPiece()
393 errln("abcd.remove_suffix(5) failed"); in TestStringPiece()
405 errln("empty!=null"); in TestStringPieceComparisons()
408 errln("empty==abc"); in TestStringPieceComparisons()
411 errln("abc==abcd"); in TestStringPieceComparisons()
444 errln("abc!=abcd.remove_suffix(1)"); in TestStringPieceComparisons()
447 errln("abc==abx"); in TestStringPieceComparisons()
599 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected"); in TestByteSink()
606 errln("ByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); in TestByteSink()
611errln("ByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]"); in TestByteSink()
616 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer"); in TestByteSink()
630 errln("CheckedArrayByteSink did not Append() as expected"); in TestCheckedArrayByteSink()
637errln("CheckedArrayByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); in TestCheckedArrayByteSink()
642errln("CheckedArrayByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return… in TestCheckedArrayByteSink()
647 errln("CheckedArrayByteSink.GetAppendBuffer() did not properly return its own buffer"); in TestCheckedArrayByteSink()
656 errln("CheckedArrayByteSink did not Append(its own buffer) as expected"); in TestCheckedArrayByteSink()
661 errln("CheckedArrayByteSink.GetAppendBuffer() did not properly return the scratch buffer"); in TestCheckedArrayByteSink()
670 errln("CheckedArrayByteSink did not Append(scratch buffer) as expected"); in TestCheckedArrayByteSink()
678 errln("CheckedArrayByteSink did not Reset().Append() as expected"); in TestCheckedArrayByteSink()
691 errln("StringByteSink did not Append() as expected"); in TestStringByteSink()
695 errln("StringByteSink should have 20 append capacity, has only %d", in TestStringByteSink()
700 errln("StringByteSink did not Append() as expected"); in TestStringByteSink()
739 errln("CharString(longStr) failed."); in TestCharString()
745 errln("CharString.copyFrom() failed."); in TestCharString()
755 errln("CharString(longStr).append(substring of self).append(self) failed."); in TestCharString()
759 errln("CharString.clear().append(abc).append(defghij, 3) failed."); in TestCharString()
767 errln("CharString.appendInvariantChars(longStr) failed."); in TestCharString()
779 errln("CharString.getAppendBuffer().append(**) failed."); in TestCharString()
786errln("%s:%d expected U_INVARIANT_CONVERSION_ERROR, got %s", __FILE__, __LINE__, u_errorName(ec)); in TestCharString()
789 errln("%s:%d expected length() = 0, got %d", __FILE__, __LINE__, chStr.length()); in TestCharString()
841errln("%s:%d CStr(s)() failed. Expected \"%s\", got \"%s\"", __FILE__, __LINE__, cs, CStr(us)()); in TestCStr()