Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/
Dregex_filter_test.cpp194 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()
/third_party/boost/boost/iostreams/filter/
Dregex.hpp93 typedef basic_regex_filter<wchar_t> wregex_filter; typedef