Home
last modified time | relevance | path

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

/external/libcxx/test/std/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp23 typedef char CharT; in main() typedef
29 typedef wchar_t CharT; in main() typedef
Dlength.pass.cpp23 typedef char CharT; in main() typedef
34 typedef wchar_t CharT; in main() typedef
Dcompare_value_type_ptr.pass.cpp23 typedef char CharT; in main() typedef
35 typedef wchar_t CharT; in main() typedef
Doperator_string.pass.cpp23 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
Dcompare_string_type.pass.cpp23 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
Dcompare_sub_match.pass.cpp23 typedef char CharT; in main() typedef
39 typedef wchar_t CharT; in main() typedef
Dstr.pass.cpp23 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.cpp26 void test ( const std::basic_string<CharT, Traits> &str ) { in test()
/external/libcxx/test/std/strings/string.view/string.view.cons/
Dfrom_string.pass.cpp26 void test ( const std::basic_string<CharT, Traits> &str ) { in test()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.generic.obs/
Dgeneric_string_alloc.pass.cpp42 using CharT = wchar_t; in main() typedef
/external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/
Dostream_joiner.op.star.pass.cpp29 void test ( exp::ostream_joiner<Delim, CharT, Traits> &oj ) { in test() argument
Dostream_joiner.op.postincrement.pass.cpp29 void test ( exp::ostream_joiner<Delim, CharT, Traits> &oj ) { in test() argument
Dostream_joiner.op.pretincrement.pass.cpp29 void test ( exp::ostream_joiner<Delim, CharT, Traits> &oj ) { in test() argument
/external/libcxx/test/std/input.output/iostream.format/quoted.manip/
Dquoted.pass.cpp24 bool is_skipws ( const std::basic_istream<CharT, Traits>& is ) { in is_skipws()