Home | History | Annotate | Download | only in re2

Lines Matching refs:ParseEscape

1236 static bool ParseEscape(StringPiece* s, Rune* rp,
1373 LOG(DFATAL) << "Not reached in ParseEscape.";
1626 return ParseEscape(s, rp, status, rune_max_);
2201 if (!ParseEscape(&t, &r, status, ps.rune_max()))