HomeSort by relevance Sort by last modified time
    Searched defs:decodeQuotedPrintable (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/google/android/mms/pdu/
QuotedPrintable.java 39 public static final byte[] decodeQuotedPrintable(byte[] bytes) {
  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 173 public static final byte[] decodeQuotedPrintable(byte[] bytes) throws DecoderException {
230 return decodeQuotedPrintable(bytes);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 63 public static final byte[] decodeQuotedPrintable(byte[] bytes)
775 decodedBytes = QuotedPrintableCodecPort.decodeQuotedPrintable(rawBytes);
  /prebuilt/common/http-client/
commons-codec-1.4.jar 

Completed in 128 milliseconds