Searched refs:right_trimmed (Results 1 – 1 of 1) sorted by relevance
152 Vector<const char> right_trimmed = TrimTrailingZeros(left_trimmed); in TrimAndCut() local153 exponent += left_trimmed.length() - right_trimmed.length(); in TrimAndCut()154 if (right_trimmed.length() > kMaxSignificantDecimalDigits) { in TrimAndCut()157 CutToMaxSignificantDigits(right_trimmed, exponent, in TrimAndCut()162 *trimmed = right_trimmed; in TrimAndCut()