Home
last modified time | relevance | path

Searched refs:CanOperateInPlace (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dstring_data_template.h56 bool CanOperateInPlace(size_t nTotalLen) const { in CanOperateInPlace() function
Dbytestring.cpp342 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in ReallocBeforeWrite()
363 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in AllocBeforeWrite()
410 if (m_pData->CanOperateInPlace(nMinBufLength)) in GetBuffer()
453 if (m_pData->CanOperateInPlace(m_pData->m_nDataLength + nSrcLen)) { in Concat()
Dwidestring.cpp509 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in ReallocBeforeWrite()
530 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in AllocBeforeWrite()
577 if (m_pData->CanOperateInPlace(nMinBufLength)) in GetBuffer()
620 if (m_pData->CanOperateInPlace(m_pData->m_nDataLength + nSrcLen)) { in Concat()