Home
last modified time | relevance | path

Searched refs:trim_copy (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/algorithm/string/test/
Dtrim_test.cpp35 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()
/third_party/boost/boost/algorithm/string/
Dtrim.hpp340 inline SequenceT trim_copy( const SequenceT& Input, const std::locale& Loc=std::locale() ) in trim_copy() function
393 using algorithm::trim_copy;
/third_party/boost/boost/geometry/srs/projections/
Dproj4.hpp75 std::string def = boost::trim_copy(proj4_str); in proj4_parameters()
/third_party/boost/libs/geometry/test/algorithms/detail/
Dget_left_turns.cpp94 std::string detected = boost::trim_copy(out.str()); in test_one()
113 std::string detected = boost::trim_copy(out.str()); in test_one()
/third_party/boost/libs/geometry/test/views/
Dreversible_closeable.cpp130 expected = boost::trim_copy(closing + " " + expected_r); in test_geometry()
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
Dquickbook_output.hpp200 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()
/third_party/boost/doc/html/
Ddoc_HTML.manifest736 boost/algorithm/trim_copy.html