Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_linkextract.cpp127 int nTotalChar = m_pTextPage->CountChars(); in ParseLink() local
130 while (pos < nTotalChar) { in ParseLink()
134 pageChar.m_Unicode == TEXT_SPACE_CHAR || pos == nTotalChar - 1) { in ParseLink()
136 if (pos == nTotalChar - 1) { in ParseLink()