Home | History | Annotate | Download | only in common

Lines Matching refs:destLength

1404     int32_t destLength;
1587 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2);
1590 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1);
1594 destLength = handleTashkeelWithTatweel(tempbuffer,destLength,destCapacity,options,pErrorCode);
1600 destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0);
1605 destLength = deShapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode);
1609 destLength = 0;
1616 * we should U_ASSERT(outputSize==destLength)
1621 countSpaces(tempbuffer,destLength,options,&spacesCountl,&spacesCountr);
1622 invertBuffer(tempbuffer,destLength,options,spacesCountl,spacesCountr);
1624 uprv_memcpy(dest, tempbuffer, uprv_min(destLength, destCapacity)*U_SIZEOF_UCHAR);
1630 if(destLength>destCapacity) {
1632 return destLength;
1647 destLength=sourceLength;
1679 for(i=0; i<destLength; ++i) {
1687 for(i=0; i<destLength; ++i) {
1694 _shapeToArabicDigitsWithContext(dest, destLength,
1700 _shapeToArabicDigitsWithContext(dest, destLength,
1711 return u_terminateUChars(dest, destCapacity, destLength, pErrorCode);