Lines Matching refs:errln
41 errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h"); in TestEndian()
47 …errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in… in TestSizeofTypes()
50 errln("int64_t and uint64_t are undefined."); in TestSizeofTypes()
53 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h"); in TestSizeofTypes()
56 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h"); in TestSizeofTypes()
60 errln("8!=sizeof(double) - putil.c code may not work"); in TestSizeofTypes()
63 errln("4!=sizeof(int32_t)"); in TestSizeofTypes()
66 errln("4!=sizeof(uint32_t)"); in TestSizeofTypes()
69 errln("2!=sizeof(int16_t)"); in TestSizeofTypes()
72 errln("2!=sizeof(uint16_t)"); in TestSizeofTypes()
75 errln("2!=sizeof(UChar)"); in TestSizeofTypes()
78 errln("1!=sizeof(int8_t)"); in TestSizeofTypes()
81 errln("1!=sizeof(uint8_t)"); in TestSizeofTypes()
84 errln("1!=sizeof(UBool)"); in TestSizeofTypes()
93 errln("TestCharsetFamily: U_CHARSET_FAMILY needs to be fixed in platform.h"); in TestCharsetFamily()
110 errln("Test_U_STRING: U_STRING_DECL with U_STRING_INIT does not work right! " in Test_U_STRING()
125 errln("Test_UNICODE_STRING: UNICODE_STRING does not work right! " in Test_UNICODE_STRING()
140 errln("Test_UNICODE_STRING_SIMPLE: UNICODE_STRING_SIMPLE does not work right! " in Test_UNICODE_STRING_SIMPLE()
152 errln("UTF8_COUNT_TRAIL_BYTES does not work right! See utf_old.h."); in Test_UTF8_COUNT_TRAIL_BYTES()
161 errln("U8_COUNT_TRAIL_BYTES does not work right! See utf8.h."); in Test_UTF8_COUNT_TRAIL_BYTES()
194 errln("StringPiece() failed"); in TestStringPiece()
199 errln("StringPiece(NULL) failed"); in TestStringPiece()
205 errln("StringPiece(abc_chars) failed"); in TestStringPiece()
211 errln("StringPiece(abcdefg_chars, 4) failed"); in TestStringPiece()
217 errln("StringPiece(uvwxyz_string) failed"); in TestStringPiece()
222 errln("StringPiece(abcd, -1) failed"); in TestStringPiece()
226 errln("StringPiece(abcd, 5) failed"); in TestStringPiece()
230 errln("StringPiece(abcd, -1) failed"); in TestStringPiece()
235 errln("StringPiece(abcd, -1, 8) failed"); in TestStringPiece()
239 errln("StringPiece(abcd, 5, 8) failed"); in TestStringPiece()
243 errln("StringPiece(abcd, -1) failed"); in TestStringPiece()
247 errln("StringPiece(abcd, 5, -1) failed"); in TestStringPiece()
252 errln("StringPiece::npos!=0x7fffffff"); in TestStringPiece()
257 errln("abcd.substr(-1) failed"); in TestStringPiece()
261 errln("abcd.substr(5) failed"); in TestStringPiece()
265 errln("abcd.substr(-1) failed"); in TestStringPiece()
270 errln("abcd.substr(-1, 8) failed"); in TestStringPiece()
274 errln("abcd.substr(5, 8) failed"); in TestStringPiece()
278 errln("abcd.substr(-1) failed"); in TestStringPiece()
282 errln("abcd.substr(5, -1) failed"); in TestStringPiece()
288 errln("abcd.clear() failed"); in TestStringPiece()
294 errln("abcd.remove_prefix(-1) failed"); in TestStringPiece()
299 errln("abcd.remove_prefix(2) failed"); in TestStringPiece()
304 errln("abcd.remove_prefix(5) failed"); in TestStringPiece()
310 errln("abcd.remove_suffix(-1) failed"); in TestStringPiece()
315 errln("abcd.remove_suffix(2) failed"); in TestStringPiece()
320 errln("abcd.remove_suffix(5) failed"); in TestStringPiece()
332 errln("empty!=null"); in TestStringPieceComparisons()
335 errln("empty==abc"); in TestStringPieceComparisons()
338 errln("abc==abcd"); in TestStringPieceComparisons()
342 errln("abc!=abcd.remove_suffix(1)"); in TestStringPieceComparisons()
345 errln("abc==abx"); in TestStringPieceComparisons()
376 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected"); in TestByteSink()
383 errln("ByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); in TestByteSink()
388 … errln("ByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]"); in TestByteSink()
393 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer"); in TestByteSink()
407 errln("CheckedArrayByteSink did not Append() as expected"); in TestCheckedArrayByteSink()
414 … errln("CheckedArrayByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); in TestCheckedArrayByteSink()
419 …errln("CheckedArrayByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return… in TestCheckedArrayByteSink()
424 errln("CheckedArrayByteSink.GetAppendBuffer() did not properly return its own buffer"); in TestCheckedArrayByteSink()
433 errln("CheckedArrayByteSink did not Append(its own buffer) as expected"); in TestCheckedArrayByteSink()
438 errln("CheckedArrayByteSink.GetAppendBuffer() did not properly return the scratch buffer"); in TestCheckedArrayByteSink()
447 errln("CheckedArrayByteSink did not Append(scratch buffer) as expected"); in TestCheckedArrayByteSink()
455 errln("CheckedArrayByteSink did not Reset().Append() as expected"); in TestCheckedArrayByteSink()
468 errln("StringByteSink did not Append() as expected"); in TestStringByteSink()
472 errln("StringByteSink should have 20 append capacity, has only %d", in TestStringByteSink()
477 errln("StringByteSink did not Append() as expected"); in TestStringByteSink()
502 errln("CharString(longStr) failed."); in TestCharString()
508 errln("CharString.copyFrom() failed."); in TestCharString()
518 errln("CharString(longStr).append(substring of self).append(self) failed."); in TestCharString()
522 errln("CharString.clear().append(abc).append(defghij, 3) failed."); in TestCharString()
530 errln("CharString.appendInvariantChars(longStr) failed."); in TestCharString()
542 errln("CharString.getAppendBuffer().append(**) failed."); in TestCharString()
549 … errln("%s:%d expected U_INVARIANT_CONVERSION_ERROR, got %s", __FILE__, __LINE__, u_errorName(ec)); in TestCharString()
552 errln("%s:%d expected length() = 0, got %d", __FILE__, __LINE__, chStr.length()); in TestCharString()
583 … errln("%s:%d CStr(s)() failed. Expected \"%s\", got \"%s\"", __FILE__, __LINE__, cs, CStr(us)()); in TestCStr()