Home
last modified time | relevance | path

Searched refs:isHtmlWhiteSpace (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHtmlTree.java662 private static boolean isHtmlWhiteSpace(char ch) { in isHtmlWhiteSpace() method in HtmlTree.PlainTextPrinter
739 boolean startsWithSpace = isHtmlWhiteSpace(text.charAt(0)); in appendNormalText()
740 boolean endsWithSpace = isHtmlWhiteSpace(text.charAt(text.length() - 1)); in appendNormalText()