Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dstring_template.cpp62 ReallocBeforeWrite(nNewLength); in ReleaseBuffer()
72 ReallocBeforeWrite(m_pData->m_nDataLength); in Remove()
95 ReallocBeforeWrite(new_length); in Insert()
116 ReallocBeforeWrite(old_length); in Delete()
129 ReallocBeforeWrite(m_pData->m_nDataLength); in SetAt()
263 ReallocBeforeWrite(len); in TrimFront()
294 ReallocBeforeWrite(m_pData->m_nDataLength); in TrimBack()
301 void StringTemplate<T>::ReallocBeforeWrite(size_t nNewLength) { in ReallocBeforeWrite() function in fxcrt::StringTemplate
Dbytestring.cpp334 ReallocBeforeWrite(m_pData->m_nDataLength); in MakeLower()
342 ReallocBeforeWrite(m_pData->m_nDataLength); in MakeUpper()
Dstring_template.h199 void ReallocBeforeWrite(size_t nNewLen);
Dwidestring.cpp691 ReallocBeforeWrite(m_pData->m_nDataLength); in MakeLower()
699 ReallocBeforeWrite(m_pData->m_nDataLength); in MakeUpper()