Home
last modified time | relevance | path

Searched refs:decodeEntityAt (Results 1 – 2 of 2) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
DEncoding.java55 long endAndCodepoint = HtmlEntities.decodeEntityAt(s, amp, n); in decodeHtml()
DHtmlEntities.java51 public static long decodeEntityAt(String html, int offset, int limit) { in decodeEntityAt() method in HtmlEntities