Lines Matching refs:destLength
1426 int32_t destLength; in u_shapeArabic() local
1603 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2,shapeVars); in u_shapeArabic()
1606 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1,shapeVars); in u_shapeArabic()
1610 … destLength = handleTashkeelWithTatweel(tempbuffer,destLength,destCapacity,options,pErrorCode); in u_shapeArabic()
1616 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0,shapeVars); in u_shapeArabic()
1621 … destLength = deShapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,shapeVars); in u_shapeArabic()
1625 destLength = 0; in u_shapeArabic()
1637 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr); in u_shapeArabic()
1638 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr); in u_shapeArabic()
1640 u_memcpy(dest, tempbuffer, uprv_min(destLength, destCapacity)); in u_shapeArabic()
1646 if(destLength>destCapacity) { in u_shapeArabic()
1648 return destLength; in u_shapeArabic()
1663 destLength=sourceLength; in u_shapeArabic()
1695 for(i=0; i<destLength; ++i) { in u_shapeArabic()
1703 for(i=0; i<destLength; ++i) { in u_shapeArabic()
1710 _shapeToArabicDigitsWithContext(dest, destLength, in u_shapeArabic()
1716 _shapeToArabicDigitsWithContext(dest, destLength, in u_shapeArabic()
1727 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode); in u_shapeArabic()