Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
H A Dstring_util.cc195 bool ReplaceCharsT(
205 return ReplaceCharsT(input, replace_chars, std::u16string_view(replace_with), in ReplaceChars()
213 return ReplaceCharsT(input, replace_chars, std::string_view(replace_with), in ReplaceChars()
220 return ReplaceCharsT(input, remove_chars, std::u16string_view(), output); in RemoveChars()
226 return ReplaceCharsT(input, remove_chars, std::string_view(), output); in RemoveChars()
791 bool ReplaceCharsT( in ReplaceCharsT() function

Completed in 2 milliseconds