Home
last modified time | relevance | path

Searched refs:RegexpStatus (Results 1 – 7 of 7) sorted by relevance

/external/regex-re2/re2/
Dregexp.h183 class RegexpStatus {
185 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {} in RegexpStatus() function
186 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus()
196 void Copy(const RegexpStatus& status);
211 DISALLOW_EVIL_CONSTRUCTORS(RegexpStatus);
345 RegexpStatus* status);
362 RegexpStatus* status);
445 RegexpStatus* status);
Dparse.cc48 RegexpStatus* status);
120 RegexpStatus* status);
126 RegexpStatus* status);
132 RegexpStatus* status);
155 RegexpStatus* status_;
169 RegexpStatus* status) in ParseState()
1188 static int StringPieceToRune(Rune *r, StringPiece *sp, RegexpStatus* status) { in StringPieceToRune()
1205 static bool IsValidUTF8(const StringPiece& s, RegexpStatus* status) { in IsValidUTF8()
1238 RegexpStatus* status, int rune_max) { in ParseEscape()
1508 RegexpStatus* status) { in ParseUnicodeGroup()
[all …]
Dset.cc37 RegexpStatus status; in Add()
Dregexp.cc467 const string& RegexpStatus::CodeText(enum RegexpStatusCode code) { in CodeText()
473 string RegexpStatus::Text() const { in Text()
483 void RegexpStatus::Copy(const RegexpStatus& status) { in Copy()
Dsimplify.cc20 RegexpStatus* status) { in SimplifyRegexp()
Dre2.cc161 RegexpStatus status; in Init()
/external/regex-re2/
Ducs2.diff371 RegexpStatus status;