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