Home | History | Annotate | Download | only in std

Lines Matching refs:char_type

21     typedef char 		char_type;
28 assign(char_type& __c1, const char_type& __c2);
31 eq(const char_type& __c1, const char_type& __c2);
34 lt(const char_type& __c1, const char_type& __c2);
37 compare(const char_type* __s1, const char_type* __s2, size_t __n);
40 length(const char_type* __s);
42 static const char_type*
43 find(const char_type* __s, size_t __n, const char_type& __a);
45 static char_type*
46 move(char_type* __s1, const char_type* __s2, size_t __n);
48 static char_type*
49 copy(char_type* __s1, const char_type* __s2, size_t __n);
51 static char_type*
52 assign(char_type* __s, size_t __n, char_type __a);
54 static char_type
60 to_int_type(const char_type& __c);
77 typedef wchar_t char_type;
84 assign(char_type& __c1, const char_type& __c2);
87 eq(const char_type& __c1, const char_type& __c2);
90 lt(const char_type& __c1, const char_type& __c2);
93 compare(const char_type* __s1, const char_type* __s2, size_t __n);
96 length(const char_type* __s);
98 static const char_type*
99 find(const char_type* __s, size_t __n, const char_type& __a);
101 static char_type*
102 move(char_type* __s1, const char_type* __s2, int_type __n);
104 static char_type*
105 copy(char_type* __s1, const char_type* __s2, size_t __n);
107 static char_type*
108 assign(char_type* __s, size_t __n, char_type __a);
110 static char_type
114 to_int_type(const char_type& __c) ;