Home
last modified time | relevance | path

Searched refs:decodeQuotedPrintable (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/net/
DQCodec.java173 return QuotedPrintableCodec.decodeQuotedPrintable(tmp); in doDecoding()
175 return QuotedPrintableCodec.decodeQuotedPrintable(bytes); in doDecoding()
DQuotedPrintableCodec.java178 public static final byte[] decodeQuotedPrintable(byte[] bytes) throws DecoderException { in decodeQuotedPrintable() method in QuotedPrintableCodec
235 return decodeQuotedPrintable(bytes); in decode()
/external/apache-http/api/
Dcurrent.txt594 …method @Deprecated public static final byte[] decodeQuotedPrintable(byte[]) throws org.apache.comm…