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

/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java489 while ((endChar < text.length()) && isFormatChar(text.charAt(endChar))) {
643 private static boolean isFormatChar(char ch) { method in class:AbstractMessageParser

Completed in 37 milliseconds