OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tokenBreaksLimit
(Results
1 - 2
of
2
) sorted by null
/external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java
301
private int
tokenBreaksLimit
= 0;
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/
owasp-java-html-sanitizer.jar
Completed in 512 milliseconds