Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp90 int posix_match_options = get_posix_match_flags(test_info<char>::match_options()); in test_deprecated() local
91 if(posix_match_options < 0) in test_deprecated()
105 if(boost::regexecA(&re, search_text.c_str(), max_subs, matches, posix_match_options) == 0) in test_deprecated()
218 int posix_match_options = get_posix_match_flags(test_info<wchar_t>::match_options()); in test_deprecated() local
219 if(posix_match_options < 0) in test_deprecated()
233 if(boost::regexecW(&re, search_text.c_str(), max_subs, matches, posix_match_options) == 0) in test_deprecated()