Searched refs:EscapeSpaces (Results 1 – 2 of 2) sorted by relevance
108 bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument128 if (EscapeSpaces) in EscapeText()141 if (EscapeSpaces) in EscapeText()168 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument182 if (EscapeSpaces) os << " "; in EscapeText()188 if (EscapeSpaces) in EscapeText()
54 bool EscapeSpaces = false, bool ReplaceTabs = false);61 bool EscapeSpaces = false, bool ReplaceTabs = false);