MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Clear

Method Clear

scintilla/src/RESearch.cxx:275–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void RESearch::Clear() {
276 for (int i = 0; i < MAXTAG; i++) {
277 pat[i].clear();
278 bopat[i] = NOTFOUND;
279 eopat[i] = NOTFOUND;
280 }
281}
282
283void RESearch::GrabMatches(CharacterIndexer &ci) {
284 for (unsigned int i = 0; i < MAXTAG; i++) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected