Searched refs:getLastMatch (Results 1 – 6 of 6) sorted by relevance
264 quickFindPattern_->getLastMatch( &found_start_col, &found_end_col ); in doSearchForward()283 quickFindPattern_->getLastMatch( in doSearchForward()350 quickFindPattern_->getLastMatch( &start_col, &end_col ); in doSearchBackward()361 quickFindPattern_->getLastMatch( &start_col, &end_col ); in doSearchBackward()
83 void getLastMatch( int* start_col, int* end_col ) const;
133 void QuickFindPattern::getLastMatch( int* start_col, int* end_col ) const in getLastMatch() function in QuickFindPattern