Searched refs:ExtraChars (Results 1 – 1 of 1) sorted by relevance
143 constexpr size_t ExtraChars = 3; in test_common_to_chars() local144 static_assert(ExtraChars + 10 < BufferSuffix, in test_common_to_chars()147 for (size_t n = 0; n <= correct.size() + ExtraChars; ++n) { in test_common_to_chars()