Home
last modified time | relevance | path

Searched refs:right_trimmed (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dstrtod.cc130 Vector<const char> right_trimmed = TrimTrailingZeros(left_trimmed); in TrimAndCut() local
131 exponent += left_trimmed.length() - right_trimmed.length(); in TrimAndCut()
132 if (right_trimmed.length() > kMaxSignificantDecimalDigits) { in TrimAndCut()
135 CutToMaxSignificantDigits(right_trimmed, exponent, in TrimAndCut()
140 *trimmed = right_trimmed; in TrimAndCut()
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-strtod.cpp144 Vector<const char> right_trimmed = TrimTrailingZeros(left_trimmed); in TrimAndCut() local
145 exponent += left_trimmed.length() - right_trimmed.length(); in TrimAndCut()
146 if (right_trimmed.length() > kMaxSignificantDecimalDigits) { in TrimAndCut()
149 CutToMaxSignificantDigits(right_trimmed, exponent, in TrimAndCut()
154 *trimmed = right_trimmed; in TrimAndCut()
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-strtod.cpp144 Vector<const char> right_trimmed = TrimTrailingZeros(left_trimmed); in TrimAndCut() local
145 exponent += left_trimmed.length() - right_trimmed.length(); in TrimAndCut()
146 if (right_trimmed.length() > kMaxSignificantDecimalDigits) { in TrimAndCut()
149 CutToMaxSignificantDigits(right_trimmed, exponent, in TrimAndCut()
154 *trimmed = right_trimmed; in TrimAndCut()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-strtod.cpp144 Vector<const char> right_trimmed = TrimTrailingZeros(left_trimmed); in TrimAndCut() local
145 exponent += left_trimmed.length() - right_trimmed.length(); in TrimAndCut()
146 if (right_trimmed.length() > kMaxSignificantDecimalDigits) { in TrimAndCut()
149 CutToMaxSignificantDigits(right_trimmed, exponent, in TrimAndCut()
154 *trimmed = right_trimmed; in TrimAndCut()

Completed in 4 milliseconds