Searched refs:char_class_type (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/requirements/
H A Dtypedefs.cc37 typedef traits::char_class_type char_class_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/traits/char/
H A Dctor.cc42 typedef test_type::char_class_type char_class_type; typedef
H A Dlookup_classname.cc43 traits::char_class_type c1 = t.lookup_classname(n1, n1+sizeof(n1)-1);
46 traits::char_class_type c2 = t.lookup_classname(n1, n1+sizeof(n1)-1, true);
47 traits::char_class_type c3 = t.lookup_classname(n2, n2+sizeof(n2)-1, true);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/traits/wchar_t/
H A Dctor.cc41 typedef test_type::char_class_type char_class_type; typedef
H A Dlookup_classname.cc40 traits::char_class_type c1 = t.lookup_classname(range(n1));
43 traits::char_class_type c2 = t.lookup_classname(range(n1), true);
44 traits::char_class_type c3 = t.lookup_classname(range(n2), true);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/
H A Dctor.cc40 typedef test_type::char_class_type char_class_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/
H A Dctor.cc40 typedef test_type::char_class_type char_class_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex_executor.h65 typedef typename _TraitsT::char_class_type _ClassT;
H A Dregex_compiler.h366 typedef typename _TraitsT::char_class_type _CharClassT;
H A Dregex.h158 typedef _RegexMask char_class_type; typedef in struct:regex_traits
322 char_class_type
339 isctype(_Ch_type __c, char_class_type __f) const;

Completed in 40 milliseconds