Searched refs:EscapeSpaces (Results 1 – 2 of 2) sorted by relevance
63 bool EscapeSpaces = false, bool ReplaceTabs = false);70 bool EscapeSpaces = false, bool ReplaceTabs = false);
136 bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument156 if (EscapeSpaces) in EscapeText()169 if (EscapeSpaces) in EscapeText()196 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument210 if (EscapeSpaces) os << " "; in EscapeText()216 if (EscapeSpaces) in EscapeText()