Home
last modified time | relevance | path

Searched defs:EscapeText (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/lib/Rewrite/
H A DHTMLRewrite.cpp106 void html::EscapeText(Rewriter &R, FileID FID, in EscapeText() function in html
167 std::string html::EscapeText(StringRef s, bool EscapeSpaces, bool ReplaceTabs) { in EscapeText() function in html
/aosp_15_r20/external/ruy/ruy/
H A Dtrace.h242 inline std::string EscapeText(TraceOutputFormat output_format, in EscapeText() function
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dxml.go1909 func EscapeText(w io.Writer, s []byte) error { func