Home
last modified time | relevance | path

Searched refs:test_format_context_create (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_format_context.h41 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 Dctor.pass.cpp59 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 Dlocale.pass.cpp43 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 Darg.pass.cpp32 test_format_context_create(OutIt{output}, args); in test()
H A Dout.pass.cpp29 test_format_context_create(out_it, args); in test()
H A Dadvance_to.pass.cpp28 test_format_context_create(OutIt{str[0]}, args); in test()