Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dparse.cc1761 status->set_code(kRegexpBadCharRange); in ParseUnicodeGroup()
1783 status->set_code(kRegexpBadCharRange); in ParseUnicodeGroup()
1797 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.cc76 case re2::kRegexpBadCharRange: in RegexpErrorToRE2()