Searched refs:QUOTE (Results 1 – 3 of 3) sorted by relevance
72 public static final char QUOTE = '\''; field in DateFormat476 if (c == QUOTE) { in hasDesignator()508 if (c == QUOTE) { in format()668 if (index + 1 < length && formatString.charAt(index + 1) == QUOTE) { in appendQuotedText()682 if (c == QUOTE) { in appendQuotedText()684 if (index + 1 < length && formatString.charAt(index + 1) == QUOTE) { in appendQuotedText()
36 private static final int QUOTE = 127; field in PduParser1106 (QUOTE == temp)) { in parseWapString()
492 field @Deprecated public static final char QUOTE = 39; // 0x0027 '\''