Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/format/
DDateFormat.java67 public static final char QUOTE = '\''; field in DateFormat
392 if (c == QUOTE) { in hasDesignator()
403 if (i + 1 < len && s.charAt(i + 1) == QUOTE) { in skipQuotedText()
414 if (c == QUOTE) { in skipQuotedText()
417 if (i + 1 < len && s.charAt(i + 1) == QUOTE) { in skipQuotedText()
450 if (c == QUOTE) { in format()
595 if (i + 1 < len && s.charAt(i + 1) == QUOTE) { in appendQuotedText()
609 if (c == QUOTE) { in appendQuotedText()
611 if (i + 1 < len && s.charAt(i + 1) == QUOTE) { in appendQuotedText()
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduParser.java35 private static final int QUOTE = 127; field in PduParser
1099 (QUOTE == temp)) { in parseWapString()
/frameworks/base/api/
Dtest-removed.txt439 field public static final deprecated char QUOTE = 39; // 0x0027 '\''
Dremoved.txt439 field public static final deprecated char QUOTE = 39; // 0x0027 '\''
Dsystem-removed.txt564 field public static final deprecated char QUOTE = 39; // 0x0027 '\''