Searched refs:whitespaceChars (Results 1 – 1 of 1) sorted by relevance
13604 static char const* whitespaceChars = "\n\r\t "; in trim() local13605 std::string::size_type start = str.find_first_not_of( whitespaceChars ); in trim()13606 std::string::size_type end = str.find_last_not_of( whitespaceChars ); in trim()