Searched refs:STYLE_ITALICS (Results 1 – 1 of 1) sorted by relevance
359 static final int STYLE_ITALICS = 0x00000001; field in CCParser.StyleCode380 style |= STYLE_ITALICS; in fromByte()392 return (mStyle & STYLE_ITALICS) != 0; in isItalics()408 if ((mStyle & STYLE_ITALICS) != 0) { in toString()442 style |= STYLE_ITALICS; in fromBytes()