Lines Matching refs:correct

117 …st T value, const Optional opt_arg, const optional<int> opt_precision, const string_view correct) {  in test_common_to_chars()  argument
147 for (size_t n = 0; n <= correct.size() + ExtraChars; ++n) { in test_common_to_chars()
169 if (n < correct.size()) { in test_common_to_chars()
176 assert(result.ptr == first + correct.size()); in test_common_to_chars()
179 assert(equal(first, result.ptr, correct.begin(), correct.end())); in test_common_to_chars()
186 void test_integer_to_chars(const T value, const optional<int> opt_base, const string_view correct) { in test_integer_to_chars() argument
188 test_common_to_chars(value, opt_base, nullopt, correct); in test_integer_to_chars()
191 const char* const correct_first = correct.data(); in test_integer_to_chars()
192 const char* const correct_last = correct_first + correct.size(); in test_integer_to_chars()
970 …nst optional<chars_format> opt_fmt, const optional<int> opt_precision, const string_view correct) { in test_floating_to_chars() argument
972 test_common_to_chars(value, opt_fmt, opt_precision, correct); in test_floating_to_chars()
1022 test_floating_to_chars(t.value, nullopt, nullopt, t.correct); in all_floating_tests()
1024 test_floating_to_chars(t.value, t.fmt, nullopt, t.correct); in all_floating_tests()
1031 test_floating_to_chars(t.value, nullopt, nullopt, t.correct); in all_floating_tests()
1033 test_floating_to_chars(t.value, t.fmt, nullopt, t.correct); in all_floating_tests()
1039 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1042 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1045 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1048 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1051 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1054 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1057 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1060 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1063 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1066 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1069 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1072 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1075 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()
1078 test_floating_to_chars(t.value, t.fmt, t.precision, t.correct); in all_floating_tests()