Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorCode

24 #include "unicode/errorcode.h"
82 IcuTestErrorCode errorCode(*this, "getUnidataPath");
100 strcpy(path, loadTestData(errorCode));
280 IcuTestErrorCode errorCode(*this, "TestBidiTest");
281 const char *sourceTestDataPath=getSourceTestData(errorCode);
282 if(errorCode.logIfFailureAndReset("unable to find the source/test/testdata "
296 NULL, NULL, errorCode);
297 if(errorCode.logIfFailureAndReset("ubidi_setClassCallback()")) {
350 paraLevels[i], NULL, errorCode);
351 const UBiDiLevel *actualLevels=ubidi_getLevels(ubidi.getAlias(), errorCode);
352 if(errorCode.logIfFailureAndReset("ubidi_setPara() or ubidi_getLevels()")) {
438 IcuTestErrorCode errorCode(*this, "TestBidiTest/checkOrdering()");
444 int32_t logicalIndex=ubidi_getLogicalIndex(ubidi, i, errorCode);
445 if(errorCode.logIfFailureAndReset("ubidi_getLogicalIndex()")) {
475 int32_t logicalIndex=ubidi_getLogicalIndex(ubidi, i, errorCode);