Home | History | Annotate | Download | only in src

Lines Matching full:regular

117 // Returns true iff regular expression re matches the entire str.
125 // Returns true iff regular expression re matches a substring of str
138 // Reserves enough bytes to hold the regular expression used for a
157 << "Regular expression \"" << regex
158 << "\" is not a valid POSIX Extended regular expression.";
216 << " in simple regular expression \"" << regex << "\": ").GetString();
226 ADD_FAILURE() << "NULL is not a valid simple regular expression.";
277 // Matches a repeated regex atom followed by a valid simple regular
309 // valid simple regular expression and not start with "^", or the
340 // a valid simple regular expression, or the result is undefined.
369 // Returns true iff regular expression re matches the entire str.
374 // Returns true iff regular expression re matches a substring of str
394 // Reserves enough bytes to hold the regular expression used for a