Searched refs:string_replace_all (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 686 static std::string string_replace_all(std::string str, const std::string& from, const std::string& … in string_replace_all() function 699 str = string_replace_all(str, "&", "&"); in escape_xml_attribute() 700 str = string_replace_all(str, "\"", """); in escape_xml_attribute() 701 str = string_replace_all(str, "'", "'"); in escape_xml_attribute() 702 str = string_replace_all(str, "<", "<"); in escape_xml_attribute() 703 str = string_replace_all(str, ">", ">"); in escape_xml_attribute()
|