Home
last modified time | relevance | path

Searched refs:lpszOld (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp603 FX_STRSIZE CFX_WideString::Replace(const FX_WCHAR* lpszOld, in Replace() argument
608 if (!lpszOld) { in Replace()
611 FX_STRSIZE nSourceLen = FXSYS_wcslen(lpszOld); in Replace()
621 while ((lpszTarget = (FX_WCHAR*)FXSYS_wcsstr(lpszStart, lpszOld)) && in Replace()
646 while ((lpszTarget = (FX_WCHAR*)FXSYS_wcsstr(lpszStart, lpszOld)) != in Replace()
Dfx_basic_bstring.cpp846 FX_STRSIZE CFX_ByteString::Replace(const CFX_ByteStringC& lpszOld, in Replace() argument
851 if (lpszOld.IsEmpty()) { in Replace()
854 FX_STRSIZE nSourceLen = lpszOld.GetLength(); in Replace()
861 lpszOld.GetCStr(), nSourceLen); in Replace()
885 lpszOld.GetCStr(), nSourceLen); in Replace()
/external/pdfium/core/include/fxcrt/
Dfx_string.h285 FX_STRSIZE Replace(const CFX_ByteStringC& lpszOld,
680 FX_STRSIZE Replace(const FX_WCHAR* lpszOld, const FX_WCHAR* lpszNew);