Searched refs:ESCAPE_CHAR (Results 1 – 4 of 4) sorted by relevance
75 private static byte ESCAPE_CHAR = '='; field in QuotedPrintableCodec120 buffer.write(ESCAPE_CHAR); in encodeQuotedPrintable()185 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()
62 protected static byte ESCAPE_CHAR = '%'; field in URLCodec
102 private static final char ESCAPE_CHAR = '\\'; field in MessageFormatter247 if (potentialEscape == ESCAPE_CHAR) { in isEscapedDelimeter()255 … if (delimeterStartIndex >= 2 && messagePattern.charAt(delimeterStartIndex - 2) == ESCAPE_CHAR) { in isDoubleEscaped()
694 field protected static byte ESCAPE_CHAR;