HomeSort by relevance Sort by last modified time
    Searched refs:FONTSTYLE (Results 1 - 6 of 6) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 78 static final int FONTSTYLE = (1 << 12);
ToHTMLStream.java 87 m_elementFlags.put("TT", new ElemDesc(0 | ElemDesc.FONTSTYLE));
88 m_elementFlags.put("I", new ElemDesc(0 | ElemDesc.FONTSTYLE));
89 m_elementFlags.put("B", new ElemDesc(0 | ElemDesc.FONTSTYLE));
90 m_elementFlags.put("BIG", new ElemDesc(0 | ElemDesc.FONTSTYLE));
91 m_elementFlags.put("SMALL", new ElemDesc(0 | ElemDesc.FONTSTYLE));
304 m_elementFlags.put("FONT", new ElemDesc(0 | ElemDesc.FONTSTYLE));
307 m_elementFlags.put("S", new ElemDesc(0 | ElemDesc.FONTSTYLE));
308 m_elementFlags.put("STRIKE", new ElemDesc(0 | ElemDesc.FONTSTYLE));
311 m_elementFlags.put("U", new ElemDesc(0 | ElemDesc.FONTSTYLE));
314 m_elementFlags.put("NOBR", new ElemDesc(0 | ElemDesc.FONTSTYLE));
    [all...]
  /external/chromium_org/third_party/libxml/src/
HTMLparser.c 615 #define FONTSTYLE "tt", "i", "b", "u", "s", "strike", "big", "small"
621 #define INLINE FONTSTYLE, PHRASE, SPECIAL, FORMCTRL
    [all...]
  /external/libxml2/
HTMLparser.c 618 #define FONTSTYLE "tt", "i", "b", "u", "s", "strike", "big", "small"
624 #define INLINE FONTSTYLE, PHRASE, SPECIAL, FORMCTRL
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 3127 milliseconds