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

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 207 ConcatInPlace((FX_STRSIZE)FXSYS_strlen(lpsz), lpsz);
213 ConcatInPlace(1, &ch);
221 ConcatInPlace(string.m_pData->m_nDataLength, string.m_pData->m_String);
229 ConcatInPlace(string.GetLength(), string.GetCStr());
409 void CFX_ByteString::ConcatInPlace(FX_STRSIZE nSrcLen, FX_LPCSTR lpszSrcData)
    [all...]
fx_basic_wstring.cpp 159 ConcatInPlace(1, &ch);
165 ConcatInPlace((FX_STRSIZE)FXSYS_wcslen(lpsz), lpsz);
174 ConcatInPlace(string.m_pData->m_nDataLength, string.m_pData->m_String);
182 ConcatInPlace(string.GetLength(), string.GetPtr());
241 void CFX_WideString::ConcatInPlace(FX_STRSIZE nSrcLen, FX_LPCWSTR lpszSrcData)
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_string.h 346 void ConcatInPlace(FX_STRSIZE nSrcLen, FX_LPCSTR lpszSrcData);
756 void ConcatInPlace(FX_STRSIZE nSrcLen, FX_LPCWSTR lpszSrcData);

Completed in 368 milliseconds