Home | History | Annotate | Download | only in common

Lines Matching refs:errorCode

121     UErrorCode errorCode=U_ZERO_ERROR;
122 return ubidi_openSized(0, 0, &errorCode);
1151 pInsertPoints->errorCode=U_MEMORY_ALLOCATION_ERROR;
1164 pInsertPoints->errorCode=U_MEMORY_ALLOCATION_ERROR;
1988 if (U_FAILURE(pBiDi->insertPoints.errorCode))
1990 *pErrorCode=pBiDi->insertPoints.errorCode;