Home
last modified time | relevance | path

Searched defs:kDecimalExponentDistance (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-cached-powers.h53 static const int kDecimalExponentDistance = 8; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-cached-powers.h53 static const int kDecimalExponentDistance = 8; variable
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-cached-powers.h53 static const int kDecimalExponentDistance = 8; variable
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dcached-powers.h39 static const int kDecimalExponentDistance = 8; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-cached-powers.cpp151 const int PowersOfTenCache::kDecimalExponentDistance = 8; member in double_conversion::PowersOfTenCache