Home
last modified time | relevance | path

Searched refs:test_sub_match (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/regex/test/regress/
Dtest_regex_search.hpp32 void test_sub_match(const boost::sub_match<BidirectionalIterator>& sub, BidirectionalIterator base,… in test_sub_match() function
41 test_sub_match(copy, base, answer_table, i, false); in test_sub_match()
94 test_sub_match(what[i], base, answer_table, i); in test_result()
261 test_sub_match(*start, search_text.begin(), answer_table, 0); in test_regex_token_iterator()
385 test_sub_match(*start2, search_text.begin(), answer_table, 0); in test_regex_token_iterator()
Dtest_partial_match.hpp29 void test_sub_match(const boost::sub_match<BidirectionalIterator>& sub, BidirectionalIterator base,… in test_sub_match() function
75 test_sub_match(what[i], base, answer_table, i); in test_result()
208 test_sub_match(*start, search_text.begin(), answer_table, 0); in test_regex_token_iterator()
Dtest_mfc.cpp140 test_sub_match(*tstart, s.GetString(), answer_table, 0); in test_mfc()
318 test_sub_match(*tstart, s.GetString(), answer_table, 0); in test_mfc()
/third_party/boost/libs/xpressive/test/
DJamfile.v280 [ compile test_sub_match.cpp ]