Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
Dstring_util.cc177 bool ReplaceCharsT(
187 return ReplaceCharsT(input, replace_chars, std::u16string_view(replace_with), in ReplaceChars()
195 return ReplaceCharsT(input, replace_chars, std::string_view(replace_with), in ReplaceChars()
202 return ReplaceCharsT(input, remove_chars, std::u16string_view(), output); in RemoveChars()
208 return ReplaceCharsT(input, remove_chars, std::string_view(), output); in RemoveChars()
798 bool ReplaceCharsT( in ReplaceCharsT() function