Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/algorithm/string/test/
Dregex_test.cpp124 BOOST_CHECK( erase_all_regex_copy( str1, rx1 )==string(string("123xxxXXX321")) ); in replace_test()
137 erase_all_regex_copy( back_inserter(strout), str1, rx1 ); in replace_test()
/external/sdv/vsomeip/third_party/boost/algorithm/string/example/
Dregex_example.cpp33 erase_all_regex_copy( str1, regex("[[:alpha:]]+") ) << endl; in main()
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/
Dregex.hpp343 inline OutputIteratorT erase_all_regex_copy( in erase_all_regex_copy() function
364 inline SequenceT erase_all_regex_copy( in erase_all_regex_copy() function
633 using algorithm::erase_all_regex_copy;