Searched refs:lpszSub (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp789 FX_STRSIZE CFX_ByteString::Find(const CFX_ByteStringC& lpszSub, argument
800 lpszSub.GetCStr(), lpszSub.GetLength());
H A Dfx_basic_wstring.cpp523 FX_STRSIZE CFX_WideString::Find(const FX_WCHAR* lpszSub, argument
529 const FX_WCHAR* lpsz = FXSYS_wcsstr(m_pData->m_String + nStart, lpszSub);
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h263 FX_STRSIZE Find(const CFX_ByteStringC& lpszSub, FX_STRSIZE start = 0) const;
676 FX_STRSIZE Find(const FX_WCHAR* lpszSub, FX_STRSIZE start = 0) const;

Completed in 92 milliseconds