Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.h27 int GetMatchedCount() const;
Dcpdf_textpagefind.cpp251 int MatchedCount1 = findEngine.GetMatchedCount(); in FindPrev()
403 int CPDF_TextPageFind::GetMatchedCount() const { in GetMatchedCount() function in CPDF_TextPageFind
/external/pdfium/fpdfsdk/
Dfpdftext.cpp267 return textpageFind->GetMatchedCount(); in FPDFText_GetSchCount()