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

  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 325 * {@code open[openLimit:]} is garbage space that the stack can grow into.
327 private int openLimit = 0;
346 open = expandIfNecessary(open, openLimit, 2);
347 open[openLimit++] = bracketsLimit;
348 open[openLimit++] = close;
356 int openLimitAfterClose = openLimit;
370 int spaceNeeded = openLimit - openLimitAfterClose;
374 while (openLimit > openLimitAfterClose) {
376 int closeBracket = open[--openLimit];
377 int openBracketIndex = open[--openLimit];
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 162 milliseconds