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

  /external/pdfium/core/src/fxcrt/
fx_basic_wstring_unittest.cpp 254 fred.ConcatInPlace(4, L"FRED");
257 fred.ConcatInPlace(2, L"DY");
263 fred.ConcatInPlace(1, L"D");
267 fred.ConcatInPlace(2, L"DY");
273 fred.ConcatInPlace(-6, L"freddy");
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_bstring_unittest.cpp 293 fred.ConcatInPlace(4, "FRED");
296 fred.ConcatInPlace(2, "DY");
302 fred.ConcatInPlace(1, "D");
306 fred.ConcatInPlace(2, "DY");
312 fred.ConcatInPlace(-6, "freddy");
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,
  /external/pdfium/core/include/fxcrt/
fx_string.h 343 void ConcatInPlace(FX_STRSIZE nSrcLen, const FX_CHAR* lpszSrcData);
718 void ConcatInPlace(FX_STRSIZE nSrcLen, const FX_WCHAR* lpszSrcData);

Completed in 81 milliseconds