Lines Matching refs:pErrorCode
62 UErrorCode *pErrorCode) { in doWriteForward() argument
69 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
83 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
101 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
130 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
155 UErrorCode *pErrorCode) { in doWriteReverse() argument
187 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse()
215 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse()
264 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse()
312 UErrorCode *pErrorCode) { in ubidi_writeReverse() argument
315 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in ubidi_writeReverse()
323 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReverse()
332 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReverse()
340 destLength=doWriteReverse(src, srcLength, dest, destSize, options, pErrorCode); in ubidi_writeReverse()
346 return u_terminateUChars(dest, destSize, destLength, pErrorCode); in ubidi_writeReverse()
360 UErrorCode *pErrorCode) { in ubidi_writeReordered() argument
366 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in ubidi_writeReordered()
375 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReordered()
384 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReordered()
390 return u_terminateUChars(dest, destSize, 0, pErrorCode); in ubidi_writeReordered()
393 runCount=ubidi_countRuns(pBiDi, pErrorCode); in ubidi_writeReordered()
394 if(U_FAILURE(*pErrorCode)) { in ubidi_writeReordered()
448 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
452 options, pErrorCode); in ubidi_writeReordered()
497 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
541 options, pErrorCode); in ubidi_writeReordered()
575 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
579 options, pErrorCode); in ubidi_writeReordered()
607 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
629 options, pErrorCode); in ubidi_writeReordered()
646 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode); in ubidi_writeReordered()