Searched refs:STYLE_ITALICS (Results 1 – 2 of 2) sorted by relevance
513 static final int STYLE_ITALICS = 0x00000001; field in Cea608CCParser.StyleCode534 style |= STYLE_ITALICS; in fromByte()546 return (mStyle & STYLE_ITALICS) != 0; in isItalics()562 if ((mStyle & STYLE_ITALICS) != 0) { in toString()596 style |= STYLE_ITALICS; in fromBytes()
35314 Landroid/media/Cea608CCParser$StyleCode;->STYLE_ITALICS:I