Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_doubleconversion.cpp24 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in testDoubleConversionApi()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.h73 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.cpp95 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in doubleFractionLength()
Dnumber_decimalquantity.cpp491 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in convertToAccurateDouble()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddouble-to-string.h59 static const int kBase10MaximalLength = 17; variable
Ddouble-to-string.cc178 const int kDecimalRepCapacity = kBase10MaximalLength + 1; in ToShortestIeeeNumber()
256 DOUBLE_CONVERSION_ASSERT(kDecimalRepCapacity > kBase10MaximalLength); in ToExponential()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-double-to-string.h73 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.cpp98 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in doubleFractionLength()
Dnumber_decimalquantity.cpp496 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in convertToAccurateDouble()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-double-to-string.h73 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.cpp95 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in doubleFractionLength()
Dnumber_decimalquantity.cpp491 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in convertToAccurateDouble()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion.h311 static const int kBase10MaximalLength = 17; variable
Dnumber_utils.cpp140 char buffer[DoubleToStringConverter::kBase10MaximalLength + 6]; in setTo()
Ddouble-conversion.cpp187 const int kDecimalRepCapacity = kBase10MaximalLength + 1;
265 ASSERT(kDecimalRepCapacity > kBase10MaximalLength);
Dnumber_rounding.cpp59 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in doubleFractionLength()
Dnumber_decimalquantity.cpp447 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in convertToAccurateDouble()