Searched refs:decodeQuotedPrintable (Results 1 – 4 of 4) sorted by relevance
178 public static final byte[] decodeQuotedPrintable(byte[] bytes) throws DecoderException { in decodeQuotedPrintable() method in QuotedPrintableCodec235 return decodeQuotedPrintable(bytes); in decode()
173 return QuotedPrintableCodec.decodeQuotedPrintable(tmp); in doDecoding()175 return QuotedPrintableCodec.decodeQuotedPrintable(bytes); in doDecoding()
183 element = decodeQuotedPrintable(element, quotedPrintableCharset); in matchVCardPrefixedField()223 private static String decodeQuotedPrintable(CharSequence value, String charset) { in decodeQuotedPrintable() method in VCardResultParser
594 …method @Deprecated public static final byte[] decodeQuotedPrintable(byte[]) throws org.apache.comm…