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

/external/libcxx/test/std/re/re.submatch/re.submatch.members/
H A Ddefault.pass.cpp23 typedef char CharT; typedef
24 typedef std::sub_match<const CharT*> SM;
29 typedef wchar_t CharT; typedef
30 typedef std::sub_match<const CharT*> SM;
H A Dcompare_value_type_ptr.pass.cpp23 typedef char CharT; typedef
24 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;
39 const CharT s[] = {'1', '2', '3', 0};
H A Dlength.pass.cpp23 typedef char CharT; typedef
24 typedef std::sub_match<const CharT*> SM;
27 const CharT s[] = {'1', '2', '3', 0};
34 typedef wchar_t CharT; typedef
35 typedef std::sub_match<const CharT*> SM;
38 const CharT s[] = {'1', '2', '3', 0};
H A Dcompare_string_type.pass.cpp23 typedef char CharT; typedef
24 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;
41 const CharT s[] = {'1', '2', '3', 0};
H A Dcompare_sub_match.pass.cpp23 typedef char CharT; typedef
24 typedef std::sub_match<const CharT*> SM;
28 const CharT s[] = {'1', '2', '3', 0};
39 typedef wchar_t CharT; typedef
40 typedef std::sub_match<const CharT*> SM;
44 const CharT s[] = {'1', '2', '3', 0};
H A Doperator_string.pass.cpp23 typedef char CharT; typedef
24 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;
41 const CharT s[] = {'1', '2', '3', 0};
H A Dstr.pass.cpp23 typedef char CharT; typedef
24 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;
41 const CharT s[] = {'1', '2', '3', 0};

Completed in 2190 milliseconds