Searched refs:FONTSTYLE (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java78 static final int FONTSTYLE = (1 << 12); field in class:ElemDesc
H A DToHTMLStream.java87 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/libxml2/
H A DHTMLparser.c615 #define FONTSTYLE "tt", "i", "b", "u", "s", "strike", "big", "small" macro
621 #define INLINE FONTSTYLE, PHRASE, SPECIAL, FORMCTRL
1081 "p", "p", "head", "h1", "h2", "h3", "h4", "h5", "h6", FONTSTYLE, NULL,

Completed in 68 milliseconds