Home | History | Annotate | Download | only in common

Lines Matching refs:destLength

1412     int32_t destLength;
1595 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2);
1598 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1);
1602 destLength = handleTashkeelWithTatweel(tempbuffer,destLength,destCapacity,options,pErrorCode);
1608 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0);
1613 destLength = deShapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode);
1617 destLength = 0;
1624 * we should U_ASSERT(outputSize==destLength)
1629 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr);
1630 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr);
1632 uprv_memcpy(dest, tempbuffer, uprv_min(destLength, destCapacity)*U_SIZEOF_UCHAR);
1638 if(destLength>destCapacity) {
1640 return destLength;
1655 destLength=sourceLength;
1687 for(i=0; i<destLength; ++i) {
1695 for(i=0; i<destLength; ++i) {
1702 _shapeToArabicDigitsWithContext(dest, destLength,
1708 _shapeToArabicDigitsWithContext(dest, destLength,
1719 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);