Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dregexp.h168 kRegexpBadEscape, // bad escape sequence enumerator
Dre2.cc80 case re2::kRegexpBadEscape: in RegexpErrorToRE2()
Dparse.cc1377 status->set_code(kRegexpBadEscape); in ParseEscape()
/external/chromium_org/third_party/re2/re2/
Dregexp.h168 kRegexpBadEscape, // bad escape sequence enumerator
Dre2.cc98 case re2::kRegexpBadEscape: in RegexpErrorToRE2()
Dparse.cc1377 status->set_code(kRegexpBadEscape); in ParseEscape()