Home
last modified time | relevance | path

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

/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlEntities.java169 Trie t = ENTITY_TRIE; in decodeEntityAt()
176 t = ENTITY_TRIE; in decodeEntityAt()
220 public static final Trie ENTITY_TRIE = new Trie( field in HtmlEntities