OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hexDig
(Results
1 - 2
of
2
) sorted by null
/external/owasp/sanitizer/src/main/org/owasp/html/
HtmlEntities.java
127
int
hexDig
= (digit & 0x7);
128
if (
hexDig
!= 0 &&
hexDig
< 7) {
129
codepoint = (codepoint << 4) | (
hexDig
+ 9);
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
Completed in 604 milliseconds