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

  /dalvik/libcore/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/libxml2/
HTMLparser.c 475 #define FONTSTYLE "tt", "i", "b", "u", "s", "strike", "big", "small"
481 #define INLINE PCDATA FONTSTYLE PHRASE SPECIAL FORMCTRL
    [all...]

Completed in 845 milliseconds