Home | History | Annotate | Download | only in re2

Lines Matching defs:it

21 // It's kind of sleazy, but it works well in practice.
128 // Caller is responsible for deleting Prog when finished with it.
143 // each node in depth-first order. It invokes PreVisit before
476 // and it reduces the corresponding one-pass NFA from 16 nodes to 8.
506 map<uint64, int>::iterator it = rune_cache_.find(key);
507 if (it != rune_cache_.end())
508 return it->second;
565 // with a dot in it about 10% faster.
799 // behaves the same on A-Z as it does on a-z,
814 // If this range contains all of A-Za-z or none of it,
971 // have plenty of room for the DFA states, not to use it up
1015 // Turn off c.reversed_ (if it is set) to force the remaining concatenations