Home
last modified time | relevance | path

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

/external/chromium-libpac/src/
Dproxy_resolver_v8.cc246 const typename STR::value_type remove_chars[], in RemoveCharsT() argument
253 found = output->find_first_of(remove_chars); in RemoveCharsT()
257 found = output->find_first_of(remove_chars, found); in RemoveCharsT()
264 const char remove_chars[], in RemoveChars() argument
266 return RemoveCharsT(input, remove_chars, output); in RemoveChars()
/external/libchrome/base/strings/
Dstring_util.h177 StringPiece16 remove_chars,
180 StringPiece remove_chars,
Dstring_util.cc270 StringPiece16 remove_chars, in RemoveChars() argument
272 return ReplaceCharsT(input, remove_chars, StringPiece16(), output); in RemoveChars()
276 StringPiece remove_chars, in RemoveChars() argument
278 return ReplaceCharsT(input, remove_chars, StringPiece(), output); in RemoveChars()