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);
107 bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument137 if (!ReplaceTabs) in EscapeText()167 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() argument186 if (ReplaceTabs) { in EscapeText()