Searched refs:ReplaceChar (Results 1 – 1 of 1) sorted by relevance
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | XmlTestReporter.cpp | 16 void ReplaceChar(string& str, char c, string const& replacement) in ReplaceChar() function 26 ReplaceChar(escaped, '&', "&"); in XmlEscape() 27 ReplaceChar(escaped, '<', "<"); in XmlEscape() 28 ReplaceChar(escaped, '>', ">"); in XmlEscape() 29 ReplaceChar(escaped, '\'', "'"); in XmlEscape() 30 ReplaceChar(escaped, '\"', """); in XmlEscape()
|