Lines Matching full:charstring
481 "This is a long string that is meant to cause reallocation of the internal buffer of CharString.";
482 CharString chStr(longStr, errorCode);
484 errln("CharString(longStr) failed.");
486 CharString test("Test", errorCode);
487 CharString copy(test,errorCode);
490 errln("CharString.copyFrom() failed.");
500 errln("CharString(longStr).append(substring of self).append(self) failed.");
504 errln("CharString.clear().append(abc).append(defghij, 3) failed.");
507 "This is a long string that is meant to cause reallocation of the internal buffer of CharString."),
512 errln("CharString.appendInvariantChars(longStr) failed.");
524 errln("CharString.getAppendBuffer().append(**) failed.");