Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc1762 status->set_code(kRegexpBadCharRange); in ParseUnicodeGroup()
1784 status->set_code(kRegexpBadCharRange); in ParseUnicodeGroup()
1798 status->set_code(kRegexpBadCharRange); in ParseUnicodeGroup()
1844 status->set_code(kRegexpBadCharRange); in ParseCCName()
1893 status->set_code(kRegexpBadCharRange); in ParseCCRange()
1944 status->set_code(kRegexpBadCharRange); in ParseCharClass()
Dregexp.h177 kRegexpBadCharRange, // bad character class range enumerator
Dre2.cc80 case re2::kRegexpBadCharRange: in RegexpErrorToRE2()