Searched refs:EscapeSpaces (Results 1 – 2 of 2) sorted by relevance
66 bool EscapeSpaces = false, bool ReplaceTabs = false);73 bool EscapeSpaces = false, bool ReplaceTabs = false);
135 bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument155 if (EscapeSpaces) in EscapeText()168 if (EscapeSpaces) in EscapeText()195 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument209 if (EscapeSpaces) os << " "; in EscapeText()215 if (EscapeSpaces) in EscapeText()