Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.h40 int GetMatchedCount() const;
Dcpdf_textpagefind.cpp311 int cur_match = find_engine.GetMatchedCount(); in FindPrev()
338 int CPDF_TextPageFind::GetMatchedCount() const { in GetMatchedCount() function in CPDF_TextPageFind
/external/pdfium/fpdfsdk/
Dfpdf_text.cpp474 return textpageFind->GetMatchedCount(); in FPDFText_GetSchCount()