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

/frameworks/base/core/java/android/text/format/
H A DDateFormat.java80 interpreted as formatting codes must be surrounded by the <code>QUOTE</code>
81 character. If you need to embed a literal <code>QUOTE</code> character in
84 public static final char QUOTE = '\''; field in class:DateFormat
445 if (c == QUOTE) {
581 if (i + 1 < len && s.charAt(i + 1) == QUOTE) {
595 if (c == QUOTE) {
596 // QUOTEQUOTE -> QUOTE
597 if (i + 1 < len && s.charAt(i + 1) == QUOTE) {
604 // Closing QUOTE ends quoted text copying
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DPart.java82 protected static final String QUOTE = "\""; field in class:Part
86 EncodingUtils.getAsciiBytes(QUOTE);
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduParser.java37 private static final int QUOTE = 127; field in class:PduParser
986 // We will have to mark again if first char is QUOTE or QUOTED_STRING_FLAG
997 (QUOTE == temp)) {
998 // Mark again if QUOTE and ignore it
1007 * Return *TOKEN or *TEXT (Text-String without QUOTE,

Completed in 1039 milliseconds