Home
last modified time | relevance | path

Searched refs:ToShortest (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-conversions.cc48 CHECK(dc.ToShortest(0.0, &builder)); in TEST()
52 CHECK(dc.ToShortest(12345.0, &builder)); in TEST()
56 CHECK(dc.ToShortest(12345e23, &builder)); in TEST()
60 CHECK(dc.ToShortest(1e21, &builder)); in TEST()
64 CHECK(dc.ToShortest(1e-23, &builder)); in TEST()
68 CHECK(dc.ToShortest(1e20, &builder)); in TEST()
72 CHECK(dc.ToShortest(111111111111111111111.0, &builder)); in TEST()
76 CHECK(dc.ToShortest(1111111111111111111111.0, &builder)); in TEST()
80 CHECK(dc.ToShortest(11111111111111111111111.0, &builder)); in TEST()
84 CHECK(dc.ToShortest(-0.00001, &builder)); in TEST()
[all …]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddouble-to-string.h215 bool ToShortest(double value, StringBuilder* result_builder) const { in ToShortest() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-double-to-string.h230 bool ToShortest(double value, StringBuilder* result_builder) const {
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-double-to-string.h230 bool ToShortest(double value, StringBuilder* result_builder) const {
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.h230 bool ToShortest(double value, StringBuilder* result_builder) const {
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion.h172 bool ToShortest(double value, StringBuilder* result_builder) const {