Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.h31 int GetMatchedCount() const;
Dcpdf_textpagefind.cpp250 int MatchedCount1 = findEngine.GetMatchedCount(); in FindPrev()
391 int CPDF_TextPageFind::GetMatchedCount() const { in GetMatchedCount() function in CPDF_TextPageFind
/external/pdfium/fpdfsdk/
Dfpdftext.cpp306 return textpageFind->GetMatchedCount(); in FPDFText_GetSchCount()