HomeSort by relevance Sort by last modified time
    Searched full:quotedprintable (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLParser.cpp 37 #include "platform/text/QuotedPrintable.h"
52 QuotedPrintable,
166 return QuotedPrintable;
328 if (contentTransferEncoding == MIMEHeader::QuotedPrintable) {
329 // The line reader removes the \r\n, but we need them for the content in this case as the QuotedPrintable decoder expects CR-LF terminated lines.
347 case MIMEHeader::QuotedPrintable:
MHTMLArchive.cpp 38 #include "platform/text/QuotedPrintable.h"
48 const char* const quotedPrintable = "quoted-printable";
165 contentEncoding = quotedPrintable;
190 if (!strcmp(contentEncoding, quotedPrintable)) {
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
QuotedPrintable.java 22 public class QuotedPrintable {
PduParser.java     [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 731 final String quotedPrintable;
747 quotedPrintable = builder.toString();
752 lines = quotedPrintable.split("\r\n");
755 final int length = quotedPrintable.length();
758 char ch = quotedPrintable.charAt(i);
766 char nextCh = quotedPrintable.charAt(i + 1);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
QuotedPrintable.cpp 32 #include "platform/text/QuotedPrintable.h"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
aliases.py 455 'quotedprintable' : 'quopri_codec',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
aliases.py 455 'quotedprintable' : 'quopri_codec',
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.gypi 805 'text/QuotedPrintable.cpp',
806 'text/QuotedPrintable.h',
    [all...]
blink_platform.target.darwin-arm.mk 383 third_party/WebKit/Source/platform/text/QuotedPrintable.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 382 third_party/WebKit/Source/platform/text/QuotedPrintable.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 382 third_party/WebKit/Source/platform/text/QuotedPrintable.cpp \
    [all...]
blink_platform.target.linux-arm.mk 383 third_party/WebKit/Source/platform/text/QuotedPrintable.cpp \
    [all...]
blink_platform.target.linux-mips.mk 382 third_party/WebKit/Source/platform/text/QuotedPrintable.cpp \
    [all...]
blink_platform.target.linux-x86.mk 382 third_party/WebKit/Source/platform/text/QuotedPrintable.cpp \
    [all...]
  /external/zxing/core/
core.jar 

Completed in 4738 milliseconds