Searched refs:RegexpStatus (Results 1 – 22 of 22) sorted by relevance
/external/regex-re2/re2/ |
D | regexp.h | 183 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); 346 RegexpStatus* status); 363 RegexpStatus* status); 446 RegexpStatus* status);
|
D | parse.cc | 47 RegexpStatus* status); 119 RegexpStatus* status); 125 RegexpStatus* status); 131 RegexpStatus* status); 154 RegexpStatus* status_; 168 RegexpStatus* status) in ParseState() 1187 static int StringPieceToRune(Rune *r, StringPiece *sp, RegexpStatus* status) { in StringPieceToRune() 1204 static bool IsValidUTF8(const StringPiece& s, RegexpStatus* status) { in IsValidUTF8() 1237 RegexpStatus* status, int rune_max) { in ParseEscape() 1514 RegexpStatus* status) { in ParseUnicodeGroup() [all …]
|
D | set.cc | 37 RegexpStatus status; in Add()
|
D | regexp.cc | 478 string RegexpStatus::CodeText(enum RegexpStatusCode code) { in CodeText() 484 string RegexpStatus::Text() const { in Text() 494 void RegexpStatus::Copy(const RegexpStatus& status) { in Copy()
|
D | simplify.cc | 20 RegexpStatus* status) { in SimplifyRegexp()
|
D | re2.cc | 187 RegexpStatus status; in Init()
|
/external/chromium_org/third_party/re2/re2/ |
D | regexp.h | 183 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); 346 RegexpStatus* status); 363 RegexpStatus* status); 446 RegexpStatus* status);
|
D | parse.cc | 47 RegexpStatus* status); 119 RegexpStatus* status); 125 RegexpStatus* status); 131 RegexpStatus* status); 154 RegexpStatus* status_; 168 RegexpStatus* status) in ParseState() 1187 static int StringPieceToRune(Rune *r, StringPiece *sp, RegexpStatus* status) { in StringPieceToRune() 1204 static bool IsValidUTF8(const StringPiece& s, RegexpStatus* status) { in IsValidUTF8() 1237 RegexpStatus* status, int rune_max) { in ParseEscape() 1514 RegexpStatus* status) { in ParseUnicodeGroup() [all …]
|
D | set.cc | 37 RegexpStatus status; in Add()
|
D | regexp.cc | 478 string RegexpStatus::CodeText(enum RegexpStatusCode code) { in CodeText() 484 string RegexpStatus::Text() const { in Text() 494 void RegexpStatus::Copy(const RegexpStatus& status) { in Copy()
|
D | simplify.cc | 20 RegexpStatus* status) { in SimplifyRegexp()
|
D | re2.cc | 205 RegexpStatus status; in Init()
|
/external/chromium_org/third_party/re2/re2/testing/ |
D | regexp_test.cc | 44 RegexpStatus status; in TEST() 63 RegexpStatus status; in TEST()
|
D | parse_test.cc | 205 RegexpStatus status; in TestParse() 383 RegexpStatus status; in TEST() 419 RegexpStatus status; in TEST()
|
D | simplify_test.cc | 143 RegexpStatus status; in TEST()
|
D | tester.cc | 178 RegexpStatus status; in TestInstance()
|
/external/regex-re2/re2/testing/ |
D | regexp_test.cc | 44 RegexpStatus status; in TEST() 63 RegexpStatus status; in TEST()
|
D | parse_test.cc | 205 RegexpStatus status; in TestParse() 383 RegexpStatus status; in TEST() 419 RegexpStatus status; in TEST()
|
D | simplify_test.cc | 143 RegexpStatus status; in TEST()
|
D | tester.cc | 178 RegexpStatus status; in TestInstance()
|
/external/regex-re2/ |
D | ucs2.diff | 371 RegexpStatus status;
|
/external/chromium_org/third_party/re2/ |
D | ucs2.diff | 371 RegexpStatus status;
|