Lines Matching defs:destLength
1424 int32_t destLength;
1607 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2);
1610 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1);
1614 destLength = handleTashkeelWithTatweel(tempbuffer,destLength,destCapacity,options,pErrorCode);
1620 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0);
1625 destLength = deShapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode);
1629 destLength = 0;
1636 * we should U_ASSERT(outputSize==destLength)
1641 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr);
1642 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr);
1644 uprv_memcpy(dest, tempbuffer, uprv_min(destLength, destCapacity)*U_SIZEOF_UCHAR);
1650 if(destLength>destCapacity) {
1652 return destLength;
1667 destLength=sourceLength;
1699 for(i=0; i<destLength; ++i) {
1707 for(i=0; i<destLength; ++i) {
1714 _shapeToArabicDigitsWithContext(dest, destLength,
1720 _shapeToArabicDigitsWithContext(dest, destLength,
1731 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);