HomeSort by relevance Sort by last modified time
    Searched defs:encodeQuotedPrintable (Results 1 - 12 of 12) 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);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 434 encodedFamily = encodeQuotedPrintable(familyName);
435 encodedGiven = encodeQuotedPrintable(givenName);
436 encodedMiddle = encodeQuotedPrintable(middleName);
437 encodedPrefix = encodeQuotedPrintable(prefix);
438 encodedSuffix = encodeQuotedPrintable(suffix);
449 encodeQuotedPrintable(formattedName) : escapeCharacters(formattedName));
533 encodeQuotedPrintable(part) :
644 encodedPhoneticFamilyName = encodeQuotedPrintable(phoneticFamilyName);
645 encodedPhoneticMiddleName = encodeQuotedPrintable(phoneticMiddleName);
646 encodedPhoneticGivenName = encodeQuotedPrintable(phoneticGivenName)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 944 milliseconds