Searched refs:stdio_sv (Results 1 – 1 of 1) sorted by relevance
660 const string_view stdio_sv(stdio_buffer); in test_floating_prefix() local661 assert_message_bits(fixed_sv == stdio_sv, "fixed_sv", bits); in test_floating_prefix()743 string_view stdio_sv(stdio_buffer); in test_floating_precision_prefix() local745 assert_message_bits(charconv_sv == stdio_sv, "fixed precision output", bits); in test_floating_precision_prefix()754 stdio_sv = stdio_buffer; in test_floating_precision_prefix()756 assert_message_bits(charconv_sv == stdio_sv, "scientific precision output", bits); in test_floating_precision_prefix()765 stdio_sv = general_stdio_buffer; in test_floating_precision_prefix()767 assert_message_bits(charconv_sv == stdio_sv, "general precision output", bits); in test_floating_precision_prefix()