Lines Matching refs:pErrorCode
669 UErrorCode * /*pErrorCode*/) {
710 UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) {
732 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
885 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) {
894 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
919 *pErrorCode=U_NO_SPACE_AVAILABLE;
945 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) {
956 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
978 *pErrorCode=U_NO_SPACE_AVAILABLE;
1012 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode,
1024 *pErrorCode=U_NO_SPACE_AVAILABLE;
1033 *pErrorCode=U_NO_SPACE_AVAILABLE;
1041 *pErrorCode=U_NO_SPACE_AVAILABLE;
1067 UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) {
1080 destSize = expandCompositCharAtEnd(dest, sourceLength, destSize, pErrorCode);
1082 if(*pErrorCode == U_NO_SPACE_AVAILABLE) {
1083 *pErrorCode = U_ZERO_ERROR;
1084 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode);
1087 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode);
1089 if(*pErrorCode == U_NO_SPACE_AVAILABLE) {
1090 *pErrorCode = U_ZERO_ERROR;
1091 destSize = expandCompositCharAtEnd(dest, sourceLength, destSize, pErrorCode);
1095 if(*pErrorCode == U_NO_SPACE_AVAILABLE) {
1096 *pErrorCode = U_ZERO_ERROR;
1097 destSize = expandCompositCharAtNear(dest, sourceLength, destSize, pErrorCode, yehHamzaOption,
1105 destSize = expandCompositCharAtEnd(dest, sourceLength, destSize, pErrorCode);
1111 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode);
1131 destSize = expandCompositCharAtNear(dest, sourceLength, destSize, pErrorCode, yehHamzaOption,
1143 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
1180 UErrorCode *pErrorCode,
1335 destSize = handleGeneratedSpaces(dest,sourceLength,destSize,options,pErrorCode, shapeVars);
1339 destSize = expandCompositChar(dest, sourceLength,destSize,options,pErrorCode, SHAPE_MODE,shapeVars);
1352 UErrorCode *pErrorCode, struct uShapeVariables shapeVars) {
1391 destSize = expandCompositChar(dest,sourceLength,destSize,options,pErrorCode,DESHAPE_MODE, shapeVars);
1407 UErrorCode *pErrorCode) {
1414 if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) {
1432 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
1443 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
1453 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
1461 return u_terminateUChars(dest, destCapacity, 0, pErrorCode);
1468 *pErrorCode=U_ILLEGAL_ARGUMENT_ERROR;
1499 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
1531 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
1553 *pErrorCode = U_MEMORY_ALLOCATION_ERROR;
1587 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2,shapeVars);
1590 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1,shapeVars);
1594 destLength = handleTashkeelWithTatweel(tempbuffer,destLength,destCapacity,options,pErrorCode);
1600 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0,shapeVars);
1605 destLength = deShapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,shapeVars);
1631 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
1643 *pErrorCode=U_BUFFER_OVERFLOW_ERROR;
1711 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);