Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dcharset.py24 SHORTEST = 3 # the shorter of QP and base64, but only for headers variable
60 'utf-8': (SHORTEST, BASE64, 'utf-8'),
131 if body_enc == SHORTEST:
224 (SHORTEST, BASE64, None))
262 assert self.body_encoding != SHORTEST
340 elif self.header_encoding == SHORTEST:
368 elif self.header_encoding == SHORTEST: