Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_linkextract.cpp146 int host_end = i == pPos + 1 ? i - 2 : i - 1; in CheckMailLink() local
147 if (pPos > 0 && host_end - aPos >= 3) { in CheckMailLink()
149 str = str.Left(host_end + 1); in CheckMailLink()