HomeSort by relevance Sort by last modified time
    Searched refs:isFormatChar (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h 160 inline bool isFormatChar(UChar32 c)
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 489 while ((endChar < text.length()) && isFormatChar(text.charAt(endChar))) {
643 private static boolean isFormatChar(char ch) {
    [all...]

Completed in 934 milliseconds