Searched refs:hex2 (Results 1 – 1 of 1) sorted by relevance
656 char hex2 = Character.toUpperCase(Character.forDigit(b & 0xF, 16)); in encodeQuotedPrintable() local658 buffer.write(hex2); in encodeQuotedPrintable()