Searched refs:toHtml (Results 1 – 5 of 5) sorted by relevance
181 (tokens.get(i).toHtml(true).length() == 0)) { in parse()727 public String toHtml(boolean caps) { throw new AssertionError("not html"); } in toHtml() method in AbstractMessageParser.Token744 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Html1206 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Format1254 public String toHtml() { in toHtml() method in AbstractMessageParser1263 html.append(token.toHtml(caps)); in toHtml()
253 public static String toHtml(Spanned text) { in toHtml() method in Html254 return toHtml(text, TO_HTML_PARAGRAPH_LINES_CONSECUTIVE); in toHtml()267 public static String toHtml(Spanned text, int option) { in toHtml() method in Html
534 return Html.toHtml((Spanned)text); in coerceToHtmlText()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
47230 method @Deprecated public static String toHtml(android.text.Spanned);47231 method public static String toHtml(android.text.Spanned, int);