Searched refs:TAG_P (Results 1 – 1 of 1) sorted by relevance
82 public static final String TAG_P = "p"; field in TtmlUtils227 boolean pTag = node.mName.equals(TtmlUtils.TAG_P); in extractText()426 if (mParser.getName().equals(TtmlUtils.TAG_P)) { in parseTtml()508 tag.equals(TtmlUtils.TAG_P) || tag.equals(TtmlUtils.TAG_SPAN) || in isSupportedTag()