Home
last modified time | relevance | path

Searched refs:rLeftSeq (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/comphelper/source/misc/
H A Dtypes.cxx330 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
331 memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()) == 0; in compare_impl()
342 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
343 memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()) == 0; in compare_impl()
354 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
355 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_Int16)… in compare_impl()
366 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
367 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_uInt16… in compare_impl()
379 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_Int32)… in compare_impl()
391 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_uInt32… in compare_impl()
[all …]

Completed in 26 milliseconds