Searched refs:wregex_filter (Results 1 – 2 of 2) sorted by relevance
194 first(boost::iostreams::wregex_filter(match_lower, replace_lower())); in wregex_filter_test()223 first(boost::iostreams::wregex_filter(match_lower, fmt)); in wregex_filter_test()252 out(boost::iostreams::wregex_filter(match_lower, replace_lower())); in wregex_filter_test()278 out(boost::iostreams::wregex_filter(match_lower, fmt)); in wregex_filter_test()307 first(boost::iostreams::wregex_filter(match_xxx, replace_lower())); in wregex_filter_test()
93 typedef basic_regex_filter<wchar_t> wregex_filter; typedef