OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHORTEST
(Results
1 - 4
of
4
) sorted by null
/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
...]
/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
double-conversion.cc
177
DoubleToAscii(value,
SHORTEST
, 0, decimal_rep, kDecimalRepCapacity,
256
DoubleToAscii(value,
SHORTEST
, 0,
345
case DoubleToStringConverter::
SHORTEST
: return BIGNUM_DTOA_SHORTEST;
365
ASSERT(mode ==
SHORTEST
|| requested_digits >= 0);
390
case
SHORTEST
:
Completed in 1866 milliseconds