Searched refs:printable (Results 1 – 5 of 5) sorted by relevance
717 BitSet printable = new BitSet(256); in encodeQuotedPrintable() local720 printable.set(i); in encodeQuotedPrintable()723 printable.set(i); in encodeQuotedPrintable()725 printable.set(TAB); in encodeQuotedPrintable()726 printable.set(SPACE); in encodeQuotedPrintable()733 if (printable.get(b)) { in encodeQuotedPrintable()
368 String printable = params.replaceAll("[^A-Za-z_0-9=,:.+-]", "?"); in sanitize()369 if (printable.length() > 100) { in sanitize()370 printable = printable.substring(0, 98) + "..."; in sanitize()372 return printable; in sanitize()