Searched refs:kMaxFloatCharsNeeded (Results 1 – 1 of 1) sorted by relevance
38 constexpr float kMaxFloatCharsNeeded = 7 + 3 + 3 + 1; variable275 if (usable_length - output_index < kMaxFloatCharsNeeded) { in MicroVsnprintf()