Searched refs:_length (Results 1 – 5 of 5) sorted by relevance
181 macabfield** sorted = new macabfield *[_length]; in sortRecord()182 if(_length <= 2) in sortRecord()184 if(_length == 2) in sortRecord()197 else if(_length == 1) in sortRecord()204 sal_Int32 halfLength = floor(_length/2); in sortRecord()211 lastHalf = sortRecord(_start+halfLength, _length-halfLength); in sortRecord()212 for(i = 0; i < _length; i++) in sortRecord()219 for( i++; i < _length; i++) in sortRecord()229 if(lp == _length - halfLength) in sortRecord()231 for( i++; i < _length; i++) in sortRecord()[all …]
36 macabfield **sortRecord(sal_Int32 _start, sal_Int32 _length);
80 void manageDuplicateHeaders(macabfield **_headerNames, const sal_Int32 _length) const;
820 void MacabRecords::manageDuplicateHeaders(macabfield **_headerNames, const sal_Int32 _length) const in manageDuplicateHeaders()828 for(i = _length-1; i >= 0; i--) in manageDuplicateHeaders()
43 …::sal_Int8 > SAL_CALL BlobHelper::getBytes( ::sal_Int64 pos, ::sal_Int32 _length ) throw (::com::s… in getBytes() argument45 if ( sal_Int32(pos + _length) > m_aValue.getLength() ) in getBytes()47 …n ::com::sun::star::uno::Sequence< ::sal_Int8 >(m_aValue.getConstArray() + sal_Int32(pos),_length); in getBytes()
Completed in 15 milliseconds