Searched defs:decodeQuotedPrintable (Results 1 – 2 of 2) sorted by relevance
178 public static final byte[] decodeQuotedPrintable(byte[] bytes) throws DecoderException { in decodeQuotedPrintable() method in QuotedPrintableCodec
223 private static String decodeQuotedPrintable(CharSequence value, String charset) { in decodeQuotedPrintable() method in VCardResultParser