Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/algorithm/string/example/
Dregex_example.cpp36 replace_all_regex( str1, regex("_(\\([^\\)]*\\))_"), string("-$1-") ); in main()
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/
Dregex.hpp230 inline void replace_all_regex( in replace_all_regex() function
628 using algorithm::replace_all_regex;
/external/sdv/vsomeip/third_party/boost/algorithm/string/test/
Dregex_test.cpp145 replace_all_regex( str1, rx2, fmt1 ); in replace_test()