Home
last modified time | relevance | path

Searched refs:join_if (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/algorithm/string/test/
Djoin_test.cpp69 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()
Dregex_test.cpp100 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/
Djoin.hpp96 join_if( in join_if() function
139 using algorithm::join_if;
Dregex.hpp507 join_if( in join_if() function
638 using algorithm::join_if;