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

12

/external/openssl/crypto/asn1/
H A Dcharmap.h5 static const unsigned char char_type[] = { variable
H A Dcharmap.pl71 static unsigned char char_type[] = {
/external/chromium/googleurl/base/
H A Dstring16.h79 typedef char16 char_type; typedef in struct:base::string16_char_traits
86 static void assign(char_type& c1, const char_type& c2) {
90 static bool eq(const char_type& c1, const char_type& c2) {
93 static bool lt(const char_type& c1, const char_type& c2) {
97 static int compare(const char_type* s1, const char_type* s2, size_t n) {
101 static size_t length(const char_type*
[all...]
/external/stlport/stlport/stl/
H A D_ctraits_fns.h34 : public binary_function<typename _Traits::char_type,
35 typename _Traits::char_type,
37 bool operator()(const typename _Traits::char_type& __x,
38 const typename _Traits::char_type& __y) const
44 : public unary_function<typename _Traits::char_type, bool> {
45 typename _Traits::char_type __val;
46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {}
47 bool operator()(const typename _Traits::char_type& __x) const
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __va
[all...]
H A D_streambuf.h53 typedef _CharT char_type; typedef in class:basic_streambuf
61 char_type* _M_gbegin; // Beginning of get area
62 char_type* _M_gnext; // Current position within the get area
63 char_type* _M_gend; // End of get area
65 char_type* _M_pbegin; // Beginning of put area
66 char_type* _M_pnext; // Current position within the put area
67 char_type* _M_pend; // End of put area
87 char_type* eback() const { return _M_gbegin; } // Beginning
88 char_type* gptr() const { return _M_gnext; } // Current position
89 char_type* egpt
[all...]
H A Dchar_traits.h134 typedef _CharT char_type; typedef in class:__char_traits_base
140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; }
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2)
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2)
146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) {
153 static size_t _STLP_CALL length(const char_type* __
213 typedef char char_type; typedef in class:char_traits
[all...]
H A D_ios.h51 typedef _CharT char_type; typedef in class:basic_ios
66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) {
67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream;
76 rdbuf(basic_streambuf<char_type, traits_type>*);
81 char_type fill() const { return _M_fill; }
82 char_type fill(char_type __fill) {
83 char_type __tmp(_M_fill);
117 const ctype<char_type>* _M_cached_ctype;
121 const ctype<char_type>* _M_ctype_face
[all...]
H A D_istream.h74 typedef _CharT char_type; typedef in class:basic_istream
130 _Self& get(char_type& __c);
133 _Self& get(char_type* __s, streamsize __n, char_type __delim);
134 _Self& get(char_type* __s, streamsize __n)
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n)
153 _Self& read(char_type* __
[all...]
H A D_num_put.h54 typedef _CharT char_type; typedef in class:num_put
60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
H A D_monetary.c130 typedef _CharT char_type; typedef
133 typedef moneypunct<char_type, false> _Punct; typedef
134 typedef moneypunct<char_type, true> _Punct_intl; typedef
135 typedef ctype<char_type> _Ctype;
214 char_type __point = __intl ? __punct_intl.decimal_point()
224 char_type __sep = __grouping.empty() ? char_type() :
319 typedef _CharT char_type; typedef
321 typedef ctype<char_type> _Ctype;
322 typedef moneypunct<char_type, fals typedef
323 typedef moneypunct<char_type, true> _Punct_intl; typedef
[all...]
H A D_monetary.h56 typedef _CharT char_type; typedef in class:money_get
88 typedef char char_type; typedef in class:moneypunct
127 typedef char char_type; typedef in class:moneypunct
170 typedef wchar_t char_type; typedef in class:moneypunct
209 typedef wchar_t char_type; typedef in class:moneypunct
253 typedef char char_type; typedef in class:moneypunct_byname
286 typedef char char_type; typedef in class:moneypunct_byname
320 typedef wchar_t char_type; typedef in class:moneypunct_byname
353 typedef wchar_t char_type; typedef in class:moneypunct_byname
390 typedef _CharT char_type; typedef in class:money_put
[all...]
H A D_istream.c53 typedef typename _Traits::char_type argument_type;
65 typedef typename _Traits::char_type argument_type;
79 typedef typename _Traits::char_type char_type;
80 typedef char_type* first_argument_type;
81 typedef char_type* second_argument_type;
82 typedef char_type* result_type;
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {}
87 const char_type*
[all...]
H A D_sstream.h57 typedef _CharT char_type; typedef in class:basic_stringbuf
86 virtual streamsize xsputn(const char_type* __s, streamsize __n);
87 virtual streamsize _M_xsputnc(char_type __c, streamsize __n);
119 typedef typename _Traits::char_type char_type; typedef in class:basic_istringstream
162 typedef typename _Traits::char_type char_type; typedef in class:basic_ostringstream
206 typedef typename _Traits::char_type char_type; typedef in class:basic_stringstream
H A D_fstream.h151 typedef _CharT char_type; typedef in class:basic_filebuf
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 /* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
[all...]
H A D_numpunct.h50 typedef char char_type; typedef in class:numpunct
79 typedef wchar_t char_type; typedef in class:numpunct
109 typedef char char_type; typedef in class:numpunct_byname
141 typedef wchar_t char_type; typedef in class:numpunct_byname
H A D_ostreambuf_iterator.h44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
H A D_collate.h45 typedef char char_type; typedef in class:collate
81 typedef wchar_t char_type; typedef in class:collate
H A D_istreambuf_iterator.h49 typedef _CharT char_type; typedef in class:istreambuf_iterator
66 char_type operator*() const { this->_M_getc(); return _M_c; }
H A D_messages_facets.h58 typedef char char_type; typedef in class:messages
91 typedef wchar_t char_type; typedef in class:messages
/external/chromium/base/
H A Dstring16.h62 typedef char16 char_type; typedef in struct:base::string16_char_traits
65 // int_type needs to be able to hold each possible value of char_type, and in
67 COMPILE_ASSERT(sizeof(int_type) > sizeof(char_type), unexpected_type_width);
73 static void assign(char_type& c1, const char_type& c2) {
77 static bool eq(const char_type& c1, const char_type& c2) {
80 static bool lt(const char_type& c1, const char_type& c2) {
84 static int compare(const char_type* s
[all...]
H A Dstring_tokenizer.h93 typedef typename str::value_type char_type; typedef in class:StringTokenizerT
208 bool IsDelim(char_type c) const {
212 bool IsQuote(char_type c) const {
219 char_type quote_char;
224 bool AdvanceOne(AdvanceState* state, char_type c) {
/external/oprofile/include/
H A Dsstream40 typedef char char_type;
61 stream = new char_type[stream_len];
87 stream = new char_type[stream_len];
110 char_type* new_stream = new char_type[stream_len];
127 setbuf(char_type* s, streamsize n)
132 stream = new char_type[n];
150 char_type* beg = stream;
151 char_type* curi = NULL;
152 char_type* cur
[all...]
/external/stlport/test/eh/
H A Dlocale.cpp42 const ctype<char>& char_type=use_facet<ctype<char> >(cout.getloc()); local
43 if(char_type.is(ctype_base::upper, '�')) puts("Upper");
44 if(char_type.is(ctype_base::lower, '�')) puts("Lower");
/external/clang/test/CXX/except/except.spec/
H A Dcanonical.cpp21 typedef typename _Traits::char_type value_type;
/external/zlib/src/contrib/iostream3/
H A Dzfstream.h136 setbuf(char_type* p,
207 char_type* buffer;

Completed in 303 milliseconds

12