Searched refs:ConcatInPlace (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp207 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) function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp159 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) function in class:CFX_WideString
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h346 void ConcatInPlace(FX_STRSIZE nSrcLen, FX_LPCSTR lpszSrcData);
756 void ConcatInPlace(FX_STRSIZE nSrcLen, FX_LPCWSTR lpszSrcData);

Completed in 92 milliseconds