H A D | string_util.cc | 198 std::basic_string_view<typename StringType::value_type> replace_with, 203 const std::u16string& replace_with, in ReplaceChars() 205 return ReplaceCharsT(input, replace_chars, std::u16string_view(replace_with), in ReplaceChars() 211 const std::string& replace_with, in ReplaceChars() 213 return ReplaceCharsT(input, replace_chars, std::string_view(replace_with), in ReplaceChars() 651 std::basic_string_view<typename StringType::value_type> replace_with, in DoReplaceMatchesAfterOffset() 666 const size_t replace_length = replace_with.length(); in DoReplaceMatchesAfterOffset() 668 str->replace(first_match, find_length, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset() 678 CharTraits::copy(buffer + offset, replace_with.data(), replace_length); in DoReplaceMatchesAfterOffset() 723 str->append(replace_with in DoReplaceMatchesAfterOffset() 201 ReplaceChars(const std::u16string& input, std::u16string_view replace_chars, const std::u16string& replace_with, std::u16string* output) ReplaceChars() argument 209 ReplaceChars(const std::string& input, std::string_view replace_chars, const std::string& replace_with, std::string* output) ReplaceChars() argument 647 DoReplaceMatchesAfterOffset( StringType* str, size_t initial_offset, Matcher matcher, std::basic_string_view<typename StringType::value_type> replace_with, ReplaceType replace_type) DoReplaceMatchesAfterOffset() argument 791 ReplaceCharsT( const StringType& input, std::basic_string_view<typename StringType::value_type> find_any_of_these, std::basic_string_view<typename StringType::value_type> replace_with, StringType* output) ReplaceCharsT() argument 805 ReplaceFirstSubstringAfterOffset(std::u16string* str, size_t start_offset, std::u16string_view find_this, std::u16string_view replace_with) ReplaceFirstSubstringAfterOffset() argument 814 ReplaceFirstSubstringAfterOffset(std::string* str, size_t start_offset, std::string_view find_this, std::string_view replace_with) ReplaceFirstSubstringAfterOffset() argument 823 ReplaceSubstringsAfterOffset(std::u16string* str, size_t start_offset, std::u16string_view find_this, std::u16string_view replace_with) ReplaceSubstringsAfterOffset() argument 832 ReplaceSubstringsAfterOffset(std::string* str, size_t start_offset, std::string_view find_this, std::string_view replace_with) ReplaceSubstringsAfterOffset() argument [all...] |