• Home
  • Raw
  • Download

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()
353 UErrorCode *pErrorCode) { in ubidi_writeReordered() argument
359 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in ubidi_writeReordered()
368 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReordered()
377 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReordered()
383 return u_terminateUChars(dest, destSize, 0, pErrorCode); in ubidi_writeReordered()
386 runCount=ubidi_countRuns(pBiDi, pErrorCode); in ubidi_writeReordered()
387 if(U_FAILURE(*pErrorCode)) { in ubidi_writeReordered()
441 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
445 options, pErrorCode); in ubidi_writeReordered()
490 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
534 options, pErrorCode); in ubidi_writeReordered()
568 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
572 options, pErrorCode); in ubidi_writeReordered()
600 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
622 options, pErrorCode); in ubidi_writeReordered()
639 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode); in ubidi_writeReordered()