Searched refs:trim_right (Results 1 – 8 of 8) sorted by relevance
100 self_type& trim_right( size_type trim_size );102 self_type& trim_right( iterator it );106 self_type& trim_right( self_type exclusions = self_type() ) ;111 self_type& trim_right( self_type exclusions );114 self_type& trim_right() { return trim_right( self_type() ); } in trim_right() function in boost::unit_test::basic_cstring376 basic_cstring<CharT>::trim_right( size_type trim_size ) in trim_right() function in boost::unit_test::basic_cstring389 basic_cstring<CharT>::trim_right( iterator it ) in trim_right() function in boost::unit_test::basic_cstring402 basic_cstring<CharT>::trim_right( basic_cstring exclusions ) in trim_right() function in boost::unit_test::basic_cstring414 return trim_right( it+1 ); in trim_right()424 trim_right( exclusions ); in trim()
85 trim_right( str1 ); in trim_test()93 str3 = " "; trim_right( str3 ); in trim_test()101 str3 = ""; trim_right( str3 ); in trim_test()
40 static void trim_right(char *p) in trim_right() function62 trim_right(line); in get_line()88 trim_right(*tag); in split_tag_value()96 trim_right(*value); in split_tag_value()
351 bcs0.trim_right( 1 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()367 bcs0.trim_right( 11 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()371 bcs0.trim_right( bcs0.size() - bcs0.find( LITERAL( "t_s" ) ) - 3 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()381 bcs1.trim_right(); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()402 bcs1.trim_right( 7 ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
30 trim_right( str1 ); in main()
255 inline void trim_right(SequenceT& Input, const std::locale& Loc=std::locale()) in trim_right() function387 using algorithm::trim_right;
176 boost::trim_right(buff); in load_from_stream()
734 boost/algorithm/trim_right.html