Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dchstring.h61 int Find(CHSTRING_LPCWSTR lpszSub) const;
62 int Find(const wchar_t* lpszSub) const in Find() argument
64 return FindOneOf(reinterpret_cast<CHSTRING_LPCWSTR>(lpszSub)); in Find()
/reactos/dll/win32/framedyn/
H A Dchstring.cpp593 int CHString::Find(CHSTRING_LPCWSTR lpszSub) const in Find()
598 …HSTRING_LPCWSTR>(wcsstr(reinterpret_cast<LPCWSTR>(m_pchData), reinterpret_cast<LPCWSTR>(lpszSub))); in Find()