Searched refs:isFormatChar (Results 1 – 1 of 1) sorted by relevance
491 while ((endChar < text.length()) && isFormatChar(text.charAt(endChar))) { in parseFormatting()645 private static boolean isFormatChar(char ch) { in isFormatChar() method in AbstractMessageParser