OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exponentstart
(Results
1 - 2
of
2
) sorted by null
/external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java
938
int
exponentStart
= fractionEnd;
939
int exponentIntStart =
exponentStart
;
940
int exponentEnd =
exponentStart
;
942
if (
exponentStart
< cssLimit && 'e' == (css.charAt(
exponentStart
) | 32)) {
944
exponentEnd =
exponentStart
+ 1;
963
exponentIntStart = exponentEnd =
exponentStart
;
[
all
...]
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 80 milliseconds