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 197 ConcatInPlace(FXSYS_strlen(lpsz), lpsz);
202 ConcatInPlace(1, &ch);
209 ConcatInPlace(string.m_pData->m_nDataLength, string.m_pData->m_String);
217 ConcatInPlace(string.GetLength(), string.GetCStr());
382 void CFX_ByteString::ConcatInPlace(FX_STRSIZE nSrcLen,
fx_basic_wstring.cpp 158 ConcatInPlace(1, &ch);
163 ConcatInPlace(FXSYS_wcslen(lpsz), lpsz);
171 ConcatInPlace(string.m_pData->m_nDataLength, string.m_pData->m_String);
179 ConcatInPlace(string.GetLength(), string.GetPtr());
216 void CFX_WideString::ConcatInPlace(FX_STRSIZE nSrcLen,

Completed in 60 milliseconds