Home
last modified time | relevance | path

Searched refs:erase_to_last_of (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/libutil++/
Dstring_manip.h27 std::string erase_to_last_of(std::string const & str, char ch);
Dstring_manip.cpp23 string erase_to_last_of(string const & str, char ch) in erase_to_last_of() function
Dfile_manip.cpp180 return erase_to_last_of(result, '/'); in op_basename()
/external/oprofile/libutil++/tests/
Dstring_manip_tests.cpp57 string result = erase_to_last_of(cur->input, ';'); in erase_to_last_of_tests()
/external/oprofile/
DChangeLog-20032095 * libutil++/string_manip.cpp: erase_to_last_of() is not a ltrim()
2106 * libutil++/string_manip.cpp: and tidy erase_to_last_of(), rtrim() and