Searched refs:regex_filter (Results 1 – 2 of 2) sorted by relevance
49 first(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()78 first(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()107 out(boost::iostreams::regex_filter(match_lower, replace_lower())); in regex_filter_test()133 out(boost::iostreams::regex_filter(match_lower, fmt)); in regex_filter_test()162 first(boost::iostreams::regex_filter(match_xxx, replace_lower())); in regex_filter_test()
92 typedef basic_regex_filter<char> regex_filter; typedef