Searched refs:remove_suffix (Results 1 – 15 of 15) sorted by relevance
29 sv1.remove_suffix ( 1 ); in test()32 sv1.remove_suffix ( len - 1 ); in test()36 sv1.remove_suffix ( 0 ); in test()46 sv1.remove_suffix ( k ); in test_ce()
98 a.remove_suffix(0); in TEST()103 b.remove_suffix(4); in TEST()108 c.remove_suffix(9); in TEST()
63 fmt.remove_suffix(1); in test_termination_condition()
62 fmt.remove_suffix(1); in test_termination_condition()
70 fmt.remove_suffix(1); in test_termination_condition()
75 fmt.remove_suffix(1); in test_termination_condition()
61 fmt.remove_suffix(1); in test_termination_condition()
79 fmt.remove_suffix(1); in test_termination_condition()
77 fmt.remove_suffix(1);
117 void remove_suffix(size_t N) { Len -= N; } in remove_suffix() function
119 constexpr void remove_suffix(size_type n);423 void remove_suffix(size_type __n) _NOEXCEPT425 _LIBCPP_ASSERT(__n <= size(), "remove_suffix() can't remove more than size()");