Searched refs:lpchEnd (Results 1 – 1 of 1) sorted by relevance
380 const FX_WCHAR* lpchEnd = std::wcschr(lpszFullString, chSep); in ExtractSubString() local381 int nLen = lpchEnd ? (int)(lpchEnd - lpszFullString) in ExtractSubString()