Lines Matching refs:errorCode
395 IcuTestErrorCode errorCode(*this, "TestCasingImpl");
396 LocalUCaseMapPointer csm(ucasemap_open(localeID, options, errorCode));
401 UBreakIterator *clone=ubrk_safeClone((UBreakIterator *)iter, NULL, &size, errorCode);
402 ucasemap_setBreakIterator(csm.getAlias(), clone, errorCode);
406 u_strToUTF8(utf8In, (int32_t)sizeof(utf8In), &utf8InLength, input.getBuffer(), input.length(), errorCode);
412 utf8In, utf8InLength, errorCode);
418 utf8In, utf8InLength, errorCode);
425 utf8In, utf8InLength, errorCode);
432 utf8In, utf8InLength, errorCode);
440 u_strFromUTF8(buffer, result.getCapacity(), &resultLength, utf8Out, utf8OutLength, errorCode);
441 result.releaseBuffer(errorCode.isSuccess() ? resultLength : 0);
443 if(errorCode.isFailure()) {
444 errcheckln(errorCode, "error: %s() got an error for a test case from casing.res - %s", name, u_errorName(errorCode));
445 errorCode.reset();