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

  /external/owasp/sanitizer/src/main/org/owasp/html/
StylingPolicy.java 210 int chLower = ch | 32;
211 if (!(('0' <= chLower && chLower <= '9')
212 || ('a' <= chLower && chLower <= 'z'))) {
CssTokens.java 604 int chlower = ch | 32;
605 if ('a' <= chlower && chlower <= 'z' || ch >= 0x80) {
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 203 milliseconds