Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dparse.cc51 int rune_max() { return rune_max_; } in rune_max() function in re2::Regexp::ParseState
1237 RegexpStatus* status, int rune_max) { in ParseEscape() argument
1316 if (code > rune_max) in ParseEscape()
2201 if (!ParseEscape(&t, &r, status, ps.rune_max())) in Parse()