Home
last modified time | relevance | path

Searched refs:RemoveChars (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/strings/
Dstring_util.h176 BASE_EXPORT bool RemoveChars(const string16& input,
179 BASE_EXPORT bool RemoveChars(const std::string& input,
Dstring_util_unittest.cc1189 TEST(StringUtilTest, RemoveChars) { in TEST() argument
1192 EXPECT_TRUE(RemoveChars(input, kRemoveChars, &input)); in TEST()
1196 EXPECT_FALSE(RemoveChars(input, kRemoveChars, &input)); in TEST()
1201 EXPECT_FALSE(RemoveChars(input, kRemoveChars, &input)); in TEST()
Dstring_util.cc269 bool RemoveChars(const string16& input, in RemoveChars() function
275 bool RemoveChars(const std::string& input, in RemoveChars() function