Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/localization/locale.stdcvt/
H A Dcodecvt_utf16_max_length.pass.cpp29 struct TestHelper;
32 struct TestHelper<CharT, 2> { struct
37 struct TestHelper<CharT, 4> { struct
42 void TestHelper<CharT, 2>::test() { in test()
58 void TestHelper<CharT, 4>::test() { in test()
75 TestHelper<wchar_t>::test(); in main()
77 TestHelper<char16_t>::test(); in main()
78 TestHelper<char32_t>::test(); in main()
H A Dcodecvt_utf8_max_length.pass.cpp29 struct TestHelper;
32 struct TestHelper<CharT, 2> { struct
37 struct TestHelper<CharT, 4> { struct
42 void TestHelper<CharT, 2>::test() { in test()
58 void TestHelper<CharT, 4>::test() { in test()
75 TestHelper<wchar_t>::test(); in main()
77 TestHelper<char16_t>::test(); in main()
78 TestHelper<char32_t>::test(); in main()
H A Dcodecvt_utf8_length.pass.cpp30 struct TestHelper;
33 struct TestHelper<CharT, 2> { struct
38 struct TestHelper<CharT, 4> { struct
43 void TestHelper<CharT, 2>::test() { in test()
119 void TestHelper<CharT, 4>::test() { in test()
196 TestHelper<wchar_t>::test(); in main()
198 TestHelper<char32_t>::test(); in main()
199 TestHelper<char16_t>::test(); in main()
H A Dcodecvt_utf8_utf16_in.pass.cpp32 struct TestHelper;
34 struct TestHelper<CharT, 2> { struct
38 struct TestHelper<CharT, 4> { struct
43 void TestHelper<CharT, 2>::test() { in test()
123 void TestHelper<CharT, 4>::test() { in test()
243 TestHelper<wchar_t>::test(); in main()
245 TestHelper<char32_t>::test(); in main()
246 TestHelper<char16_t>::test(); in main()
H A Dcodecvt_utf16_length.pass.cpp30 struct TestHelper;
33 struct TestHelper<CharT, 2> { struct
38 struct TestHelper<CharT, 4> { struct
43 void TestHelper<CharT, 2>::test() { in test()
185 void TestHelper<CharT, 4>::test() { in test()
327 TestHelper<wchar_t>::test(); in main()
328 TestHelper<char16_t>::test(); in main()
329 TestHelper<char32_t>::test(); in main()
H A Dcodecvt_utf8_out.pass.cpp32 struct TestHelper;
35 struct TestHelper<CharT, 2> { struct
40 struct TestHelper<CharT, 4> { struct
45 void TestHelper<CharT, 2>::test() { in test()
169 void TestHelper<CharT, 4>::test() { in test()
327 TestHelper<wchar_t>::test(); in main()
329 TestHelper<char32_t>::test(); in main()
330 TestHelper<char16_t>::test(); in main()
H A Dcodecvt_utf8_utf16_out.pass.cpp32 struct TestHelper;
34 struct TestHelper<CharT, 2> { struct
38 struct TestHelper<CharT, 4> { struct
43 void TestHelper<CharT, 2>::test() { in test()
175 void TestHelper<CharT, 4>::test() { in test()
308 TestHelper<wchar_t>::test(); in main()
310 TestHelper<char32_t>::test(); in main()
311 TestHelper<char16_t>::test(); in main()
H A Dcodecvt_utf16_out.pass.cpp32 struct TestHelper;
34 struct TestHelper<CharT, 2> { struct
38 struct TestHelper<CharT, 4> { struct
43 void TestHelper<CharT, 2>::test() { in test()
48 void TestHelper<CharT, 4>::test() { in test()
354 TestHelper<char32_t>::test(); in main()
356 TestHelper<wchar_t>::test(); in main()
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
H A Dconverted.pass.cpp26 struct TestHelper;
28 struct TestHelper<CharT, 2> { struct
32 struct TestHelper<CharT, 4> { struct
37 void TestHelper<CharT, 2>::test() { in test()
54 void TestHelper<CharT, 4>::test() { in test()
71 TestHelper<wchar_t>::test(); in main()
H A Dto_bytes.pass.cpp29 struct TestHelper;
31 struct TestHelper<CharT, 2> { struct
35 struct TestHelper<CharT, 4> { struct
40 void TestHelper<CharT, 2>::test() { in test()
59 void TestHelper<CharT, 4>::test() { in test()
78 TestHelper<wchar_t>::test(); in main()
H A Dfrom_bytes.pass.cpp29 struct TestHelper;
31 struct TestHelper<CharT, 2> { struct
35 struct TestHelper<CharT, 4> { struct
40 void TestHelper<CharT, 2>::test() { in test()
59 void TestHelper<CharT, 4>::test() { in test()
78 TestHelper<wchar_t>::test(); in main()
/llvm-project/llvm/unittests/ADT/
H A DPagedVectorTest.cpp154 struct TestHelper { struct
172 PagedVector<TestHelper, 10> V; in TEST()