Home
last modified time | relevance | path

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

/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.cpp95 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in doubleFractionLength()
Dnumber_decimalquantity.cpp488 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in convertToAccurateDouble()
/external/icu/libicu/cts_headers/
Ddouble-conversion-double-to-string.h319 static const int kBase10MaximalLength = 17; variable