Home | History | Annotate | Download | only in re2

Lines Matching full:match

5 // Determine whether this library should match PCRE exactly
16 // * Perl and PCRE allow $ in one-line mode to match either the very
18 // This library requires it to match only the end of the text.
20 // match the end of the text if the last character is a \n.
31 // Returns whether re might match an empty string.
107 // Walker class to compute whether a Regexp can match an empty string.
108 // It is okay to overestimate. For example, \b\B cannot match an empty
132 // can match an empty string). Returns whether this clause can match an
146 case kRegexpBeginLine: // always empty, when they match
179 // Returns whether re can match an empty string.