Home
last modified time | relevance | path

Searched refs:trim_right (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/test/utils/basic_cstring/
Dbasic_cstring.hpp100 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_cstring
376 basic_cstring<CharT>::trim_right( size_type trim_size ) in trim_right() function in boost::unit_test::basic_cstring
389 basic_cstring<CharT>::trim_right( iterator it ) in trim_right() function in boost::unit_test::basic_cstring
402 basic_cstring<CharT>::trim_right( basic_cstring exclusions ) in trim_right() function in boost::unit_test::basic_cstring
414 return trim_right( it+1 ); in trim_right()
424 trim_right( exclusions ); in trim()
/third_party/boost/libs/algorithm/string/test/
Dtrim_test.cpp85 trim_right( str1 ); in trim_test()
93 str3 = " "; trim_right( str3 ); in trim_test()
101 str3 = ""; trim_right( str3 ); in trim_test()
/third_party/ffmpeg/libavformat/
Dmpjpegdec.c40 static void trim_right(char *p) in trim_right() function
62 trim_right(line); in get_line()
88 trim_right(*tag); in split_tag_value()
96 trim_right(*value); in split_tag_value()
/third_party/boost/libs/test/test/utils-ts/
Dbasic_cstring-test.cpp351 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()
/third_party/boost/libs/algorithm/string/example/
Dtrim_example.cpp30 trim_right( str1 ); in main()
/third_party/boost/boost/algorithm/string/
Dtrim.hpp255 inline void trim_right(SequenceT& Input, const std::locale& Loc=std::locale()) in trim_right() function
387 using algorithm::trim_right;
/third_party/boost/boost/date_time/
Dtz_db_base.hpp176 boost::trim_right(buff); in load_from_stream()
/third_party/boost/doc/html/
Ddoc_HTML.manifest734 boost/algorithm/trim_right.html