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

/external/chromium_org/third_party/re2/re2/
H A Dparse.cc51 int rune_max() { return rune_max_; } function in class:re2::Regexp::ParseState
1237 RegexpStatus* status, int rune_max) {
1316 if (code > rune_max)
2201 if (!ParseEscape(&t, &r, status, ps.rune_max()))
1236 ParseEscape(StringPiece* s, Rune* rp, RegexpStatus* status, int rune_max) argument
/external/regex-re2/re2/
H A Dparse.cc51 int rune_max() { return rune_max_; } function in class:re2::Regexp::ParseState
1237 RegexpStatus* status, int rune_max) {
1316 if (code > rune_max)
2201 if (!ParseEscape(&t, &r, status, ps.rune_max()))
1236 ParseEscape(StringPiece* s, Rune* rp, RegexpStatus* status, int rune_max) argument

Completed in 116 milliseconds