Searched defs:trim (Results 1 – 5 of 5) sorted by relevance
36 std::string trim(const string & str) in trim() function
47 static std::string trim(const std::string &str, const std::string &whitespace = " \t") { in trim() function
53 static std::string trim(const std::string& str, in trim() function
64 static std::string trim(const std::string &str, const std::string &whitespace = " \t") { in trim() function
25 #define trim(x) ((x) & ALLONES) macro