Searched refs:posix_match_options (Results 1 – 1 of 1) sorted by relevance
90 int posix_match_options = get_posix_match_flags(test_info<char>::match_options()); in test_deprecated() local91 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() local219 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()