Home
last modified time | relevance | path

Searched refs:ParseEscape (Results 1 – 1 of 1) sorted by relevance

/external/regex-re2/re2/
Dparse.cc1236 static bool ParseEscape(StringPiece* s, Rune* rp, in ParseEscape() function
1626 return ParseEscape(s, rp, status, rune_max_); in ParseCCCharacter()
2201 if (!ParseEscape(&t, &r, status, ps.rune_max())) in Parse()