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

  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java 498 if (isIdentStart(ch) && !this.inEscapeExemptBlock) {
700 private static boolean isIdentStart(char ch) {
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 69 milliseconds