Searched refs:RemoveChars (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/strings/
H A Dstring_util.h176 BASE_EXPORT bool RemoveChars(const string16& input,
179 BASE_EXPORT bool RemoveChars(const std::string& input,
H A Dstring_util_unittest.cc1087 TEST(StringUtilTest, RemoveChars) {
1090 EXPECT_TRUE(RemoveChars(input, kRemoveChars, &input));
1094 EXPECT_FALSE(RemoveChars(input, kRemoveChars, &input));
1099 EXPECT_FALSE(RemoveChars(input, kRemoveChars, &input));
H A Dstring_util.cc282 bool RemoveChars(const string16& input, function in namespace:base
288 bool RemoveChars(const std::string& input, function in namespace:base
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc265 bool RemoveChars(const std::string& input, function in namespace:net::__anon1129
284 RemoveChars(ip_address_list, " \t", &cleaned_ip_address_list);
327 if (RemoveChars(ip_address, " \t", &cleaned_ip_address))

Completed in 168 milliseconds