Searched defs:CharT (Results 1 - 7 of 7) sorted by path

/external/libcxx/test/re/re.submatch/re.submatch.members/
H A Dcompare_string_type.pass.cpp22 typedef char CharT; typedef
23 typedef std::sub_match<const CharT*> SM;
28 const CharT s[] = {'1', '2', '3', 0};
36 typedef wchar_t CharT; typedef
37 typedef std::sub_match<const CharT*> SM;
42 const CharT s[] = {'1', '2', '3', 0};
H A Dcompare_sub_match.pass.cpp22 typedef char CharT; typedef
23 typedef std::sub_match<const CharT*> SM;
27 const CharT s[] = {'1', '2', '3', 0};
38 typedef wchar_t CharT; typedef
39 typedef std::sub_match<const CharT*> SM;
43 const CharT s[] = {'1', '2', '3', 0};
H A Dcompare_value_type_ptr.pass.cpp22 typedef char CharT; typedef
23 typedef std::sub_match<const CharT*> SM;
27 const CharT s[] = {'1', '2', '3', 0};
35 typedef wchar_t CharT; typedef
36 typedef std::sub_match<const CharT*> SM;
40 const CharT s[] = {'1', '2', '3', 0};
H A Ddefault.pass.cpp22 typedef char CharT; typedef
23 typedef std::sub_match<const CharT*> SM;
28 typedef wchar_t CharT; typedef
29 typedef std::sub_match<const CharT*> SM;
H A Dlength.pass.cpp22 typedef char CharT; typedef
23 typedef std::sub_match<const CharT*> SM;
26 const CharT s[] = {'1', '2', '3', 0};
33 typedef wchar_t CharT; typedef
34 typedef std::sub_match<const CharT*> SM;
37 const CharT s[] = {'1', '2', '3', 0};
H A Doperator_string.pass.cpp22 typedef char CharT; typedef
23 typedef std::sub_match<const CharT*> SM;
27 const CharT s[] = {'1', '2', '3', 0};
35 typedef wchar_t CharT; typedef
36 typedef std::sub_match<const CharT*> SM;
40 const CharT s[] = {'1', '2', '3', 0};
H A Dstr.pass.cpp22 typedef char CharT; typedef
23 typedef std::sub_match<const CharT*> SM;
27 const CharT s[] = {'1', '2', '3', 0};
35 typedef wchar_t CharT; typedef
36 typedef std::sub_match<const CharT*> SM;
40 const CharT s[] = {'1', '2', '3', 0};

Completed in 352 milliseconds