Home
last modified time | relevance | path

Searched refs:is_punct (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/algorithm/string/test/
Dtrim_test.cpp124 BOOST_CHECK( trim_all_copy_if( str2, is_punct() )=="2x+x-x-x2" ) ; in trim_all_test()
135 trim_all_if( str2, is_punct() ); in trim_all_test()
165 BOOST_CHECK( trim_fill_copy_if( str2, " ", is_punct() )=="2x x x x2" ) ; in trim_fill_test()
176 trim_fill_if( str2, "", is_punct() ); in trim_fill_test()
Dsplit_test.cpp143 is_punct(), in iterator_test()
165 is_punct(), in iterator_test()
Dpredicate_test.cpp135 TEST_CLASS( is_punct(), ".,;\"", "abc" ); in classification_test()
/third_party/boost/boost/algorithm/string/
Dclassification.hpp161 is_punct(const std::locale& Loc=std::locale()) in is_punct() function
305 using algorithm::is_punct;
/third_party/boost/libs/algorithm/string/example/
Dpredicate_example.cpp45 if ( all(";.,", is_punct() ) ) in main()
/third_party/boost/doc/html/
Ddoc_HTML.manifest601 boost/algorithm/is_punct.html