Searched refs:makeSnippetFromHtmlText (Results 1 – 5 of 5) sorted by relevance
55 assertEquals("", TextUtilities.makeSnippetFromHtmlText(null)); in testHtmlSnippet()56 assertEquals("", TextUtilities.makeSnippetFromHtmlText("")); in testHtmlSnippet()61 assertEquals("", TextUtilities.makeSnippetFromHtmlText(" \n\r\t\r\t\n")); in testHtmlSnippet()63 assertEquals("foo", TextUtilities.makeSnippetFromHtmlText(c + "\r\n\tfoo \n\t\r" + c)); in testHtmlSnippet()65 TextUtilities.makeSnippetFromHtmlText(c + "\r\n\tfoo \r\n bar\n\t\r" + c)); in testHtmlSnippet()72 assertEquals(">", TextUtilities.makeSnippetFromHtmlText(" >")); in testHtmlSnippet()73 assertEquals("&<> \"", TextUtilities.makeSnippetFromHtmlText("&<> "")); in testHtmlSnippet()75 assertEquals("ABC", TextUtilities.makeSnippetFromHtmlText("ABC")); in testHtmlSnippet()76 assertEquals("ABC", TextUtilities.makeSnippetFromHtmlText("ABC")); in testHtmlSnippet()79 assertEquals("Hi there", TextUtilities.makeSnippetFromHtmlText("<html>Hi there</html>")); in testHtmlSnippet()[all …]
124 localMessage.mSnippet = TextUtilities.makeSnippetFromHtmlText(text); in updateBodyFields()
329 public static String makeSnippetFromHtmlText(String text) { in makeSnippetFromHtmlText() method in TextUtilities
954 mSnippet = TextUtilities.makeSnippetFromHtmlText(mHtml); in addSaveOps()
616 String text = TextUtilities.makeSnippetFromHtmlText(