Home
last modified time | relevance | path

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

/AOO42X/main/sal/qa/OStringBuffer/
H A Drtl_OStringBuffer.cxx787 sal_Int32 expVal1 = 50; in TEST_F() local
795 aStrBuf.getLength() == expVal1 && in TEST_F()
803 sal_Int32 expVal1 = kTestStr13Len; in TEST_F() local
811 aStrBuf.getLength() == expVal1 && in TEST_F()
819 sal_Int32 expVal1 = kTestStr1Len; in TEST_F() local
827 aStrBuf.getLength() == expVal1 && in TEST_F()
835 sal_Int32 expVal1 = kTestStr7Len; in TEST_F() local
843 aStrBuf.getLength() == expVal1 && in TEST_F()
851 sal_Int32 expVal1 = 0; in TEST_F() local
859 aStrBuf.getLength() == expVal1 && in TEST_F()
[all …]
/AOO42X/main/sal/qa/rtl_strings/
H A Drtl_OUStringBuffer.cxx602 sal_Int32 expVal1; in test_rtl_OUStringBuffer_setLength() member
693 arrTestCase[i].input1->getLength() == arrTestCase[i].expVal1 && in test_rtl_OUStringBuffer_setLength()