Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dparse.cc1544 status->set_code(kRegexpBadCharRange); in ParseUnicodeGroup()
1564 status->set_code(kRegexpBadCharRange); in ParseUnicodeGroup()
1600 status->set_code(kRegexpBadCharRange); in ParseCCName()
1649 status->set_code(kRegexpBadCharRange); in ParseCCRange()
1699 status->set_code(kRegexpBadCharRange); in ParseCharClass()
Dregexp.h170 kRegexpBadCharRange, // bad character class range enumerator
Dre2.cc84 case re2::kRegexpBadCharRange: in RegexpErrorToRE2()