Lines Matching refs:re
273 // RE2 re("ab*c?d+");
274 // re.pattern(); // "ab*c?d+"
328 static bool FullMatchN(const StringPiece& text, const RE2& re,
335 static bool PartialMatchN(const StringPiece& text, const RE2& re, // 3..16 args
381 // Replacements are not subject to re-matching.
444 // Only valid until the re is deleted.
449 // Only valid until the re is deleted.