HomeSort by relevance Sort by last modified time
    Searched defs:CharT (Results 1 - 14 of 14) sorted by null

  /external/libcxx/test/std/re/re.submatch/re.submatch.members/
default.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
29 typedef wchar_t CharT;
30 typedef std::sub_match<const CharT*> SM;
compare_value_type_ptr.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
27 const CharT s[] = {'1', '2', '3', 0};
35 typedef wchar_t CharT;
36 typedef std::sub_match<const CharT*> SM;
39 const CharT s[] = {'1', '2', '3', 0};
length.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
27 const CharT s[] = {'1', '2', '3', 0};
34 typedef wchar_t CharT;
35 typedef std::sub_match<const CharT*> SM;
38 const CharT s[] = {'1', '2', '3', 0};
compare_string_type.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
28 const CharT s[] = {'1', '2', '3', 0};
36 typedef wchar_t CharT;
37 typedef std::sub_match<const CharT*> SM;
41 const CharT s[] = {'1', '2', '3', 0};
compare_sub_match.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
28 const CharT s[] = {'1', '2', '3', 0};
39 typedef wchar_t CharT;
40 typedef std::sub_match<const CharT*> SM;
44 const CharT s[] = {'1', '2', '3', 0};
operator_string.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
28 const CharT s[] = {'1', '2', '3', 0};
36 typedef wchar_t CharT;
37 typedef std::sub_match<const CharT*> SM;
41 const CharT s[] = {'1', '2', '3', 0};
str.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
28 const CharT s[] = {'1', '2', '3', 0};
36 typedef wchar_t CharT;
37 typedef std::sub_match<const CharT*> SM;
41 const CharT s[] = {'1', '2', '3', 0};
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.submatch/re.submatch.members/
default.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
29 typedef wchar_t CharT;
30 typedef std::sub_match<const CharT*> SM;
compare_value_type_ptr.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
27 const CharT s[] = {'1', '2', '3', 0};
35 typedef wchar_t CharT;
36 typedef std::sub_match<const CharT*> SM;
39 const CharT s[] = {'1', '2', '3', 0};
length.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
27 const CharT s[] = {'1', '2', '3', 0};
34 typedef wchar_t CharT;
35 typedef std::sub_match<const CharT*> SM;
38 const CharT s[] = {'1', '2', '3', 0};
compare_string_type.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
28 const CharT s[] = {'1', '2', '3', 0};
36 typedef wchar_t CharT;
37 typedef std::sub_match<const CharT*> SM;
41 const CharT s[] = {'1', '2', '3', 0};
compare_sub_match.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
28 const CharT s[] = {'1', '2', '3', 0};
39 typedef wchar_t CharT;
40 typedef std::sub_match<const CharT*> SM;
44 const CharT s[] = {'1', '2', '3', 0};
operator_string.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
28 const CharT s[] = {'1', '2', '3', 0};
36 typedef wchar_t CharT;
37 typedef std::sub_match<const CharT*> SM;
41 const CharT s[] = {'1', '2', '3', 0};
str.pass.cpp 23 typedef char CharT;
24 typedef std::sub_match<const CharT*> SM;
28 const CharT s[] = {'1', '2', '3', 0};
36 typedef wchar_t CharT;
37 typedef std::sub_match<const CharT*> SM;
41 const CharT s[] = {'1', '2', '3', 0};

Completed in 101 milliseconds