Searched refs:FONTSTYLE (Results 1 – 3 of 3) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToHTMLStream.java | 87 m_elementFlags.put("TT", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference() 88 m_elementFlags.put("I", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference() 89 m_elementFlags.put("B", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference() 90 m_elementFlags.put("BIG", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference() 91 m_elementFlags.put("SMALL", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference() 304 m_elementFlags.put("FONT", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference() 307 m_elementFlags.put("S", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference() 308 m_elementFlags.put("STRIKE", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference() 311 m_elementFlags.put("U", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference() 314 m_elementFlags.put("NOBR", new ElemDesc(0 | ElemDesc.FONTSTYLE)); in initTagReference()
|
D | ElemDesc.java | 78 static final int FONTSTYLE = (1 << 12); field in ElemDesc
|
/external/libxml2/ |
D | HTMLparser.c | 645 #define FONTSTYLE "tt", "i", "b", "u", "s", "strike", "big", "small" macro 651 #define INLINE FONTSTYLE, PHRASE, SPECIAL, FORMCTRL
|