Home | History | Annotate | Download | only in runtime

Lines Matching refs:kMaxDigits

542     static constexpr size_t kMaxDigits = 30;
543 size_t avail_digits = kMaxDigits;
544 char fraction_buffer[kMaxDigits];
554 fraction_buffer[std::min(kMaxDigits - 1, max_fraction_digits)] = '\0';