Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx182 sal_Size m_nTextSize; member
209 rTest.m_nTextSize, aUnicode, TEST_STRING_SIZE, in doComplexCharSetTest()
219 CPPUNIT_ASSERT_EQUAL(rTest.m_nTextSize, nConverted); in doComplexCharSetTest()
246 for (bool bFlush = true; nInput < rTest.m_nTextSize || bFlush;) { in doComplexCharSetTest()
254 if (nInput >= rTest.m_nTextSize) { in doComplexCharSetTest()
272 CPPUNIT_ASSERT_EQUAL(rTest.m_nTextSize, nInput); in doComplexCharSetTest()
295 if (i == rTest.m_nTextSize) { in doComplexCharSetTest()
317 if (i == rTest.m_nTextSize) { in doComplexCharSetTest()
389 CPPUNIT_ASSERT_EQUAL(rTest.m_nTextSize, nSize); in doComplexCharSetTest()
399 for (sal_Size i = 0; i < rTest.m_nTextSize; ++i) { in doComplexCharSetTest()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx182 sal_Size m_nTextSize; member
209 rTest.m_nTextSize, aUnicode, TEST_STRING_SIZE, in doComplexCharSetTest()
219 CPPUNIT_ASSERT_EQUAL(rTest.m_nTextSize, nConverted); in doComplexCharSetTest()
246 for (bool bFlush = true; nInput < rTest.m_nTextSize || bFlush;) { in doComplexCharSetTest()
254 if (nInput >= rTest.m_nTextSize) { in doComplexCharSetTest()
272 CPPUNIT_ASSERT_EQUAL(rTest.m_nTextSize, nInput); in doComplexCharSetTest()
295 if (i == rTest.m_nTextSize) { in doComplexCharSetTest()
317 if (i == rTest.m_nTextSize) { in doComplexCharSetTest()
389 CPPUNIT_ASSERT_EQUAL(rTest.m_nTextSize, nSize); in doComplexCharSetTest()
399 for (sal_Size i = 0; i < rTest.m_nTextSize; ++i) { in doComplexCharSetTest()
[all …]