Searched refs:decodeQuotedPrintable (Results 1 – 3 of 3) sorted by relevance
42 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable() method in QuotedPrintable
921 partData = QuotedPrintable.decodeQuotedPrintable(partData); in parseParts()
60 public static final byte[] decodeQuotedPrintable(byte[] bytes) in decodeQuotedPrintable() method in VCardUtils.QuotedPrintableCodecPort805 decodedBytes = QuotedPrintableCodecPort.decodeQuotedPrintable(rawBytes); in parseQuotedPrintable()