Searched refs:correct_first (Results 1 – 1 of 1) sorted by relevance
191 const char* const correct_first = correct.data(); in test_integer_to_chars() local192 const char* const correct_last = correct_first + correct.size(); in test_integer_to_chars()197 (opt_base.has_value() ? from_chars(correct_first, correct_last, dest, opt_base.value()) in test_integer_to_chars()198 : from_chars(correct_first, correct_last, dest)); in test_integer_to_chars()