Searched defs:kBase10MaximalLength (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/base/numbers/ | ||
H A D | dtoa.h | 34 const int kBase10MaximalLength = 17; member |
/third_party/icu/icu4c/source/i18n/ | ||
H A D | double-conversion-double-to-string.h | 73 static const int kBase10MaximalLength = 17; member in double_conversion::DoubleToStringConverter |
/third_party/node/deps/icu-small/source/i18n/ | ||
H A D | double-conversion-double-to-string.h | 73 static const int kBase10MaximalLength = 17; member in double_conversion::DoubleToStringConverter |
/third_party/skia/third_party/externals/icu/source/i18n/ | ||
H A D | double-conversion-double-to-string.h | 73 static const int kBase10MaximalLength = 17; member in double_conversion::DoubleToStringConverter |
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ | ||
H A D | double-to-string.h | 59 static const int kBase10MaximalLength = 17; member in double_conversion::DoubleToStringConverter |
Completed in 4 milliseconds