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