Searched refs:to_escape (Results 1 – 4 of 4) sorted by relevance
54 string EscapeTrigraphs(const string& to_escape);
267 string EscapeTrigraphs(const string& to_escape) { in EscapeTrigraphs() argument268 return StringReplace(to_escape, "?", "\\?", true); in EscapeTrigraphs()
160 string EscapeTrigraphs(const string& to_escape);
466 string EscapeTrigraphs(const string& to_escape) { in EscapeTrigraphs() argument467 return StringReplace(to_escape, "?", "\\?", true); in EscapeTrigraphs()