Home
last modified time | relevance | path

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

/reactos/sdk/lib/atl/
H A Dcstringt.h103 _In_z_ LPCWSTR pszSub) in FindString() argument
105 return ::wcsstr(pszSource, pszSub); in FindString()
109 _In_z_ LPCWSTR pszSub) in FindString() argument
111 return ::wcsstr(pszSource, pszSub); in FindString()
290 _In_z_ LPCSTR pszSub) in FindString() argument
292 return ::strstr(pszSource, pszSub); in FindString()
296 _In_z_ LPCSTR pszSub) in FindString() argument
298 return ::strstr(pszSource, pszSub); in FindString()
696 int Find(_In_ PCXSTR pszSub, _In_opt_ int iStart = 0) const noexcept
704 PCXSTR pszResult = StringTraits::FindString(pszString + iStart, pszSub);