Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/
H A Dlocale-specific_form.pass.cpp263 std::locale loc_unicode = std::locale(std::locale(), new numpunct_unicode<CharT>()); in test_bool() local
265 test<"{:L}">(SV("gültig"), loc_unicode, true); in test_bool()
266 test<"{:L}">(SV("ungültig"), loc_unicode, false); in test_bool()
268 test<"{:9L}">(SV("gültig "), loc_unicode, true); in test_bool()
269 test<"{:!<9L}">(SV("gültig!!!"), loc_unicode, true); in test_bool()
270 test<"{:_^9L}">(SV("_gültig__"), loc_unicode, true); in test_bool()
271 test<"{:>9L}">(SV(" gültig"), loc_unicode, true); in test_bool()