Searched refs:ReplaceTabs (Results 1 – 2 of 2) sorted by relevance
54 bool EscapeSpaces = false, bool ReplaceTabs = false);61 bool EscapeSpaces = false, bool ReplaceTabs = false);
108 bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument138 if (!ReplaceTabs) in EscapeText()168 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument187 if (ReplaceTabs) { in EscapeText()