Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp378 const wchar_t* lpchEnd = std::wcschr(lpszFullString, chSep); in ExtractSubString() local
379 int nLen = lpchEnd ? static_cast<int>(lpchEnd - lpszFullString) in ExtractSubString()