| 273 | } |
| 274 | |
| 275 | void 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 | |
| 283 | void RESearch::GrabMatches(CharacterIndexer &ci) { |
| 284 | for (unsigned int i = 0; i < MAXTAG; i++) { |
nothing calls this directly
no outgoing calls
no test coverage detected