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