Home | History | Annotate | Download | only in intltest

Lines Matching full:charstring

511         "This is a long string that is meant to cause reallocation of the internal buffer of CharString.";
512 CharString chStr(longStr, errorCode);
514 errln("CharString(longStr) failed.");
516 CharString test("Test", errorCode);
517 CharString copy(test,errorCode);
520 errln("CharString.copyFrom() failed.");
530 errln("CharString(longStr).append(substring of self).append(self) failed.");
534 errln("CharString.clear().append(abc).append(defghij, 3) failed.");
537 "This is a long string that is meant to cause reallocation of the internal buffer of CharString."),
542 errln("CharString.appendInvariantChars(longStr) failed.");
554 errln("CharString.getAppendBuffer().append(**) failed.");