Searched refs:pszSub (Results 1 – 1 of 1) sorted by relevance
103 _In_z_ LPCWSTR pszSub) in FindString() argument105 return ::wcsstr(pszSource, pszSub); in FindString()109 _In_z_ LPCWSTR pszSub) in FindString() argument111 return ::wcsstr(pszSource, pszSub); in FindString()290 _In_z_ LPCSTR pszSub) in FindString() argument292 return ::strstr(pszSource, pszSub); in FindString()296 _In_z_ LPCSTR pszSub) in FindString() argument298 return ::strstr(pszSource, pszSub); in FindString()696 int Find(_In_ PCXSTR pszSub, _In_opt_ int iStart = 0) const noexcept704 PCXSTR pszResult = StringTraits::FindString(pszString + iStart, pszSub);