• Home
  • Raw
  • Download

Lines Matching refs:pErrorCode

65                UErrorCode *pErrorCode) {  in doWriteForward()  argument
72 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
86 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
104 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
133 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteForward()
158 UErrorCode *pErrorCode) { in doWriteReverse() argument
190 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse()
218 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse()
267 *pErrorCode=U_BUFFER_OVERFLOW_ERROR; in doWriteReverse()
315 UErrorCode *pErrorCode) { in ubidi_writeReverse() argument
318 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in ubidi_writeReverse()
326 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReverse()
335 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReverse()
343 destLength=doWriteReverse(src, srcLength, dest, destSize, options, pErrorCode); in ubidi_writeReverse()
349 return u_terminateUChars(dest, destSize, destLength, pErrorCode); in ubidi_writeReverse()
356 UErrorCode *pErrorCode) { in ubidi_writeReordered() argument
362 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { in ubidi_writeReordered()
371 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReordered()
380 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR; in ubidi_writeReordered()
386 return u_terminateUChars(dest, destSize, 0, pErrorCode); in ubidi_writeReordered()
389 runCount=ubidi_countRuns(pBiDi, pErrorCode); in ubidi_writeReordered()
390 if(U_FAILURE(*pErrorCode)) { in ubidi_writeReordered()
444 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
448 options, pErrorCode); in ubidi_writeReordered()
493 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
537 options, pErrorCode); in ubidi_writeReordered()
571 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
575 options, pErrorCode); in ubidi_writeReordered()
603 (uint16_t)(options&~UBIDI_DO_MIRRORING), pErrorCode); in ubidi_writeReordered()
625 options, pErrorCode); in ubidi_writeReordered()
642 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode); in ubidi_writeReordered()