HomeSort by relevance Sort by last modified time
    Searched refs:ReallocBeforeWrite (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 266 void CFX_ByteString::ReallocBeforeWrite(FX_STRSIZE nNewLength) {
319 ReallocBeforeWrite(nNewLength);
366 ReallocBeforeWrite(nOldLength);
665 ReallocBeforeWrite(nNewLength);
742 ReallocBeforeWrite(m_pData->m_nDataLength);
750 ReallocBeforeWrite(m_pData->m_nDataLength);
769 ReallocBeforeWrite(m_pData->m_nDataLength);
841 ReallocBeforeWrite(m_pData->m_nDataLength);
909 ReallocBeforeWrite(m_pData->m_nDataLength);
943 ReallocBeforeWrite(len)
    [all...]
fx_basic_wstring.cpp 215 void CFX_WideString::ReallocBeforeWrite(FX_STRSIZE nNewLength) {
268 ReallocBeforeWrite(nNewLength);
315 ReallocBeforeWrite(nOldLength);
629 ReallocBeforeWrite(nNewLength);
694 ReallocBeforeWrite(m_pData->m_nDataLength);
702 ReallocBeforeWrite(m_pData->m_nDataLength);
721 ReallocBeforeWrite(m_pData->m_nDataLength);
793 ReallocBeforeWrite(m_pData->m_nDataLength);
896 ReallocBeforeWrite(m_pData->m_nDataLength);
932 ReallocBeforeWrite(len)
    [all...]
fx_string.h 162 void ReallocBeforeWrite(FX_STRSIZE nNewLen);
356 void ReallocBeforeWrite(FX_STRSIZE nLen);

Completed in 53 milliseconds