Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_string_data_template.h60 bool CanOperateInPlace(FX_STRSIZE nTotalLen) const { in CanOperateInPlace() function
Dfx_basic_wstring.cpp216 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in ReallocBeforeWrite()
237 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in AllocBeforeWrite()
287 if (m_pData->CanOperateInPlace(nMinBufLength)) in GetBuffer()
333 if (m_pData->CanOperateInPlace(m_pData->m_nDataLength + nSrcLen)) { in Concat()
Dfx_basic_bstring.cpp267 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in ReallocBeforeWrite()
288 if (m_pData && m_pData->CanOperateInPlace(nNewLength)) in AllocBeforeWrite()
338 if (m_pData->CanOperateInPlace(nMinBufLength)) in GetBuffer()
384 if (m_pData->CanOperateInPlace(m_pData->m_nDataLength + nSrcLen)) { in Concat()