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

  /external/pdfium/core/fxcrt/
fx_string.h 162 void ReallocBeforeWrite(FX_STRSIZE nNewLen);
163 void AllocBeforeWrite(FX_STRSIZE nNewLen);
fx_basic_bstring.cpp 124 int nNewLen = str1.GetLength() + str2.GetLength();
125 if (nNewLen == 0)
128 m_pData.Reset(StringData::Create(nNewLen));
fx_basic_wstring.cpp 102 int nNewLen = str1.GetLength() + str2.GetLength();
103 if (nNewLen == 0)
106 m_pData.Reset(StringData::Create(nNewLen));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 211 milliseconds