Searched refs:FormatCapture (Results 1 – 2 of 2) sorted by relevance
/external/regex-re2/re2/ |
D | nfa.cc | 101 string FormatCapture(const char** capture); 211 fprintf(stderr, " [%d%s]\n", id, FormatCapture(capture).c_str()); in AddToThreadq() 271 fprintf(stderr, " + %d%s [%p]\n", id, FormatCapture(t->capture).c_str(), t); in AddToThreadq() 378 string NFA::FormatCapture(const char** capture) { in FormatCapture() function in re2::NFA 508 FormatCapture((const char**)t->capture).c_str()); in Search()
|
/external/regex-re2/re2/testing/ |
D | tester.cc | 92 static string FormatCapture(const StringPiece& text, const StringPiece& s) { in FormatCapture() function 534 FormatCapture(text, correct.submatch[i]).c_str(), in RunCase() 535 FormatCapture(text, r.submatch[i]).c_str()); in RunCase() 539 FormatCapture(text, r.submatch[i]).c_str()); in RunCase()
|