Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java491 while ((endChar < text.length()) && isFormatChar(text.charAt(endChar))) { in parseFormatting()
645 private static boolean isFormatChar(char ch) { in isFormatChar() method in AbstractMessageParser