OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveChars
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/base/strings/
string_util.h
179
BASE_EXPORT bool
RemoveChars
(const string16& input,
182
BASE_EXPORT bool
RemoveChars
(const std::string& input,
string_util_unittest.cc
[
all
...]
string_util.cc
268
bool
RemoveChars
(const string16& input,
274
bool
RemoveChars
(const std::string& input,
[
all
...]
/external/chromium-libpac/src/
proxy_resolver_v8.cc
265
bool
RemoveChars
(const std::string& input,
284
RemoveChars
(ip_address_list, " \t", &cleaned_ip_address_list);
327
if (
RemoveChars
(ip_address, " \t", &cleaned_ip_address))
/system/connectivity/shill/cellular/
mobile_operator_info_impl.cc
964
base::
RemoveChars
(result, base::kWhitespaceASCII, &result);
/system/connectivity/shill/
device.cc
[
all
...]
/system/connectivity/shill/wifi/
wifi_unittest.cc
[
all
...]
Completed in 588 milliseconds