Lines Matching defs:destLength
1426 int32_t destLength;
1603 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2,shapeVars);
1606 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1,shapeVars);
1610 destLength = handleTashkeelWithTatweel(tempbuffer,destLength,destCapacity,options,pErrorCode);
1616 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0,shapeVars);
1621 destLength = deShapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,shapeVars);
1625 destLength = 0;
1632 * we should U_ASSERT(outputSize==destLength)
1637 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr);
1638 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr);
1640 uprv_memcpy(dest, tempbuffer, uprv_min(destLength, destCapacity)*U_SIZEOF_UCHAR);
1646 if(destLength>destCapacity) {
1648 return destLength;
1663 destLength=sourceLength;
1695 for(i=0; i<destLength; ++i) {
1703 for(i=0; i<destLength; ++i) {
1710 _shapeToArabicDigitsWithContext(dest, destLength,
1716 _shapeToArabicDigitsWithContext(dest, destLength,
1727 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);