Searched refs:isHtmlWhiteSpace (Results 1 – 1 of 1) sorted by relevance
662 private static boolean isHtmlWhiteSpace(char ch) { in isHtmlWhiteSpace() method in HtmlTree.PlainTextPrinter739 boolean startsWithSpace = isHtmlWhiteSpace(text.charAt(0)); in appendNormalText()740 boolean endsWithSpace = isHtmlWhiteSpace(text.charAt(text.length() - 1)); in appendNormalText()