HomeSort by relevance Sort by last modified time
    Searched refs:decodeHtml (Results 1 - 4 of 4) sorted by null

  /external/owasp/sanitizer/src/tests/org/owasp/html/
EncodingTest.java 45 assertEquals(golden, Encoding.decodeHtml(html));
48 assertSame(golden, Encoding.decodeHtml(golden));
53 Encoding.decodeHtml("\\\\u000a"));
56 Encoding.decodeHtml("
"));
59 Encoding.decodeHtml("
"));
62 Encoding.decodeHtml("
"));
65 Encoding.decodeHtml("
"));
68 Encoding.decodeHtml("𐀀"));
71 Encoding.decodeHtml("&#xa"));
74 Encoding.decodeHtml("&#x00ziggy"))
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlSanitizer.java 139 Encoding.decodeHtml(html.substring(token.start, token.end)));
172 attrs.add(Encoding.decodeHtml(stripQuotes(
Encoding.java 43 static String decodeHtml(String s) {
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 530 milliseconds