Home | History | Annotate | Download | only in common

Lines Matching refs:destLength

1411     int32_t destLength;
1588 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2,shapeVars);
1591 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1,shapeVars);
1595 destLength = handleTashkeelWithTatweel(tempbuffer,destLength,destCapacity,options,pErrorCode);
1601 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0,shapeVars);
1606 destLength = deShapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,shapeVars);
1610 destLength = 0;
1617 * we should U_ASSERT(outputSize==destLength)
1622 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr);
1623 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr);
1625 uprv_memcpy(dest, tempbuffer, uprv_min(destLength, destCapacity)*U_SIZEOF_UCHAR);
1631 if(destLength>destCapacity) {
1633 return destLength;
1648 destLength=sourceLength;
1680 for(i=0; i<destLength; ++i) {
1688 for(i=0; i<destLength; ++i) {
1695 _shapeToArabicDigitsWithContext(dest, destLength,
1701 _shapeToArabicDigitsWithContext(dest, destLength,
1712 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);