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

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double-conversion.h 83 // When converting to the shortest representation the converter will
136 // Computes the shortest string of digits that correctly represent the input
201 // If requested_digits equals -1, then the shortest exponential representation
270 // Produce the shortest correct representation.
273 SHORTEST,
283 // A higher precision can be achieved by using more digits, but the shortest
294 // - SHORTEST: produce the least amount of digits for which the internal
309 // shortest representation of the input.
316 // digits and a terminating null-character. In SHORTEST-mode it expects a
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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...]

Completed in 203 milliseconds