Searched refs:lpszOld (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_wstring.cpp | 625 FX_STRSIZE CFX_WideString::Replace(FX_LPCWSTR lpszOld, FX_LPCWSTR lpszNew) in Replace() argument 630 if (lpszOld == NULL) { in Replace() 633 FX_STRSIZE nSourceLen = FXSYS_wcslen(lpszOld); in Replace() 643 …while ((lpszTarget = (FX_LPWSTR)FXSYS_wcsstr(lpszStart, lpszOld)) != NULL && lpszStart < lpszEnd) { in Replace() 665 …while ((lpszTarget = (FX_LPWSTR)FXSYS_wcsstr(lpszStart, lpszOld)) != NULL && lpszStart < lpszEnd) { in Replace()
|
D | fx_basic_bstring.cpp | 877 FX_STRSIZE CFX_ByteString::Replace(FX_BSTR lpszOld, FX_BSTR lpszNew) in Replace() argument 882 if (lpszOld.IsEmpty()) { in Replace() 885 FX_STRSIZE nSourceLen = lpszOld.GetLength(); in Replace() 891 … FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen); in Replace() 913 … FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen); in Replace()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_string.h | 338 FX_STRSIZE Replace(FX_BSTR lpszOld, FX_BSTR lpszNew); 778 FX_STRSIZE Replace(FX_LPCWSTR lpszOld, FX_LPCWSTR lpszNew);
|