Lines Matching full:errorcode
122 UErrorCode errorCode=U_ZERO_ERROR;123 return ubidi_openSized(0, 0, &errorCode);1208 pInsertPoints->errorCode=U_MEMORY_ALLOCATION_ERROR;1221 pInsertPoints->errorCode=U_MEMORY_ALLOCATION_ERROR;2144 if (U_FAILURE(pBiDi->insertPoints.errorCode))2146 *pErrorCode=pBiDi->insertPoints.errorCode;