• Home
  • Raw
  • Download

Lines Matching refs:errln

36         errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h");  in TestEndian()
42errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in… in TestSizeofTypes()
45 errln("int64_t and uint64_t are undefined."); in TestSizeofTypes()
48 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h"); in TestSizeofTypes()
51 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h"); in TestSizeofTypes()
55 errln("8!=sizeof(double) - putil.c code may not work"); in TestSizeofTypes()
58 errln("4!=sizeof(int32_t)"); in TestSizeofTypes()
61 errln("4!=sizeof(uint32_t)"); in TestSizeofTypes()
64 errln("2!=sizeof(int16_t)"); in TestSizeofTypes()
67 errln("2!=sizeof(uint16_t)"); in TestSizeofTypes()
70 errln("2!=sizeof(UChar)"); in TestSizeofTypes()
73 errln("1!=sizeof(int8_t)"); in TestSizeofTypes()
76 errln("1!=sizeof(uint8_t)"); in TestSizeofTypes()
79 errln("1!=sizeof(UBool)"); in TestSizeofTypes()
88 errln("TestCharsetFamily: U_CHARSET_FAMILY needs to be fixed in platform.h"); in TestCharsetFamily()
105 errln("Test_U_STRING: U_STRING_DECL with U_STRING_INIT does not work right! " in Test_U_STRING()
120 errln("Test_UNICODE_STRING: UNICODE_STRING does not work right! " in Test_UNICODE_STRING()
135 errln("Test_UNICODE_STRING_SIMPLE: UNICODE_STRING_SIMPLE does not work right! " in Test_UNICODE_STRING_SIMPLE()
147 errln("Test_UTF8_COUNT_TRAIL_BYTES: UTF8_COUNT_TRAIL_BYTES does not work right! " in Test_UTF8_COUNT_TRAIL_BYTES()
179 errln("StringPiece() failed"); in TestStringPiece()
184 errln("StringPiece(NULL) failed"); in TestStringPiece()
190 errln("StringPiece(abc_chars) failed"); in TestStringPiece()
196 errln("StringPiece(abcdefg_chars, 4) failed"); in TestStringPiece()
203 errln("StringPiece(uvwxyz_string) failed"); in TestStringPiece()
209 errln("StringPiece(abcd, -1) failed"); in TestStringPiece()
213 errln("StringPiece(abcd, 5) failed"); in TestStringPiece()
217 errln("StringPiece(abcd, -1) failed"); in TestStringPiece()
222 errln("StringPiece(abcd, -1, 8) failed"); in TestStringPiece()
226 errln("StringPiece(abcd, 5, 8) failed"); in TestStringPiece()
230 errln("StringPiece(abcd, -1) failed"); in TestStringPiece()
234 errln("StringPiece(abcd, 5, -1) failed"); in TestStringPiece()
239 errln("StringPiece::npos!=0x7fffffff"); in TestStringPiece()
244 errln("abcd.substr(-1) failed"); in TestStringPiece()
248 errln("abcd.substr(5) failed"); in TestStringPiece()
252 errln("abcd.substr(-1) failed"); in TestStringPiece()
257 errln("abcd.substr(-1, 8) failed"); in TestStringPiece()
261 errln("abcd.substr(5, 8) failed"); in TestStringPiece()
265 errln("abcd.substr(-1) failed"); in TestStringPiece()
269 errln("abcd.substr(5, -1) failed"); in TestStringPiece()
275 errln("abcd.clear() failed"); in TestStringPiece()
281 errln("abcd.remove_prefix(-1) failed"); in TestStringPiece()
286 errln("abcd.remove_prefix(2) failed"); in TestStringPiece()
291 errln("abcd.remove_prefix(5) failed"); in TestStringPiece()
297 errln("abcd.remove_suffix(-1) failed"); in TestStringPiece()
302 errln("abcd.remove_suffix(2) failed"); in TestStringPiece()
307 errln("abcd.remove_suffix(5) failed"); in TestStringPiece()
319 errln("empty!=null"); in TestStringPieceComparisons()
322 errln("empty==abc"); in TestStringPieceComparisons()
325 errln("abc==abcd"); in TestStringPieceComparisons()
329 errln("abc!=abcd.remove_suffix(1)"); in TestStringPieceComparisons()
332 errln("abc==abx"); in TestStringPieceComparisons()
363 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected"); in TestByteSink()
370 errln("ByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); in TestByteSink()
375errln("ByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return NULL[0]"); in TestByteSink()
380 errln("ByteSink.GetAppendBuffer() did not properly return the scratch buffer"); in TestByteSink()
394 errln("CheckedArrayByteSink did not Append() as expected"); in TestCheckedArrayByteSink()
401errln("CheckedArrayByteSink.GetAppendBuffer(min_capacity<1) did not properly return NULL[0]"); in TestCheckedArrayByteSink()
406errln("CheckedArrayByteSink.GetAppendBuffer(scratch_capacity<min_capacity) did not properly return… in TestCheckedArrayByteSink()
411 errln("CheckedArrayByteSink.GetAppendBuffer() did not properly return its own buffer"); in TestCheckedArrayByteSink()
420 errln("CheckedArrayByteSink did not Append(its own buffer) as expected"); in TestCheckedArrayByteSink()
425 errln("CheckedArrayByteSink.GetAppendBuffer() did not properly return the scratch buffer"); in TestCheckedArrayByteSink()
434 errln("CheckedArrayByteSink did not Append(scratch buffer) as expected"); in TestCheckedArrayByteSink()
442 errln("CheckedArrayByteSink did not Reset().Append() as expected"); in TestCheckedArrayByteSink()
456 errln("StringByteSink did not Append() as expected"); in TestStringByteSink()
482 errln("CharString(longStr) failed."); in TestCharString()
488 errln("CharString.copyFrom() failed."); in TestCharString()
498 errln("CharString(longStr).append(substring of self).append(self) failed."); in TestCharString()
502 errln("CharString.clear().append(abc).append(defghij, 3) failed."); in TestCharString()
510 errln("CharString.appendInvariantChars(longStr) failed."); in TestCharString()
522 errln("CharString.getAppendBuffer().append(**) failed."); in TestCharString()