Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp364 wchar_t chSep) { in ExtractSubString() argument
369 lpszFullString = std::wcschr(lpszFullString, chSep); in ExtractSubString()
374 while (*lpszFullString == chSep) in ExtractSubString()
378 const wchar_t* lpchEnd = std::wcschr(lpszFullString, chSep); in ExtractSubString()
Dcpdf_textpagefind.h40 wchar_t chSep);