Home
last modified time | relevance | path

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

/external/v8/src/numbers/
Ddtoa.h29 const int kBase10MaximalLength = 17; variable
Dconversions.cc992 const int kV8DtoaBufferCapacity = kBase10MaximalLength + 1; in DoubleToCString()
1174 DCHECK_LE(kBase10MaximalLength, kMaxFractionDigits + 1); in DoubleToExponentialCString()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_doubleconversion.cpp24 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in testDoubleConversionApi()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.h319 static const int kBase10MaximalLength = 17; variable
Ddouble-conversion-double-to-string.cpp193 const int kDecimalRepCapacity = kBase10MaximalLength + 1;
271 DOUBLE_CONVERSION_ASSERT(kDecimalRepCapacity > kBase10MaximalLength);
Dnumber_utils.cpp140 char buffer[DoubleToStringConverter::kBase10MaximalLength + 6]; in setTo()
Dnumber_rounding.cpp59 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in doubleFractionLength()
Dnumber_decimalquantity.cpp467 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in convertToAccurateDouble()
/external/v8/src/codegen/
Dstring-constants.cc179 return kBase10MaximalLength + 1; in GetMaxStringConstantLength()
/external/v8/src/compiler/
Djs-native-context-specialization.cc148 return kBase10MaximalLength + 1; in GetMaxStringLength()