Home
last modified time | relevance | path

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

/trunk/main/sal/qa/OStringBuffer/
H A Drtl_OStringBuffer.cxx789 sal_Int32 expVal3 = 50; in TEST_F() local
796 …aStrBuf.getCapacity() == expVal3) << "newLength more than the capacity of OStringBuffer(kTestStr1)… in TEST_F()
805 sal_Int32 expVal3 = 32; in TEST_F() local
812 … aStrBuf.getCapacity() == expVal3) << "newLength more than the length of OStringBuffer(kTestStr1)"; in TEST_F()
821 sal_Int32 expVal3 = 32; in TEST_F() local
828 … aStrBuf.getCapacity() == expVal3) << "newLength equal to the length of OStringBuffer(kTestStr1)"; in TEST_F()
837 sal_Int32 expVal3 = 32; in TEST_F() local
844 … aStrBuf.getCapacity() == expVal3) << "newLength less than the length of OStringBuffer(kTestStr1)"; in TEST_F()
853 sal_Int32 expVal3 = 32; in TEST_F() local
860 aStrBuf.getCapacity() == expVal3) << "newLength equal to 0"; in TEST_F()
[all …]
/trunk/main/sal/qa/rtl_strings/
H A Drtl_OUStringBuffer.cxx604 sal_Int32 expVal3; in test_rtl_OUStringBuffer_setLength() member
694 arrTestCase[i].input1->getCapacity() == arrTestCase[i].expVal3 ); in test_rtl_OUStringBuffer_setLength()