Searched refs:ReplaceCharsT (Results 1 – 1 of 1) sorted by relevance
/third_party/gn/src/base/strings/ |
D | string_util.cc | 177 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
|