HomeSort by relevance Sort by last modified time
    Searched full:printable (Results 51 - 75 of 633) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 23 QP = 1 # Quoted-Printable
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
170 Certain character sets must be encoded with quoted-printable or base64
181 Charset.QP (for quoted-printable), Charset.BASE64 (for
256 This is either the string `quoted-printable' or `base64' depending on
262 Returns "quoted-printable" if self.body_encoding is QP.
268 return 'quoted-printable'
361 The type of encoding (base64 or quoted-printable) will be based on
390 The type of encoding (base64 or quoted-printable) will be based on
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 23 QP = 1 # Quoted-Printable
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
170 Certain character sets must be encoded with quoted-printable or base64
181 Charset.QP (for quoted-printable), Charset.BASE64 (for
256 This is either the string `quoted-printable' or `base64' depending on
262 Returns "quoted-printable" if self.body_encoding is QP.
268 return 'quoted-printable'
361 The type of encoding (base64 or quoted-printable) will be based on
390 The type of encoding (base64 or quoted-printable) will be based on
  /external/chromium_org/third_party/icu/source/test/perf/charperf/
charperf.h 150 * This test may be different since c lib has a type PUNCT and it is printable.
210 * This test may be different since c lib has a type PUNCT and it is printable.
  /external/chromium_org/v8/src/
ostreams.h 134 // printable/space ASCII range. Additionally escapes '\' making escaping
139 // of printable ASCII range.
  /external/icu/icu4c/source/test/perf/charperf/
charperf.h 150 * This test may be different since c lib has a type PUNCT and it is printable.
210 * This test may be different since c lib has a type PUNCT and it is printable.
  /external/srec/srec/include/
hmm_desc.h 52 unsigned char pr_code[4]; /* Printable phone code */
55 unsigned char dict_code; /* single char printable code */
  /external/chromium_org/chrome/common/extensions/docs/static/css/
prettify.css 21 /* Use higher contrast and text-weight for printable form. */
  /external/chromium_org/ppapi/api/dev/
ppp_printing_dev.idl 57 * and not scaled down to fit within the printer's printable area.
  /external/chromium_org/printing/
print_settings_initializer_mac.cc 43 // Get printable area and paper rects (in points)
print_settings_initializer_win.cc 44 // Sanity check the printable_area: we've seen crashes caused by a printable
  /external/ppp/pppd/plugins/radius/
util.c 23 * Purpose: Turns printable string into correct tm struct entries.
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardBuilderTest.java 46 final String expectedCommon = ";CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:" +
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
quopri_codec.py 1 """Codec for quoted-printable encoding.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 162 if encoding == 'quoted-printable':
181 if encoding == 'quoted-printable':
211 'quoted-printable': 'mmencode -u -q',
220 'quoted-printable': 'mmencode -q',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 20 for enc in ['7bit','8bit','base64','quoted-printable',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
quopri_codec.py 1 """Codec for quoted-printable encoding.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 162 if encoding == 'quoted-printable':
181 if encoding == 'quoted-printable':
211 'quoted-printable': 'mmencode -u -q',
220 'quoted-printable': 'mmencode -q',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 20 for enc in ['7bit','8bit','base64','quoted-printable',
  /external/arduino/hardware/arduino/cores/arduino/
WCharacter.h 89 // Checks for any printable character except space.
103 // Checks for any printable character including space.
110 // Checks for any printable character which is not a space
  /external/chromium_org/chrome/browser/resources/print_preview/data/
document_info.js 72 * Printable area of the document in points.
147 * @return {!print_preview.PrintableArea} Printable area of the document in
201 * @param {!print_preview.PrintableArea} printableArea Printable area of the