Home | History | Annotate | Download | only in i18n

Lines Matching defs:SHORTEST

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.
337 // shortest representation of the input.
344 // digits and a terminating null-character. In SHORTEST-mode it expects a