Searched refs:FormatCapture (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc101 string FormatCapture(const char** capture);
211 fprintf(stderr, " [%d%s]\n", id, FormatCapture(capture).c_str());
271 fprintf(stderr, " + %d%s [%p]\n", id, FormatCapture(t->capture).c_str(), t);
378 string NFA::FormatCapture(const char** capture) { function in class:re2::NFA
508 FormatCapture((const char**)t->capture).c_str());
/external/regex-re2/re2/
H A Dnfa.cc101 string FormatCapture(const char** capture);
211 fprintf(stderr, " [%d%s]\n", id, FormatCapture(capture).c_str());
271 fprintf(stderr, " + %d%s [%p]\n", id, FormatCapture(t->capture).c_str(), t);
378 string NFA::FormatCapture(const char** capture) { function in class:re2::NFA
508 FormatCapture((const char**)t->capture).c_str());
/external/chromium_org/third_party/re2/re2/testing/
H A Dtester.cc92 static string FormatCapture(const StringPiece& text, const StringPiece& s) { function in namespace:re2
534 FormatCapture(text, correct.submatch[i]).c_str(),
535 FormatCapture(text, r.submatch[i]).c_str());
539 FormatCapture(text, r.submatch[i]).c_str());
/external/regex-re2/re2/testing/
H A Dtester.cc92 static string FormatCapture(const StringPiece& text, const StringPiece& s) { function in namespace:re2
534 FormatCapture(text, correct.submatch[i]).c_str(),
535 FormatCapture(text, r.submatch[i]).c_str());
539 FormatCapture(text, r.submatch[i]).c_str());

Completed in 265 milliseconds