Home | History | Annotate | Download | only in src

Lines Matching full:regular

127 // Returns true iff regular expression re matches the entire str.
135 // Returns true iff regular expression re matches a substring of str
148 // Reserves enough bytes to hold the regular expression used for a
168 << "Regular expression \"" << regex
169 << "\" is not a valid POSIX Extended regular expression.";
227 << " in simple regular expression \"" << regex << "\": ").GetString();
237 ADD_FAILURE() << "NULL is not a valid simple regular expression.";
288 // Matches a repeated regex atom followed by a valid simple regular
320 // valid simple regular expression and not start with "^", or the
351 // a valid simple regular expression, or the result is undefined.
380 // Returns true iff regular expression re matches the entire str.
385 // Returns true iff regular expression re matches a substring of str
405 // Reserves enough bytes to hold the regular expression used for a