Searched refs:PREFIX_SIZE (Results 1 – 1 of 1) sorted by relevance
369 constexpr size_t PREFIX_SIZE = Fmt::PREFIX ? 2 : 0; in compute_buffer_size() local370 return DIGIT_SIZE + SIGN_SIZE + PREFIX_SIZE; in compute_buffer_size()