Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_linkextract.cpp119 const int nTotalChar = m_pTextPage->CountChars(); in ExtractLinks() local
121 while (pos < nTotalChar) { in ExtractLinks()
124 char_info.m_Unicode != L' ' && pos != nTotalChar - 1) { in ExtractLinks()
134 if (pos == nTotalChar - 1) { in ExtractLinks()