Home
last modified time | relevance | path

Searched refs:ReallocBeforeWrite (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Dbytestring.cpp364 void ByteString::ReallocBeforeWrite(size_t nNewLength) { in ReallocBeforeWrite() function in fxcrt::ByteString
414 ReallocBeforeWrite(nNewLength); in ReleaseBuffer()
460 ReallocBeforeWrite(old_length); in Delete()
536 ReallocBeforeWrite(m_pData->m_nDataLength); in SetAt()
546 ReallocBeforeWrite(new_length); in Insert()
598 ReallocBeforeWrite(m_pData->m_nDataLength); in MakeLower()
606 ReallocBeforeWrite(m_pData->m_nDataLength); in MakeUpper()
625 ReallocBeforeWrite(m_pData->m_nDataLength); in Remove()
761 ReallocBeforeWrite(len); in TrimLeft()
794 ReallocBeforeWrite(m_pData->m_nDataLength); in TrimRight()
Dwidestring.cpp531 void WideString::ReallocBeforeWrite(size_t nNewLength) { in ReallocBeforeWrite() function in fxcrt::WideString
581 ReallocBeforeWrite(nNewLength); in ReleaseBuffer()
627 ReallocBeforeWrite(old_length); in Delete()
728 ReallocBeforeWrite(new_length); in Insert()
768 ReallocBeforeWrite(m_pData->m_nDataLength); in MakeLower()
776 ReallocBeforeWrite(m_pData->m_nDataLength); in MakeUpper()
795 ReallocBeforeWrite(m_pData->m_nDataLength); in Remove()
903 ReallocBeforeWrite(m_pData->m_nDataLength); in SetAt()
991 ReallocBeforeWrite(len); in TrimLeft()
1016 ReallocBeforeWrite(m_pData->m_nDataLength); in TrimRight()
Dbytestring.h193 void ReallocBeforeWrite(size_t nNewLen);
Dwidestring.h196 void ReallocBeforeWrite(size_t nLen);