Searched refs:QUOTE (Results 1 – 3 of 3) sorted by relevance
72 public static final char QUOTE = '\''; field in DateFormat473 if (c == QUOTE) { in hasDesignator()505 if (c == QUOTE) { in format()665 if (index + 1 < length && formatString.charAt(index + 1) == QUOTE) { in appendQuotedText()679 if (c == QUOTE) { in appendQuotedText()681 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()
490 field @Deprecated public static final char QUOTE = 39; // 0x0027 '\''