Home
last modified time | relevance | path

Searched refs:getLastMatch (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/
H A Dquickfind.cpp
H A Dquickfindpattern.h
H A Dquickfindpattern.cpp
/glogg/src/
H A Dquickfind.cpp264 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()
H A Dquickfindpattern.h83 void getLastMatch( int* start_col, int* end_col ) const;
H A Dquickfindpattern.cpp133 void QuickFindPattern::getLastMatch( int* start_col, int* end_col ) const in getLastMatch() function in QuickFindPattern