Searched refs:charconv_buffer (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/ |
| H A D | test.cpp | 722 char charconv_buffer[charconv_buffer_size]; in test_floating_precision_prefix() local 737 …auto result = to_chars(charconv_buffer, end(charconv_buffer), input, chars_format::fixed, precisio… in test_floating_precision_prefix() 739 string_view charconv_sv(charconv_buffer, static_cast<size_t>(result.ptr - charconv_buffer)); in test_floating_precision_prefix() 748 …result = to_chars(charconv_buffer, end(charconv_buffer), input, chars_format::scientific, precisio… in test_floating_precision_prefix() 750 … charconv_sv = string_view(charconv_buffer, static_cast<size_t>(result.ptr - charconv_buffer)); in test_floating_precision_prefix()
|