Searched refs:bMatch (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp2336 FX_BOOL bMatch = TRUE; local
2343 bMatch = FALSE;
2348 bMatch = FALSE;
2356 bMatch = FALSE;
2363 if(m_bMatchWholeWord && bMatch) {
2364 bMatch = IsMatchWholeWord(m_strText, nResultPos, endIndex);
2367 if(!bMatch) {

Completed in 92 milliseconds