Searched refs:lpszSub (Results 1 – 2 of 2) sorted by relevance
61 int Find(CHSTRING_LPCWSTR lpszSub) const;62 int Find(const wchar_t* lpszSub) const in Find() argument64 return FindOneOf(reinterpret_cast<CHSTRING_LPCWSTR>(lpszSub)); in Find()
593 int CHString::Find(CHSTRING_LPCWSTR lpszSub) const in Find()598 …HSTRING_LPCWSTR>(wcsstr(reinterpret_cast<LPCWSTR>(m_pchData), reinterpret_cast<LPCWSTR>(lpszSub))); in Find()