Searched defs:char_traits (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| D | ios_init.cc | 41 struct char_traits<unsigned short> struct 43 typedef unsigned short char_type; 45 typedef unsigned long int_type; 46 typedef streampos pos_type; 47 typedef streamoff off_type; 48 typedef mbstate_t state_type; 51 assign(char_type& __c1, const char_type& __c2) in assign() 55 eq(const char_type& __c1, const char_type& __c2) in eq() 59 lt(const char_type& __c1, const char_type& __c2) in lt() 63 compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
| D | capacity.cc | 43 struct char_traits<A<B> > struct 45 typedef A<B> char_type; 47 typedef unsigned long int_type; 48 typedef streampos pos_type; 49 typedef streamoff off_type; 50 typedef mbstate_t state_type; 53 assign(char_type& __c1, const char_type& __c2) in assign() 57 eq(const char_type& __c1, const char_type& __c2) in eq() 61 lt(const char_type& __c1, const char_type& __c2) in lt() 65 compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | char_traits.h | 60 struct char_traits struct 62 typedef _CharT char_type; 63 typedef typename _Char_types<_CharT>::int_type int_type; 64 typedef typename _Char_types<_CharT>::pos_type pos_type; 65 typedef typename _Char_types<_CharT>::off_type off_type; 66 typedef typename _Char_types<_CharT>::state_type state_type; 69 assign(char_type& __c1, const char_type& __c2) in assign() 73 eq(const char_type& __c1, const char_type& __c2) in eq() 77 lt(const char_type& __c1, const char_type& __c2) in lt() 121 char_traits<_CharT>:: argument [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | char_traits.h | 87 struct char_traits struct 89 typedef _CharT char_type; 90 typedef typename _Char_types<_CharT>::int_type int_type; 91 typedef typename _Char_types<_CharT>::pos_type pos_type; 92 typedef typename _Char_types<_CharT>::off_type off_type; 93 typedef typename _Char_types<_CharT>::state_type state_type; 96 assign(char_type& __c1, const char_type& __c2) in assign() 100 eq(const char_type& __c1, const char_type& __c2) in eq() 104 lt(const char_type& __c1, const char_type& __c2) in lt() 148 char_traits<_CharT>:: argument [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | codecvt_members_unicode_wchar_t.cc | 35 struct char_traits<unicode_t> struct 37 typedef unicode_t char_type; 39 typedef unsigned long int_type; 40 typedef streampos pos_type; 41 typedef streamoff off_type; 42 typedef mbstate_t state_type; 54 compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() 67 copy(char_type* __s1, const char_type* __s2, size_t __n) in copy()
|
| D | codecvt_members_unicode_char.cc | 36 struct char_traits<unicode_t> struct 38 typedef unicode_t char_type; 40 typedef unsigned long int_type; 41 typedef streampos pos_type; 42 typedef streamoff off_type; 43 typedef mbstate_t state_type; 55 compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() 68 copy(char_type* __s1, const char_type* __s2, size_t __n) in copy()
|
| D | ctor_copy_dtor.cc | 57 struct char_traits<unicode_t> struct 59 typedef unicode_t char_type; 61 typedef unsigned long int_type; 62 typedef streampos pos_type; 63 typedef streamoff off_type; 64 typedef mbstate_t state_type; 76 compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() 89 copy(char_type* __s1, const char_type* __s2, size_t __n) in copy()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
| D | tem02.C | 7 template<class _CharT> struct char_traits { }; struct
|