Searched refs:char_type (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dcharmap.h5 static const unsigned char char_type[] = { variable
H A Dcharmap.pl74 static unsigned char char_type[] = {
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dchar_traits.h89 typedef _CharT char_type; typedef in struct:char_traits
96 assign(char_type& __c1, const char_type& __c2)
100 eq(const char_type& __c1, const char_type& __c2)
104 lt(const char_type& __c1, const char_type& __c2)
108 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
111 length(const char_type* __
234 typedef char char_type; typedef in struct:char_traits
304 typedef wchar_t char_type; typedef in struct:char_traits
[all...]
H A Dlocale_facets.h151 typedef _CharT char_type; typedef in class:__ctype_abstract_base
154 * @brief Test char_type classification.
157 * It does so by returning the value of ctype<char_type>::do_is().
159 * @param c The char_type to compare the mask of.
164 is(mask __m, char_type __c) const
170 * This function finds the mask for each char_type in the range [lo,hi)
173 * ctype<char_type>::do_is().
180 const char_type*
181 is(const char_type *__lo, const char_type *__h
611 typedef _CharT char_type; typedef in class:ctype
681 typedef char char_type; typedef in class:ctype
1219 typedef wchar_t char_type; typedef in class:ctype
1513 typedef _CharT char_type; typedef in class:ctype_byname
1668 typedef _CharT char_type; typedef in class:numpunct
1897 typedef _CharT char_type; typedef in class:numpunct_byname
1938 typedef _CharT char_type; typedef in class:num_get
2269 typedef _CharT char_type; typedef in class:num_put
2543 typedef _CharT char_type; typedef in class:collate
2718 typedef _CharT char_type; typedef in class:collate_byname
3063 typedef _CharT char_type; typedef in class:time_get
3374 typedef _CharT char_type; typedef in class:time_get_byname
3404 typedef _CharT char_type; typedef in class:time_put
3498 typedef _CharT char_type; typedef in class:time_put_byname
3621 typedef _CharT char_type; typedef in class:moneypunct
4005 typedef _CharT char_type; typedef in class:moneypunct_byname
4051 typedef _CharT char_type; typedef in class:money_get
4199 typedef _CharT char_type; typedef in class:money_put
4371 typedef _CharT char_type; typedef in class:messages
4585 typedef _CharT char_type; typedef in class:messages_byname
[all...]
H A Dbasic_ios.h65 typedef _CharT char_type; typedef in class:basic_ios
88 mutable char_type _M_fill;
355 char_type
375 char_type
376 fill(char_type __ch)
378 char_type __old = this->fill();
404 * Maps a character of @c char_type to a character of @c char,
409 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
416 narrow(char_type __c, char __dfault) const;
423 * Maps a character of @c char to a character of @c char_type
[all...]
H A Dstream_iterator.h51 typedef _CharT char_type; typedef in class:istream_iterator
147 * @param CharT The ostream char_type.
158 typedef _CharT char_type; typedef in class:ostream_iterator
H A Dstreambuf_iterator.h57 typedef _CharT char_type; typedef in class:istreambuf_iterator
109 char_type
214 typedef _CharT char_type; typedef in class:ostreambuf_iterator
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h45 // NB: The char_type parameter is a subset of int_type, as to allow
46 // int_type to properly hold the full range of char_type values as
55 typedef character<V, I, S> char_type; typedef in struct:character
60 static char_type
63 char_type ret = { static_cast<value_type>(v) };
69 to(const char_type& c)
95 typedef __gnu_cxx::character<V, I, S> char_type; typedef in struct:char_traits
96 typedef typename char_type::int_type int_type;
97 typedef typename char_type::state_type state_type;
102 assign(char_type
[all...]
H A Dstdio_sync_filebuf.h55 typedef _CharT char_type; typedef in class:stdio_sync_filebuf
133 xsgetn(char_type* __s, std::streamsize __n);
152 xsputn(const char_type* __s, std::streamsize __n);
H A Dstdio_filebuf.h56 typedef _CharT char_type; typedef in class:stdio_filebuf
H A Dvstring_util.h57 typedef typename _Traits::char_type value_type;
/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_streambuf.h133 typedef _CharT char_type; typedef in class:basic_streambuf
146 typedef basic_streambuf<char_type, traits_type> __streambuf_type;
149 friend class basic_ios<char_type, traits_type>;
150 friend class basic_istream<char_type, traits_type>;
151 friend class basic_ostream<char_type, traits_type>;
152 friend class istreambuf_iterator<char_type, traits_type>;
153 friend class ostreambuf_iterator<char_type, traits_type>;
195 char_type* _M_in_beg; // Start of get area.
196 char_type* _M_in_cur; // Current read area.
197 char_type* _M_in_en
[all...]
H A Dstd_fstream.h73 typedef _CharT char_type; typedef in class:basic_filebuf
79 typedef basic_streambuf<char_type, traits_type> __streambuf_type;
80 typedef basic_filebuf<char_type, traits_type> __filebuf_type;
83 typedef codecvt<char_type, char, __state_type> __codecvt_type;
119 char_type* _M_buf;
153 char_type _M_pback;
154 char_type* _M_pback_cur_save;
155 char_type* _M_pback_end_save;
337 _M_convert_to_external(char_type*, streamsize);
352 setbuf(char_type* __
428 typedef _CharT char_type; typedef in class:basic_ifstream
556 typedef _CharT char_type; typedef in class:basic_ofstream
687 typedef _CharT char_type; typedef in class:basic_fstream
[all...]
H A Dstd_istream.h62 typedef _CharT char_type; typedef in class:basic_istream
306 get(char_type& __c);
333 get(char_type* __s, streamsize __n, char_type __delim);
344 get(char_type* __s, streamsize __n)
367 get(__streambuf_type& __sb, char_type __delim);
406 getline(char_type* __s, streamsize __n, char_type __delim);
417 getline(char_type* __s, streamsize __n)
476 read(char_type* __
784 typedef _CharT char_type; typedef in class:basic_iostream
[all...]
H A Dstd_sstream.h66 typedef _CharT char_type; typedef in class:basic_stringbuf
75 typedef basic_streambuf<char_type, traits_type> __streambuf_type;
76 typedef basic_string<char_type, _Traits, _Alloc> __string_type;
168 _M_sync(const_cast<char_type*>(_M_string.data()), 0, __len);
204 setbuf(char_type* __s, streamsize __n)
209 // that an external char_type array of length __n exists
234 _M_sync(char_type* __base, __size_type __i, __size_type __o);
267 typedef _CharT char_type; typedef in class:basic_istringstream
279 typedef basic_istream<char_type, traits_type> __istream_type;
380 typedef _CharT char_type; typedef in class:basic_ostringstream
493 typedef _CharT char_type; typedef in class:basic_stringstream
[all...]
H A Dstd_ostream.h63 typedef _CharT char_type; typedef in class:basic_ostream
287 put(char_type __c);
291 _M_write(const char_type* __s, streamsize __n)
315 write(const char_type* __s, streamsize __n);
/freebsd-10.0-release/contrib/libstdc++/src/
H A Distream.cc41 getline(char_type* __s, streamsize __n, char_type __delim)
65 const char_type* __p = traits_type::find(__sb->gptr(),
100 *__s = char_type();
123 const char_type __cdelim = traits_type::to_char_type(__delim);
140 const char_type* __p = traits_type::find(__sb->gptr(),
192 typedef __istream_type::char_type __char_type;
268 typedef __istream_type::char_type __char_type;
344 typedef __istream_type::char_type __char_type;
421 getline(char_type* __
[all...]
/freebsd-10.0-release/usr.bin/gzip/
H A Dzuncompress.c44 #define tab_suffixof(i) ((char_type *)(zs->zs_htab))[i]
45 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
72 typedef u_char char_type; typedef
74 static char_type magic_header[] =
77 static char_type rmask[9] =
110 char_type zs_buf[BITS];
119 char_type *zs_stackp;
123 char_type zs_gbuf[BITS];
257 tab_suffixof(zs->u.r.zs_code) = (char_type) zs->u.r.zs_code;
336 char_type *b
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc131 do_is(mask __m, char_type __c) const
176 do_scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
/freebsd-10.0-release/usr.bin/compress/
H A Dzopen.c82 typedef u_char char_type; typedef
83 static char_type magic_header[] =
123 char_type zs_buf[BITS];
132 char_type *zs_stackp;
136 char_type zs_gbuf[BITS];
188 #define tab_suffixof(i) ((char_type *)(htab))[i]
189 #define de_stack ((char_type *)&tab_suffixof(1 << BITS))
362 static char_type lmask[9] =
364 static char_type rmask[9] =
372 char_type *b
[all...]
/freebsd-10.0-release/contrib/libreadline/examples/
H A Dreadlinebuf.h49 typedef char char_type; typedef in class:readlinebuf
68 virtual streamsize xsgetn( char_type* buf, streamsize n ) {
/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_inline.h144 do_scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_inline.h144 do_scan_not(mask __m, const char_type* __lo, const char_type* __hi) const
/freebsd-10.0-release/contrib/libc++/src/
H A Dlocale.cpp660 collate_byname<char>::do_compare(const char_type* __lo1, const char_type* __hi1,
661 const char_type* __lo2, const char_type* __hi2) const
674 collate_byname<char>::do_transform(const char_type* lo, const char_type* hi) const
712 collate_byname<wchar_t>::do_compare(const char_type* __lo1, const char_type* __hi1,
713 const char_type* __lo2, const char_type* __hi
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/locale/gnu/
H A Dctype_members.cc194 do_scan_not(mask __m, const char_type* __lo, const char_type* __hi) const

Completed in 165 milliseconds

12