Lines Matching refs:errln
81 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
85 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\""); in TestBasicManipulation()
92 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
97 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); in TestBasicManipulation()
106 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); in TestBasicManipulation()
111 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\""); in TestBasicManipulation()
114 errln(UnicodeString("length() failed: expected 70, got ") + test1.length()); in TestBasicManipulation()
116 errln(UnicodeString("length() failed: expected 30, got ") + test2.length()); in TestBasicManipulation()
121 …errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify… in TestBasicManipulation()
124 … errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length()); in TestBasicManipulation()
128 …errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettif… in TestBasicManipulation()
131 … errln((UnicodeString)"append or length failed for UChar32, expected 2, got " + test3.length()); in TestBasicManipulation()
140 errln((UnicodeString)"simple UChar32 overloads for replace, insert, setTo or = failed"); in TestBasicManipulation()
155 errln("UnicodeString::moveIndex32() failed"); in TestBasicManipulation()
159 errln("UnicodeString::getChar32Start() failed"); in TestBasicManipulation()
163 errln("UnicodeString::getChar32Limit() failed"); in TestBasicManipulation()
172 errln("UnicodeString(const UnicodeString&, int32_t) failed"); in TestBasicManipulation()
176 errln("UnicodeString(const UnicodeString&, int32_t, int32_t) failed"); in TestBasicManipulation()
179 errln("UnicodeString::setTo(const UnicodeString&, int32_t) failed"); in TestBasicManipulation()
187 errln("operator+(UniStr, UniStr) failed"); in TestBasicManipulation()
196 … errln("UnicodeString(codepageData, dataLength, codepage) does not work with dataLength==-1"); in TestBasicManipulation()
203 errln("UnicodeString.setTo(buffer, length, capacity) does not work with length==-1"); in TestBasicManipulation()
206 errln("UnicodeString(buffer, length, capacity) does not work with length==-1"); in TestBasicManipulation()
210 … errln("UnicodeString.caseCompare(const UChar *, length, options) does not work with length==-1"); in TestBasicManipulation()
213 … errln("UnicodeString.caseCompare(start, _length, const UChar *, options) does not work"); in TestBasicManipulation()
219 … errln("UnicodeString.setTo(buffer without NUL, length, capacity) does not work with length==-1"); in TestBasicManipulation()
222 … errln("UnicodeString(buffer without NUL, length, capacity) does not work with length==-1"); in TestBasicManipulation()
233 … errln("UnicodeString(const char *, length, cnv, errorCode) does not work with length==-1"); in TestBasicManipulation()
246 errln("UnicodeString(const char * U_CHARSET_IS_UTF8) failed"); in TestBasicManipulation()
251 errln("UnicodeString::extract(char * U_CHARSET_IS_UTF8) failed"); in TestBasicManipulation()
255 errln("UnicodeString::extract(substring to char * U_CHARSET_IS_UTF8) failed"); in TestBasicManipulation()
278 errln("operator== or operator!= failed"); in TestCompare()
284 errln("operator> or operator< failed"); in TestCompare()
289 errln("operator>= or operator<= failed"); in TestCompare()
293 errln("compare(UnicodeString) failed"); in TestCompare()
300 errln("compare(offset, length, UnicodeString) failes"); in TestCompare()
304 errln("compare(UChar*) failed"); in TestCompare()
308 errln("compare(char*) failed"); in TestCompare()
312 errln("compare(UChar*, length) failed"); in TestCompare()
318 errln("1. compare(thisOffset, thisLength, that, thatOffset, thatLength) failed"); in TestCompare()
323 errln("2. compare(thisOffset, thisLength, that, thatOffset, thatLength) failed"); in TestCompare()
328 errln("compareBetween failed"); in TestCompare()
332 errln("compareBetween failed"); in TestCompare()
345 errln("UnicodeStrings that share a buffer but have different lengths compare as equal"); in TestCompare()
372 …errln("error: UnicodeString::compareCodePointOrder() fails for string %d and the following one\n",… in TestCompare()
396 errln("error: mixed.caseCompare(other, default)=%ld instead of 0\n", result); in TestCompare()
400 …errln("error: mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=%ld instead o… in TestCompare()
404 … errln("error: mixed.caseCompare(other, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=0 instead of !=0\n"); in TestCompare()
410 errln("error: mixed.caseCompare(different, default)=%ld instead of positive\n", result); in TestCompare()
416 …errln("error: mixed.caseCompare(mixed, 1, 4, different, 1, 5, default)=%ld instead of 0\n", result… in TestCompare()
422 …errln("error: mixed.caseCompare(1, 4, different, 1, 4, default)=%ld instead of positive\n", result… in TestCompare()
433 errln("error UnicodeString::compare(..., const UChar *, srcLength=-1) does not work"); in TestCompare()
437 …errln("error UnicodeString::compareCodePointOrder(..., const UChar *, srcLength=-1, ...) does not … in TestCompare()
441 … errln("error UnicodeString::caseCompare(..., const UChar *, srcLength=-1, ...) does not work"); in TestCompare()
445 errln("error UnicodeString::indexOf(const UChar *, srcLength=-1, ...) does not work"); in TestCompare()
449 … errln("error UnicodeString::lastIndexOf(const UChar *, srcLength=-1, ...) does not work"); in TestCompare()
456 … errln("error UnicodeString::replace(..., const UChar *, srcLength=-1, ...) does not work"); in TestCompare()
474 … errln("UnicodeString.extract(char *) failed to return the correct size of destination buffer."); in TestExtract()
480 errln("UnicodeString.extractBetween(-3, 7) did not pin properly."); in TestExtract()
485 …errln("UnicodeString.extract() failed to return the correct size of destination buffer for end of … in TestExtract()
488 errln("UnicodeString.extract() failed to return the correct size of destination buffer."); in TestExtract()
495 … errln("UnicodeString.extract(NULL) failed to return the correct size of destination buffer."); in TestExtract()
498 errln("UnicodeString.extract(-1) failed to stop reading the string."); in TestExtract()
503 errln(UnicodeString("extracting into a UnicodeString failed at position ") + i); in TestExtract()
507 errln(UnicodeString("extracting into an array of UChar failed at position ") + i); in TestExtract()
511 errln(UnicodeString("extracting into an array of char failed at position ") + i); in TestExtract()
515 errln(UnicodeString("extracting with extractBetween failed at position ") + i); in TestExtract()
522 errln("UnicodeString.extract(0, 10, (char *)NULL, \"\") != 10"); in TestExtract()
527 errln("UnicodeString.extract(0, 10, test4, 2, \"\") != 10"); in TestExtract()
530 errln("UnicodeString.extract(0, 10, test4, 2, \"\") overwrote test4[2]"); in TestExtract()
546 …errln("UnicodeString.extract(NULL, 0)==%d (%s) expected %d (U_BUFFER_OVERFLOW_ERROR)", length, s.l… in TestExtract()
552 … errln("UnicodeString.extract(dest too short)==%d (%s) expected %d (U_BUFFER_OVERFLOW_ERROR)", in TestExtract()
559 …errln("UnicodeString.extract(dest just right without NUL)==%d (%s) expected %d (U_STRING_NOT_TERMI… in TestExtract()
563 … errln("UnicodeString.extract(dest just right without NUL) did not extract the string correctly"); in TestExtract()
569 errln("UnicodeString.extract(dest large enough)==%d (%s) expected %d (U_ZERO_ERROR)", in TestExtract()
573 errln("UnicodeString.extract(dest large enough) did not extract the string correctly"); in TestExtract()
596 … errln("UnicodeString::extract(NULL, UConverter) preflighting failed (length=%ld, %s)", in TestExtract()
603 … errln("UnicodeString::extract(too small, UConverter) preflighting failed (length=%ld, %s)", in TestExtract()
610 errln("UnicodeString::extract(UConverter) succeeded with an illegal destination"); in TestExtract()
614 errln("UnicodeString::extract(UConverter) succeeded with a previous error code"); in TestExtract()
624 errln("UnicodeString::extract(UConverter) conversion failed (length=%ld, %s)", in TestExtract()
633 errln("UnicodeString::extract(\"UTF-8\") conversion failed (length=%ld, %s)", in TestExtract()
640 errln("UnicodeString(UConverter) conversion failed (%s)", in TestExtract()
666 errln("One of the replace methods failed:\n" in TestRemoveReplace()
674 errln("One of the remove methods failed:\n" in TestRemoveReplace()
685 errln("One of the remove methods failed:\n" in TestRemoveReplace()
691 errln("Remove() failed: expected empty string, got \"" + test1 + "\""); in TestRemoveReplace()
722 … errln(UnicodeString("indexOf failed: expected to find 6 occurrences, found ") + occurrences); in TestSearching()
729 errln(UnicodeString("indexOf with starting offset failed: " in TestSearching()
738 errln(UnicodeString("indexOf with starting and ending offsets failed: " in TestSearching()
747 … errln((UnicodeString)"indexOf failed: expected to find 4 occurrences, found " + occurrences); in TestSearching()
754 … errln(UnicodeString("indexOf failed: expected to find 2 occurrences, found ") + occurrences); in TestSearching()
762 errln(UnicodeString("indexOf with character failed: " in TestSearching()
770 errln(UnicodeString("indexOf with character & start offset failed: " in TestSearching()
778 errln(UnicodeString("indexOf with character & start & end offsets failed: " in TestSearching()
791 … errln((UnicodeString)"indexOf failed: expected to find 14 occurrences, found " + occurrences); in TestSearching()
798 … errln((UnicodeString)"indexOf failed: expected to find 4 occurrences, found " + occurrences); in TestSearching()
806 …errln((UnicodeString)"indexOf with character & start & end offsets failed: expected to find 2 occu… in TestSearching()
810 errln("test1.lastIndexOf(test2)!=29"); in TestSearching()
814 errln("test1.lastIndexOf(test2, start) failed"); in TestSearching()
822 errln(UnicodeString("lastIndexOf with starting and ending offsets failed: " in TestSearching()
830 errln(UnicodeString("lastIndexOf with character & start & end offsets failed: " in TestSearching()
840 …errln((UnicodeString)"lastIndexOf with character & start & end offsets failed: expected to find 3 … in TestSearching()
851 … errln((UnicodeString)"indexOf failed: expected to find 18 occurrences, found " + occurrences); in TestSearching()
859 …errln("error: UnicodeString::indexOf(UChar32 surrogate) finds a partial supplementary code point"); in TestSearching()
865 …errln("error: UnicodeString::lastIndexOf(UChar32 surrogate) finds a partial supplementary code poi… in TestSearching()
882 errln("padLeading() failed: expected \"" + expectedValue + "\", got \"" + test1 + "\"."); in TestSpacePadding()
887 errln("padTrailing() failed: expected \"" + expectedValue + "\", got \"" + test2 + "\"."); in TestSpacePadding()
892 errln("padTrailing() failed: expected \"" + expectedValue + "\", got \"" + test3 + "\"."); in TestSpacePadding()
898 errln("trim(UnicodeString&) failed"); in TestSpacePadding()
902 errln("trim() failed: expected \"" + expectedValue + "\", got \"" + test1 + "\"."); in TestSpacePadding()
907 errln("trim() failed: expected \"" + expectedValue + "\", got \"" + test2 + "\"."); in TestSpacePadding()
912 errln("trim() failed: expected \"" + expectedValue + "\", got \"" + test3 + "\"."); in TestSpacePadding()
917 errln("truncate() failed: expected \"" + expectedValue + "\", got \"" + test1 + "\"."); in TestSpacePadding()
922 errln("truncate() failed: expected \"" + expectedValue + "\", got \"" + test2 + "\"."); in TestSpacePadding()
927 errln("truncate() failed: expected \"" + expectedValue + "\", got \"" + test3 + "\"."); in TestSpacePadding()
939 errln("startsWith() failed: \"" + test2 + "\" should be a prefix of \"" + test1 + "\"."); in TestPrefixAndSuffix()
946 errln("startsWith() failed: \"" + test3 + "\" shouldn't be a prefix of \"" + test1 + "\"."); in TestPrefixAndSuffix()
950 errln("endsWith() failed: \"" + test2 + "\" shouldn't be a suffix of \"" + test1 + "\"."); in TestPrefixAndSuffix()
954 errln("endsWith(test3) failed: \"" + test3 + "\" should be a suffix of \"" + test1 + "\"."); in TestPrefixAndSuffix()
957 …errln("endsWith(test3, 0, INT32_MAX) failed: \"" + test3 + "\" should be a suffix of \"" + test1 +… in TestPrefixAndSuffix()
961 …errln("endsWith(test3.getBuffer(), test3.length()) failed: \"" + test3 + "\" should be a suffix of… in TestPrefixAndSuffix()
964 …errln("endsWith(test3.getTerminatedBuffer(), 0, -1) failed: \"" + test3 + "\" should be a suffix o… in TestPrefixAndSuffix()
968 errln("endsWith(test4) failed: \"" + test4 + "\" should be a prefix of \"" + test3 + "\"."); in TestPrefixAndSuffix()
972 … errln("startsWith(test3) failed: \"" + test3 + "\" shouldn't be a prefix of \"" + test4 + "\"."); in TestPrefixAndSuffix()
999 errln("findAndReplace failed: expected \"" + expectedValue + "\", got \"" + test1 + "\"."); in TestFindAndReplace()
1003 errln("findAndReplace failed: expected \"" + expectedValue + "\", got \"" + test1 + "\"."); in TestFindAndReplace()
1019 errln("reverse() failed: Expected \"I used to say words backwards\",\n got \"" in TestReverse()
1025 errln("reverse() failed with supplementary characters"); in TestReverse()
1035 errln("reverse() failed with only lead surrogate in the middle"); in TestReverse()
1050 errln("UnicodeString::getBuffer(20).getCapacity()<20"); in TestMiscellaneous()
1060 … errln("UnicodeString::getBuffer(minCapacity) allows read or write access to the UnicodeString"); in TestMiscellaneous()
1070 …errln("UnicodeString::releaseBuffer(newLength) does not properly reallow access to the UnicodeStri… in TestMiscellaneous()
1076 …errln("UnicodeString::releaseBuffer(newLength) without getBuffer(minCapacity) changed the UnicodeS… in TestMiscellaneous()
1085 errln("UnicodeString::getBuffer(const) does not return a usable buffer pointer"); in TestMiscellaneous()
1092 … errln("UnicodeString::releaseBuffer(-1) does not properly set the length of the UnicodeString"); in TestMiscellaneous()
1102 …errln("UnicodeString::releaseBuffer(-1 but no NUL) does not properly set the length of the Unicode… in TestMiscellaneous()
1110 errln("getTerminatedBuffer()[length]!=0"); in TestMiscellaneous()
1117 errln("UnicodeString(u[3]).getTerminatedBuffer() returns a bad buffer"); in TestMiscellaneous()
1123 errln("UnicodeString(u[-1]).getTerminatedBuffer() returns a bad buffer"); in TestMiscellaneous()
1129 errln("UnicodeString::append(const UChar *, start, length) failed"); in TestMiscellaneous()
1134 errln("UnicodeString::insert(start, const UniStr &, start, length) failed"); in TestMiscellaneous()
1140 errln("UnicodeString::insert(start, const UChar *, length) failed"); in TestMiscellaneous()
1145 errln("UnicodeString::replace(start, length, UChar) failed"); in TestMiscellaneous()
1149 errln("UnicodeString::hasMetaData() returns TRUE"); in TestMiscellaneous()
1158 errln("UnicodeString(shared buffer).truncate() failed"); in TestMiscellaneous()
1161 errln("UnicodeString(shared buffer).truncate().getTerminatedBuffer() " in TestMiscellaneous()
1169 errln("UnicodeString(shared buffer).remove() failed"); in TestMiscellaneous()
1172 errln("UnicodeString(shared buffer).remove().getTerminatedBuffer() " in TestMiscellaneous()
1195 errln("Test string failed to initialize properly."); in TestStackAllocation()
1197 errln("Test string initialization overwrote guard word!"); in TestStackAllocation()
1202 errln("Manipulation of test string failed to work right."); in TestStackAllocation()
1204 errln("Manipulation of test string overwrote guard word!"); in TestStackAllocation()
1220 errln("Stack-allocated backing store failed to initialize correctly."); in TestStackAllocation()
1222 errln("Stack-allocated backing store overwrote guard word!"); in TestStackAllocation()
1226 errln("insert() on stack-allocated UnicodeString didn't work right"); in TestStackAllocation()
1228 errln("insert() on stack-allocated UnicodeString overwrote guard word!"); in TestStackAllocation()
1231 errln("insert() on stack-allocated UnicodeString didn't affect backing store"); in TestStackAllocation()
1235 errln("Stack-allocated UnicodeString overflow didn't work"); in TestStackAllocation()
1237 errln("Stack-allocated UnicodeString overflow overwrote guard word!"); in TestStackAllocation()
1241 errln("Assignment to stack-allocated UnicodeString didn't work"); in TestStackAllocation()
1243 errln("Change to UnicodeString after overflow are still affecting original buffer"); in TestStackAllocation()
1245 errln("Change to UnicodeString after overflow overwrote guard word!"); in TestStackAllocation()
1253 errln("UnicodeString.setTo(readonly alias) does not alias correctly"); in TestStackAllocation()
1260 errln("UnicodeString.setTo(readonly alias) made a copy: did not see change in buffer"); in TestStackAllocation()
1264 errln("clone(alias) did not copy the buffer"); in TestStackAllocation()
1270 errln("UnicodeString.setTo(readonly alias, length -1) does not alias correctly"); in TestStackAllocation()
1275 … errln("UnicodeString.setTo(unterminated readonly alias, length -1) does not result in isBogus()"); in TestStackAllocation()
1285 …errln((UnicodeString)"UnicodeString.setTo(UChar*, length, capacity) does not work correctly\n" + p… in TestStackAllocation()
1295 errln("The UnicodeString(UChar32) constructor does not work with a 0x10ff2a filler"); in TestStackAllocation()
1304 errln("The UnicodeString capacity constructor does not work with an ASCII filler"); in TestStackAllocation()
1312 errln("The UnicodeString capacity constructor does not work with a 0x10ff2a filler"); in TestStackAllocation()
1317 errln("The UnicodeString capacity constructor does not work with a 0x10ff2a filler"); in TestStackAllocation()
1337 errln("FAIL: " + prettify(IN) + ".unescape() -> " + in TestUnescape()
1344 …errln("FAIL: unescaping of a string with an illegal escape sequence did not return an empty string… in TestUnescape()
1361 errln("hasMoreChar32Than(%d, %d, %d)=%hd is wrong\n", in _testUnicodeStringHasMoreChar32Than()
1380 errln("UnicodeString::countChar32() failed"); in TestCountChar32()
1394 errln("u_countChar32(length=-1) failed"); in TestCountChar32()
1399 errln("u_countChar32(bad input) failed (returned non-zero counts)"); in TestCountChar32()
1449 errln("A string returned TRUE for isBogus()!"); in TestBogus()
1456 errln("A bogus string returned FALSE for isBogus()!"); in TestBogus()
1459 errln("hashCode() failed"); in TestBogus()
1462 errln("bogus.getBuffer()!=0"); in TestBogus()
1465 errln("bogus.indexOf() != -1"); in TestBogus()
1468 errln("bogus.lastIndexOf() != -1"); in TestBogus()
1471 errln("caseCompare() doesn't work with bogus strings"); in TestBogus()
1474 errln("compareCodePointOrder() doesn't work with bogus strings"); in TestBogus()
1481 errln("bogus.append('a') worked but must not"); in TestBogus()
1487 errln("bogus.findAndReplace() worked but must not"); in TestBogus()
1493 errln("bogus.trim() revived bogus but must not"); in TestBogus()
1499 errln("bogus.remove(1) revived bogus but must not"); in TestBogus()
1504 errln("bogus.setCharAt(0, 'b') worked but must not"); in TestBogus()
1509 errln("bogus.truncate(1) revived bogus but must not"); in TestBogus()
1515 errln("bogus.operator=() failed"); in TestBogus()
1520 errln("bogus.fastCopyFrom() failed"); in TestBogus()
1525 errln("bogus.setTo(UniStr) failed"); in TestBogus()
1530 errln("bogus.setTo(UniStr, 0) failed"); in TestBogus()
1535 errln("bogus.setTo(UniStr, 0, len) failed"); in TestBogus()
1540 errln("bogus.setTo(const UChar *, len) failed"); in TestBogus()
1545 errln("bogus.setTo(UChar) failed"); in TestBogus()
1550 errln("bogus.setTo(UChar32) failed"); in TestBogus()
1555 errln("bogus.setTo(readonly alias) failed"); in TestBogus()
1561 errln("bogus.setTo(writable alias) failed"); in TestBogus()
1567 errln("bogus.operator=(UnicodeString()) failed"); in TestBogus()
1572 errln("bogus.setTo(UnicodeString()) failed"); in TestBogus()
1577 errln("bogus.remove() failed"); in TestBogus()
1582 errln("bogus.remove(0, INT32_MAX) failed"); in TestBogus()
1587 errln("bogus.truncate(0) failed"); in TestBogus()
1592 errln("bogus.setTo((UChar32)-1) failed"); in TestBogus()
1599 errln("bogus.setTo(&nul, 0) failed"); in TestBogus()
1604 errln("setToBogus() failed to make a string bogus"); in TestBogus()
1609 errln("normal=bogus failed to make the left string bogus"); in TestBogus()
1616 errln("UniStr.insert(...NULL...) should not modify the string but does"); in TestBogus()
1626 errln("a constructor set to bogus for a NULL input string, should be empty"); in TestBogus()
1633 errln("a setTo() set to bogus for a NULL input string, should be empty"); in TestBogus()
1638 errln("bogus==bogus failed"); in TestBogus()
1643 errln("bogus<empty failed"); in TestBogus()
1712 errln("StringEnumeration.next(%d) failed", i); in TestStringEnumeration()
1717 errln("StringEnumeration.next(done)!=NULL"); in TestStringEnumeration()
1727 errln("StringEnumeration.unext(%d) failed", i); in TestStringEnumeration()
1732 errln("StringEnumeration.unext(done)!=NULL"); in TestStringEnumeration()
1737 errln("StringEnumeration.clone()!=NULL"); in TestStringEnumeration()
1746 … errln("fail at file %s, line %d, UErrorCode is %s\n", __FILE__, __LINE__, u_errorName(status)); in TestStringEnumeration()
1755 errln("File %s, line %d, StringEnumeration.next(%d) failed", __FILE__, __LINE__, i); in TestStringEnumeration()
1760 errln("File %s, line %d, uenum_next(done)!=NULL"); in TestStringEnumeration()
1770 errln("File %s, Line %d, uenum_unext(%d) failed", __FILE__, __LINE__, i); in TestStringEnumeration()
1775 errln("File %s, Line %d, uenum_unext(done)!=NULL" __FILE__, __LINE__); in TestStringEnumeration()
1814 errln("Something wrong with UnicodeString::operator+()."); in TestNameSpace()
1833 errln("UnicodeString::fromUTF32() did not create the expected string."); in TestUTF32()
1851 errln("UnicodeString::toUTF32() did not create the expected string."); in TestUTF32()
1892 errln("UnicodeString::fromUTF8(StringPiece) did not create the expected string."); in TestUTF8()
1898 errln("UnicodeString::fromUTF8(std::string) did not create the expected string."); in TestUTF8()
1917 errln("UnicodeString::toUTF8() did not create the expected string."); in TestUTF8()
1920 errln("UnicodeString::toUTF8(sink) did not sink.Flush()."); in TestUTF8()
1929 errln("UnicodeString::toUTF8String() did not create the expected string."); in TestUTF8()
1944 errln("UnicodeString read-only-aliasing constructor does not behave as expected."); in TestReadOnlyAlias()
1949 errln("UnicodeString(read-only-alias).truncate() did not preserve aliasing as expected."); in TestReadOnlyAlias()
1952 errln("UnicodeString(read-only-alias).truncate().getTerminatedBuffer() " in TestReadOnlyAlias()
1956 errln("UnicodeString(read-only-alias).truncate().getTerminatedBuffer() " in TestReadOnlyAlias()
1960 errln("UnicodeString(read-only-alias).truncate().getTerminatedBuffer() " in TestReadOnlyAlias()
1966 errln("UnicodeString read-only-aliasing setTo() does not behave as expected."); in TestReadOnlyAlias()
1971 errln("UnicodeString(read-only-alias).remove() did not work."); in TestReadOnlyAlias()
1974 errln("UnicodeString(read-only-alias).remove().getTerminatedBuffer() " in TestReadOnlyAlias()
1978 errln("UnicodeString(read-only-alias).remove().getTerminatedBuffer() " in TestReadOnlyAlias()
1982 errln("UnicodeString.setTo(read-only-alias).remove().getTerminatedBuffer() " in TestReadOnlyAlias()
1990 …errln("UnicodeString.setTo(read-only-alias).remove(0, 10) did not preserve aliasing as expected."); in TestReadOnlyAlias()
1995 …errln("UnicodeString.setTo(read-only-alias).remove(27, 99) did not preserve aliasing as expected."… in TestReadOnlyAlias()
2000 …errln("UnicodeString.setTo(read-only-alias).retainBetween(6, 30) did not preserve aliasing as expe… in TestReadOnlyAlias()
2009 errln("UnicodeString.tempSubString() failed"); in TestReadOnlyAlias()
2013 errln("UnicodeString.tempSubString(-3, 5) failed"); in TestReadOnlyAlias()
2017 errln("UnicodeString.tempSubString(17) failed"); in TestReadOnlyAlias()
2021 errln("UnicodeString.tempSubString(99) failed"); in TestReadOnlyAlias()
2025 errln("UnicodeString.tempSubStringBetween(6) failed"); in TestReadOnlyAlias()
2029 errln("UnicodeString.tempSubStringBetween(8, 18) failed"); in TestReadOnlyAlias()
2035 errln("UnicodeString.setToBogus().tempSubStringBetween(8, 18) failed"); in TestReadOnlyAlias()
2044 errln("Appendable.reserve(12) failed"); in doTestAppendable()
2055 errln("Appendable.getAppendBuffer(min=3) returned capacity=%d<3", (int)capacity); in doTestAppendable()
2062 errln("Appendable.append(...) failed"); in doTestAppendable()
2066 errln("Appendable.getAppendBuffer(min=0) failed"); in doTestAppendable()
2071 errln("Appendable.getAppendBuffer(scratch<min) failed"); in doTestAppendable()
2115 errln("sizeof(UnicodeString)=%d, expected %d", (int)sizeofUniStr, (int)expected); in TestSizeofUnicodeString()