Searched refs:SHORTEST (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
H A Dcharset.py25 SHORTEST = 3 # the shorter of QP and base64, but only for headers
62 'utf-8': (SHORTEST, BASE64, 'utf-8'),
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
119 the shortest of qp or base64 encoding, or None for no encoding. SHORTEST
134 if body_enc == SHORTEST:
135 raise ValueError('SHORTEST not allowed for body_enc')
182 base64 encoding), or Charset.SHORTEST for the shortest of
187 header encoding. Charset.SHORTEST is not allowed for
228 (SHORTEST, BASE64, None))
266 assert self.body_encoding != SHORTEST
24 SHORTEST = 3 # the shorter of QP and base64, but only for headers variable
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
H A Dcharset.py25 SHORTEST = 3 # the shorter of QP and base64, but only for headers
62 'utf-8': (SHORTEST, BASE64, 'utf-8'),
118 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
119 the shortest of qp or base64 encoding, or None for no encoding. SHORTEST
134 if body_enc == SHORTEST:
135 raise ValueError('SHORTEST not allowed for body_enc')
182 base64 encoding), or Charset.SHORTEST for the shortest of
187 header encoding. Charset.SHORTEST is not allowed for
228 (SHORTEST, BASE64, None))
266 assert self.body_encoding != SHORTEST
24 SHORTEST = 3 # the shorter of QP and base64, but only for headers variable
[all...]

Completed in 38 milliseconds