Lines Matching refs:errorCode
481 IcuTestErrorCode errorCode(*this, "TestCharString()");
485 CharString chStr(longStr, errorCode);
489 CharString test("Test", errorCode);
490 CharString copy(test,errorCode);
491 copy.copyFrom(chStr, errorCode);
497 chStr.append(sp, errorCode).append(chStr, errorCode);
505 chStr.clear().append("abc", errorCode).append("defghij", 3, errorCode);
511 errorCode);
518 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode);
519 if (errorCode.isFailure()) {
523 chStr.append(buffer, 5, errorCode);