Lines Matching refs:errorCode
24 #include "unicode/errorcode.h"
82 IcuTestErrorCode errorCode(*this, "getUnidataPath");
100 strcpy(path, loadTestData(errorCode));
277 IcuTestErrorCode errorCode(*this, "TestBidiTest");
278 const char *sourceTestDataPath=getSourceTestData(errorCode);
279 if(errorCode.logIfFailureAndReset("unable to find the source/test/testdata "
293 NULL, NULL, errorCode);
294 if(errorCode.logIfFailureAndReset("ubidi_setClassCallback()")) {
347 paraLevels[i], NULL, errorCode);
348 const UBiDiLevel *actualLevels=ubidi_getLevels(ubidi.getAlias(), errorCode);
349 if(errorCode.logIfFailureAndReset("ubidi_setPara() or ubidi_getLevels()")) {
435 IcuTestErrorCode errorCode(*this, "TestBidiTest/checkOrdering()");
441 int32_t logicalIndex=ubidi_getLogicalIndex(ubidi, i, errorCode);
442 if(errorCode.logIfFailureAndReset("ubidi_getLogicalIndex()")) {
472 int32_t logicalIndex=ubidi_getLogicalIndex(ubidi, i, errorCode);