Lines Matching refs:sal_Int32
40 CPPUNIT_ASSERT_EQUAL(sal_Int32(0), s.getLength()); in test_default()
44 rtl::ByteSequence s(sal_Int32(0)); in test_size0()
45 CPPUNIT_ASSERT_EQUAL(sal_Int32(0), s.getLength()); in test_size0()
51 CPPUNIT_ASSERT_EQUAL(sal_Int32(5), s.getLength()); in test_size5()
61 CPPUNIT_ASSERT_EQUAL(sal_Int32(0), s.getLength()); in test_noinit0()
66 CPPUNIT_ASSERT_EQUAL(sal_Int32(5), s.getLength()); in test_noinit5()
71 CPPUNIT_ASSERT_EQUAL(sal_Int32(0), s.getLength()); in test_elem0()
78 CPPUNIT_ASSERT_EQUAL(sal_Int32(5), s.getLength()); in test_elem5()
90 CPPUNIT_ASSERT_EQUAL(sal_Int32(5), s2.getLength()); in test_copy()
93 CPPUNIT_ASSERT_EQUAL(sal_Int32(2), s1.getHandle()->nRefCount); in test_copy()
95 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), s1.getHandle()->nRefCount); in test_copy()
102 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), s.getLength()); in test_fromC()
107 CPPUNIT_ASSERT_EQUAL(sal_Int32(2), c.nRefCount); in test_fromC()
109 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), c.nRefCount); in test_fromC()
116 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), s.getLength()); in test_noacquire()
121 CPPUNIT_ASSERT_EQUAL(sal_Int32(2), c.nRefCount); in test_noacquire()
123 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), c.nRefCount); in test_noacquire()
132 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), s1.getHandle()->nRefCount); in test_getArray()
133 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), s2.getHandle()->nRefCount); in test_getArray()