Searched refs:getCapacity (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/sal/qa/rtl_strings/ |
| H A D | rtl_OUStringBuffer.cxx | 104 ! *(aUStrBuf.getStr()) && aUStrBuf.getCapacity() == 16; in test_rtl_OUStringBuffer_ctor_001() 110 ! *(aUStrBuf2.getStr()) && aUStrBuf2.getCapacity() == /* LLA: !!! */ 0; in test_rtl_OUStringBuffer_ctor_001() 138 aUStrBuf.getCapacity() == aUStrBuftmp.getCapacity() && res , in test_rtl_OUStringBuffer_ctor_002() 161 ! *(aUStrBuf1.getStr()) && aUStrBuf1.getCapacity() == kTestStr2Len ; in test_rtl_OUStringBuffer_ctor_003() 166 ! *(aUStrBuf2.getStr()) && aUStrBuf2.getCapacity() == kSInt32Max ; in test_rtl_OUStringBuffer_ctor_003() 169 ! *(aUStrBuf2.getStr()) && aUStrBuf2.getCapacity() == /* LLA: ??? 16 */ 0; in test_rtl_OUStringBuffer_ctor_003() 173 ! *(aUStrBuf3.getStr()) && aUStrBuf3.getCapacity() == kNonSInt32Max; in test_rtl_OUStringBuffer_ctor_003() 203 aUStrBuf.getCapacity() == leg+16 , in test_rtl_OUStringBuffer_ctor_004() 224 aUStrBuf.getCapacity() == aUStrBuftmp.getCapacity() && in test_rtl_OUStringBuffer_ctor_005() 306 lastRes = lastRes && ( arrTestCase[i].input1->getCapacity() == 0 ); in test_rtl_OUStringBuffer_makeStringAndClear() [all …]
|
| H A D | rtl_old_teststrbuf.cxx | 84 TEST_ENSURE( b1.getCapacity() == 16 + s1.getLength(), "test_OStringBuffer error 1"); in test_OStringBuffer() 91 TEST_ENSURE( b1.getCapacity() == b1.getLength(), "test_OStringBuffer error 3"); in test_OStringBuffer() 125 TEST_ENSURE( b2.getCapacity() == 50, "test_OStringBuffer error 8"); in test_OStringBuffer() 178 TEST_ENSURE( b1.getCapacity() == 16 + s1.getLength(), "test_OWStringBuffer error 1"); in test_OUStringBuffer() 219 TEST_ENSURE( b2.getCapacity() == 50, "test_OWStringBuffer error 8"); in test_OUStringBuffer()
|
| /AOO41X/main/sal/qa/OStringBuffer/ |
| H A D | rtl_OStringBuffer.cxx | 73 *pStr == '\0' && aStrBuf.getCapacity() == 16 in ctor_001() 93 aStrBuf.getCapacity() == aStrBuftmp.getCapacity() && in ctor_002() 119 ! *(aStrBuf1.getStr()) && aStrBuf1.getCapacity() == kTestStr2Len && in ctor_003() 121 ! *(aStrBuf2.getStr()) && aStrBuf2.getCapacity() == kSInt32Max in ctor_003() 130 aStrBuf1.getCapacity() == kTestStr2Len && in ctor_003() 133 aStrBuf2.getCapacity() == 0 in ctor_003() 151 aStrBuf3.getCapacity() == kNonSInt32Max in ctor_003_1() 166 aStrBuf.getCapacity() == leg+16 in ctor_004() 223 lastRes && ( aStrBuf1.getCapacity() == 0 ) && in makeStringAndClear_001() 239 lastRes && ( aStrBuf2.getCapacity() == 0 ) && in makeStringAndClear_002() [all …]
|
| /AOO41X/main/fpicker/source/win32/filepicker/ |
| H A D | FileOpenDlg.cxx | 128 m_ofn.nMaxFile = m_fileNameBuffer.getCapacity(); in CFileOpenDialog() 131 m_ofn.nMaxFileTitle = m_fileTitleBuffer.getCapacity(); in CFileOpenDialog() 374 m_helperBuffer.getCapacity(), in getCurrentFilePath() 396 m_helperBuffer.getCapacity(), in getCurrentFolderPath() 418 m_helperBuffer.getCapacity(), in getCurrentFileName()
|
| /AOO41X/main/fpicker/source/win32/misc/ |
| H A D | WinImplHelper.cxx | 494 OSL_ASSERT( aBuffer.getCapacity( ) >= (aLabel.getLength( )) ); in Replace() 504 OSL_ASSERT( (i >= 0) && (i < aBuffer.getCapacity( )) ); in Replace()
|
| /AOO41X/main/sal/inc/rtl/ |
| H A D | strbuf.hxx | 191 sal_Int32 getCapacity() const in getCapacity() function in rtl::OStringBuffer
|
| H A D | ustrbuf.hxx | 192 sal_Int32 getCapacity() const in getCapacity() function in rtl::OUStringBuffer
|