Home
last modified time | relevance | path

Searched defs:CharT (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/std/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp22 typedef char CharT; in main() typedef
28 typedef wchar_t CharT; in main() typedef
Dlength.pass.cpp22 typedef char CharT; in main() typedef
33 typedef wchar_t CharT; in main() typedef
Dstr.pass.cpp22 typedef char CharT; in main() typedef
35 typedef wchar_t CharT; in main() typedef
Doperator_string.pass.cpp22 typedef char CharT; in main() typedef
35 typedef wchar_t CharT; in main() typedef
Dcompare_value_type_ptr.pass.cpp22 typedef char CharT; in main() typedef
35 typedef wchar_t CharT; in main() typedef
Dcompare_sub_match.pass.cpp22 typedef char CharT; in main() typedef
38 typedef wchar_t CharT; in main() typedef
Dcompare_string_type.pass.cpp22 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
/external/libcxx/test/std/experimental/string.view/string.view.cons/
Dfrom_string.pass.cpp24 void test ( const std::basic_string<CharT, Traits> &str ) { in test()