Searched refs:trim_copy (Results 1 – 7 of 7) sorted by relevance
35 BOOST_CHECK( trim_copy( str1 )=="1x x x x1" ) ; in trim_test()40 BOOST_CHECK( trim_copy( str3 )=="" ); in trim_test()45 BOOST_CHECK( trim_copy( string("") )=="" ); in trim_test()
340 inline SequenceT trim_copy( const SequenceT& Input, const std::locale& Loc=std::locale() ) in trim_copy() function393 using algorithm::trim_copy;
75 std::string def = boost::trim_copy(proj4_str); in proj4_parameters()
94 std::string detected = boost::trim_copy(out.str()); in test_one()113 std::string detected = boost::trim_copy(out.str()); in test_one()
130 expected = boost::trim_copy(closing + " " + expected_r); in test_geometry()
200 out << " = " << boost::trim_copy(boost::replace_all_copy(value.initializer, "=", "")); in quickbook_synopsis()1240 out << " = " << boost::trim_copy(boost::replace_all_copy(value.initializer, "=", "")); in quickbook_synopsis_alt()
736 boost/algorithm/trim_copy.html