Searched refs:is_punct (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/algorithm/string/test/ |
D | trim_test.cpp | 124 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()
|
D | split_test.cpp | 143 is_punct(), in iterator_test() 165 is_punct(), in iterator_test()
|
D | predicate_test.cpp | 135 TEST_CLASS( is_punct(), ".,;\"", "abc" ); in classification_test()
|
/third_party/boost/boost/algorithm/string/ |
D | classification.hpp | 161 is_punct(const std::locale& Loc=std::locale()) in is_punct() function 305 using algorithm::is_punct;
|
/third_party/boost/libs/algorithm/string/example/ |
D | predicate_example.cpp | 45 if ( all(";.,", is_punct() ) ) in main()
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 601 boost/algorithm/is_punct.html
|