Searched refs:rRightSeq (Results 1 – 1 of 1) sorted by relevance
329 const Sequence<sal_Int8>& rRightSeq = aTemp; in compare_impl() local330 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()331 … memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()) == 0; in compare_impl()341 const Sequence<sal_uInt8>& rRightSeq = aTemp; in compare_impl() local342 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()343 … memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()) == 0; in compare_impl()353 const Sequence<sal_Int16>& rRightSeq = aTemp; in compare_impl() local354 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()355 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_Int16)… in compare_impl()365 const Sequence<sal_uInt16>& rRightSeq = aTemp; in compare_impl() local[all …]