Searched refs:hex1 (Results 1 – 1 of 1) sorted by relevance
655 char hex1 = Character.toUpperCase(Character.forDigit((b >> 4) & 0xF, 16)); in encodeQuotedPrintable() local657 buffer.write(hex1); in encodeQuotedPrintable()