Lines Matching refs:destSize
634 int32_t destSize,uint32_t options) { in calculateSize() argument
640 destSize = sourceLength; in calculateSize()
656 destSize--; in calculateSize()
662 destSize--; in calculateSize()
672 destSize++; in calculateSize()
677 return destSize; in calculateSize()
729 int32_t destSize, in handleGeneratedSpaces() argument
781 destSize = u_strlen(dest); in handleGeneratedSpaces()
801 destSize = sourceLength; in handleGeneratedSpaces()
839 destSize = sourceLength; in handleGeneratedSpaces()
881 destSize = sourceLength; in handleGeneratedSpaces()
889 return destSize; in handleGeneratedSpaces()
903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin() argument
948 destSize = sourceLength; in expandCompositCharAtBegin()
949 return destSize; in expandCompositCharAtBegin()
963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode)… in expandCompositCharAtEnd() argument
1016 destSize = sourceLength; in expandCompositCharAtEnd()
1017 return destSize; in expandCompositCharAtEnd()
1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, in expandCompositCharAtNear() argument
1063 destSize = sourceLength; in expandCompositCharAtNear()
1064 return destSize; in expandCompositCharAtNear()
1084 int32_t destSize,uint32_t options, in expandCompositChar() argument
1098 destSize = expandCompositCharAtEnd(dest, sourceLength, destSize, pErrorCode); in expandCompositChar()
1102 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode); in expandCompositChar()
1105 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode); in expandCompositChar()
1109 destSize = expandCompositCharAtEnd(dest, sourceLength, destSize, pErrorCode); in expandCompositChar()
1115 … destSize = expandCompositCharAtNear(dest, sourceLength, destSize, pErrorCode, yehHamzaOption, in expandCompositChar()
1123 destSize = expandCompositCharAtEnd(dest, sourceLength, destSize, pErrorCode); in expandCompositChar()
1129 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode); in expandCompositChar()
1149 … destSize = expandCompositCharAtNear(dest, sourceLength, destSize, pErrorCode, yehHamzaOption, in expandCompositChar()
1156 destSize = calculateSize(dest,sourceLength,destSize,options); in expandCompositChar()
1157 tempbuffer = (UChar *)uprv_malloc((destSize+1)*U_SIZEOF_UCHAR); in expandCompositChar()
1165 uprv_memset(tempbuffer, 0, (destSize+1)*U_SIZEOF_UCHAR); in expandCompositChar()
1168 while(i < destSize && j < destSize) { in expandCompositChar()
1180 u_memcpy(dest, tempbuffer, destSize); in expandCompositChar()
1187 return destSize; in expandCompositChar()
1197 int32_t destSize,uint32_t options, in shapeUnicode() argument
1351 destSize = sourceLength; in shapeUnicode()
1353 destSize = handleGeneratedSpaces(dest,sourceLength,destSize,options,pErrorCode, shapeVars); in shapeUnicode()
1357 …destSize = expandCompositChar(dest, sourceLength,destSize,options,pErrorCode, SHAPE_MODE,shapeVars… in shapeUnicode()
1359 return destSize; in shapeUnicode()
1369 int32_t destSize,uint32_t options, in deShapeUnicode() argument
1407 destSize = sourceLength; in deShapeUnicode()
1409 …destSize = expandCompositChar(dest,sourceLength,destSize,options,pErrorCode,DESHAPE_MODE, shapeVar… in deShapeUnicode()
1411 return destSize; in deShapeUnicode()