Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp380 const FX_WCHAR* lpchEnd = std::wcschr(lpszFullString, chSep); in ExtractSubString() local
381 int nLen = lpchEnd ? (int)(lpchEnd - lpszFullString) in ExtractSubString()