Home | History | Annotate | Download | only in common

Lines Matching refs:errorCode

129     UErrorCode errorCode=U_ZERO_ERROR;
130 return ubidi_openSized(0, 0, &errorCode);
1778 pInsertPoints->errorCode=U_MEMORY_ALLOCATION_ERROR;
1791 pInsertPoints->errorCode=U_MEMORY_ALLOCATION_ERROR;
2785 if (U_FAILURE(pBiDi->insertPoints.errorCode))
2787 *pErrorCode=pBiDi->insertPoints.errorCode;