HomeSort by relevance Sort by last modified time
    Searched defs:HTMLEscape (Results 1 - 14 of 14) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Text.java 35 out.write (Strings.HTMLEscape (m_text));
AttributeSet.java 75 Strings.HTMLEscape (value, m_buf);
  /external/emma/core/java12/com/vladium/util/
Strings.java 180 public static void HTMLEscape (final String s, final StringBuffer append)
218 * Same as {@link #HTMLEscape(String, StringBuffer)} but also replaces spaces
270 public static String HTMLEscape (final String s)
273 HTMLEscape (s, buf);
  /prebuilts/go/darwin-x86/src/html/template/
escape.go 783 // HTMLEscape writes to w the escaped HTML equivalent of the plain text data b.
784 func HTMLEscape(w io.Writer, b []byte) {
785 template.HTMLEscape(w, b)
  /prebuilts/go/linux-x86/src/html/template/
escape.go 783 // HTMLEscape writes to w the escaped HTML equivalent of the plain text data b.
784 func HTMLEscape(w io.Writer, b []byte) {
785 template.HTMLEscape(w, b)
  /prebuilts/go/darwin-x86/src/text/template/
funcs.go 494 // HTMLEscape writes to w the escaped HTML equivalent of the plain text data b.
495 func HTMLEscape(w io.Writer, b []byte) {
527 HTMLEscape(&b, []byte(s))
  /prebuilts/go/linux-x86/src/text/template/
funcs.go 494 // HTMLEscape writes to w the escaped HTML equivalent of the plain text data b.
495 func HTMLEscape(w io.Writer, b []byte) {
527 HTMLEscape(&b, []byte(s))
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 386 m_out.write (Strings.HTMLEscape (item.getName ()));
439 m_out.write (Strings.HTMLEscape (attr.getName ()));
442 m_out.write (Strings.HTMLEscape (buf.toString ()));
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 182 // HTMLEscape appends to dst the JSON-encoded src with <, >, &, U+2028 and U+2029
188 func HTMLEscape(dst *bytes.Buffer, src []byte) {
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 182 // HTMLEscape appends to dst the JSON-encoded src with <, >, &, U+2028 and U+2029
188 func HTMLEscape(dst *bytes.Buffer, src []byte) {
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 399 milliseconds