Home
last modified time | relevance | path

Searched defs:safeLimit (Results 1 – 1 of 1) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
DEncoding.java45 int safeLimit = longestPrefixOfGoodCodeunits(s); in decodeHtml() local
80 int safeLimit = longestPrefixOfGoodCodeunits(s); in stripBannedCodeunits() local