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

  /external/apache-http/src/org/apache/commons/codec/net/
QuotedPrintableCodec.java 119 private static final void encodeQuotedPrintable(int b, ByteArrayOutputStream buffer) {
141 public static final byte[] encodeQuotedPrintable(BitSet printable, byte[] bytes) {
157 encodeQuotedPrintable(b, buffer);
216 return encodeQuotedPrintable(PRINTABLE_CHARS, bytes);
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 

Completed in 313 milliseconds