Searched refs:test_format_context_create (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | test_format_context.h | 41 std::basic_format_context<OutIt, CharT> test_format_context_create( in test_format_context_create() function 50 std::basic_format_context<OutIt, CharT> test_format_context_create( in test_format_context_create() function
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.context/format.context/ |
| H A D | ctor.pass.cpp | 59 test_format_context_create(out_it, args); in test() 84 test_format_context_create(out_it, args, en_US); in test() 105 test_format_context_create(out_it, args, fr_FR); in test()
|
| H A D | locale.pass.cpp | 43 test_format_context_create(out_it, args, en_US); in test() 63 test_format_context_create(out_it, args, fr_FR); in test()
|
| H A D | arg.pass.cpp | 32 test_format_context_create(OutIt{output}, args); in test()
|
| H A D | out.pass.cpp | 29 test_format_context_create(out_it, args); in test()
|
| H A D | advance_to.pass.cpp | 28 test_format_context_create(OutIt{str[0]}, args); in test()
|