• Home
  • Raw
  • Download

Lines Matching refs:pErrorCode

60                UErrorCode *pErrorCode) {  in doWriteForward()  argument
67 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
81 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
99 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
128 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
153 UErrorCode *pErrorCode) { in doWriteReverse() argument
185 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse()
213 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse()
262 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse()
310 UErrorCode *pErrorCode) { in ubidi_writeReverse() argument
313 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in ubidi_writeReverse()
321 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReverse()
330 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReverse()
338 destLength=doWriteReverse(src, srcLength, dest, destSize, options, pErrorCode); in ubidi_writeReverse()
344 return u_terminateUChars(dest, destSize, destLength, pErrorCode); in ubidi_writeReverse()
351 UErrorCode *pErrorCode) { in ubidi_writeReordered() argument
357 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in ubidi_writeReordered()
366 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReordered()
375 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReordered()
381 return u_terminateUChars(dest, destSize, 0, pErrorCode); in ubidi_writeReordered()
384 runCount=ubidi_countRuns(pBiDi, pErrorCode); in ubidi_writeReordered()
385 if(U_FAILURE(*pErrorCode)) { in ubidi_writeReordered()
439 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
443 options, pErrorCode); in ubidi_writeReordered()
488 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
532 options, pErrorCode); in ubidi_writeReordered()
566 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
570 options, pErrorCode); in ubidi_writeReordered()
598 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
620 options, pErrorCode); in ubidi_writeReordered()
637 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode); in ubidi_writeReordered()