HomeSort by relevance Sort by last modified time
    Searched defs:SHORTEST (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
charset.py 25 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
    [all...]
  /external/icu/icu4c/source/i18n/
double-conversion.h 96 // When converting to the shortest representation the converter will
149 // Computes the shortest string of digits that correctly represent the input
173 return ToShortestIeeeNumber(value, result_builder, SHORTEST);
221 // If requested_digits equals -1, then the shortest exponential representation
291 // Produce the shortest correct representation.
294 SHORTEST,
295 // Same as SHORTEST, but for single-precision floats.
306 // A higher precision can be achieved by using more digits, but the shortest
321 // - SHORTEST: produce the least amount of digits for which the internal
328 // - SHORTEST_SINGLE: same as SHORTEST but with single-precision
    [all...]
  /external/python/cpython2/Lib/email/
charset.py 25 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 fo
    [all...]
  /external/python/cpython3/Lib/email/
charset.py 26 SHORTEST = 3 # the shorter of QP and base64, but only for headers
65 'utf-8': (SHORTEST, BASE64, 'utf-8'),
119 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
120 the shortest of qp or base64 encoding, or None for no encoding. SHORTEST
135 if body_enc == SHORTEST:
136 raise ValueError('SHORTEST not allowed for body_enc')
194 base64 encoding), or Charset.SHORTEST for the shortest of
199 header encoding. Charset.SHORTEST is not allowed fo
    [all...]

Completed in 300 milliseconds