Searched defs:toHtml (Results 1 – 3 of 3) sorted by relevance
713 public String toHtml(boolean caps) { throw new AssertionError("not html"); } in toHtml() method in AbstractMessageParser.Token730 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Html1192 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Format1240 public String toHtml() { in toHtml() method in AbstractMessageParser
398 public String toHtml(Spanned text); in toHtml() method400 public String toHtml(Spanned text, boolean escapeNonAsciiChar); in toHtml() method402 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale); in toHtml() method1845 public String toHtml(Spanned text) { in toHtml() method in EditStyledText.StyledTextHtmlStandard1849 public String toHtml(Spanned text, boolean escapeNonAsciiChar) { in toHtml() method in EditStyledText.StyledTextHtmlStandard1853 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale) { in toHtml() method in EditStyledText.StyledTextHtmlStandard
252 public static String toHtml(Spanned text) { in toHtml() method in Html266 public static String toHtml(Spanned text, int option) { in toHtml() method in Html