Searched defs:tokenBreaksLimit (Results 1 - 2 of 2) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssTokens.java301 private int tokenBreaksLimit = 0; field in class:CssTokens.Lexer
349 brackets[bracketsLimit++] = tokenBreaksLimit;
373 int closeTokenIndex = tokenBreaksLimit;
405 tokenTypes.remove(--tokenBreaksLimit);
411 tokenBreaks = expandIfNecessary(tokenBreaks, tokenBreaksLimit, 1);
412 tokenBreaks[tokenBreaksLimit++] = normalizedCss.length();
414 int[] tokenBreaksTrunc = truncateOrShare(tokenBreaks, tokenBreaksLimit);
433 assert this.tokenBreaksLimit == this.tokenTypes.size()
434 : "token and types out of sync at " + tokenBreaksLimit
667 if (tokenBreaksLimit
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 52 milliseconds