HomeSort by relevance Sort by last modified time
    Searched defs:ConcatInPlace (Results 1 - 2 of 2) 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...]

Completed in 54 milliseconds