Searched refs:EscapeSpaces (Results 1 – 2 of 2) sorted by relevance
107 bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument127 if (EscapeSpaces) in EscapeText()140 if (EscapeSpaces) in EscapeText()167 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument181 if (EscapeSpaces) os << " "; in EscapeText()187 if (EscapeSpaces) in EscapeText()
54 bool EscapeSpaces = false, bool ReplaceTabs = false);61 bool EscapeSpaces = false, bool ReplaceTabs = false);