Searched refs:RTrimAll (Results 1 – 2 of 2) sorted by relevance
67 static std::string RTrimAll(const std::string &in, const std::string &suffix);
76 copy = RTrimAll(copy, "_"); in Tokenize()186 std::string StringHelper::RTrimAll(const std::string &in, const std::string &suffix) { in RTrimAll() function in android::StringHelper