Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp367 FX_WCHAR chSep) { in ExtractSubString() argument
371 lpszFullString = std::wcschr(lpszFullString, chSep); in ExtractSubString()
377 while (*lpszFullString == chSep) in ExtractSubString()
380 const FX_WCHAR* lpchEnd = std::wcschr(lpszFullString, chSep); in ExtractSubString()
Dcpdf_textpagefind.h37 FX_WCHAR chSep);