Searched refs:join_if (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/algorithm/string/test/ |
D | join_test.cpp | 69 BOOST_CHECK( equals(join_if(tokens2, "-", is_not_empty), "xx-abc-abc-xx") ); in join_test() 70 BOOST_CHECK( equals(join_if(empty_tokens, "-", is_not_empty), "") ); in join_test() 71 BOOST_CHECK( equals(join_if(tokens3, "-", is_not_empty), "") ); in join_test()
|
D | regex_test.cpp | 100 BOOST_CHECK( equals(join_if(tokens1, "-", regex("x+")), "xx-xx") ); in join_test() 101 BOOST_CHECK( equals(join_if(tokens1, "-", regex("[abc]+")), "abc") ); in join_test()
|
/third_party/boost/boost/algorithm/string/ |
D | join.hpp | 96 join_if( in join_if() function 139 using algorithm::join_if;
|
D | regex.hpp | 507 join_if( in join_if() function 638 using algorithm::join_if;
|