Searched refs:ESCAPE_CHAR (Results 1 – 1 of 1) sorted by relevance
23 private static byte ESCAPE_CHAR = '='; field in QuotedPrintable46 if (b == ESCAPE_CHAR) { in decodeQuotedPrintable()