Searched refs:printable (Results 1 – 4 of 4) sorted by relevance
640 BitSet printable = new BitSet(256); in encodeQuotedPrintable() local643 printable.set(i); in encodeQuotedPrintable()646 printable.set(i); in encodeQuotedPrintable()648 printable.set(TAB); in encodeQuotedPrintable()649 printable.set(SPACE); in encodeQuotedPrintable()656 if (printable.get(b)) { in encodeQuotedPrintable()