Home
last modified time | relevance | path

Searched refs:char_type (Results 1 – 25 of 29) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h53 typedef _CharT char_type; typedef
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 in eback()
88 char_type* gptr() const { return _M_gnext; } // Current position in gptr()
89 char_type* egptr() const { return _M_gend; } // End in egptr()
[all …]
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, in operator()
38 const typename _Traits::char_type& __y) const in operator()
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) {} in _Eq_char_bound()
47 bool operator()(const typename _Traits::char_type& __x) const in operator()
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __val;
[all …]
Dchar_traits.h134 typedef _CharT char_type; typedef
140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } in assign()
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) in eq()
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) in lt()
146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { in compare()
153 static size_t _STLP_CALL length(const char_type* __s) { in length()
154 const char_type _NullChar = _STLP_DEFAULT_CONSTRUCTED(char_type); in length()
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { in find()
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) in move()
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); } in move()
[all …]
D_ios.h51 typedef _CharT char_type; typedef
66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) { in tie() argument
67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; in tie()
76 rdbuf(basic_streambuf<char_type, traits_type>*);
81 char_type fill() const { return _M_fill; } in fill()
82 char_type fill(char_type __fill) { in fill()
83 char_type __tmp(_M_fill); in fill()
117 const ctype<char_type>* _M_cached_ctype;
121 const ctype<char_type>* _M_ctype_facet() const { return _M_cached_ctype; } in _M_ctype_facet()
135 char_type _M_fill; // The fill character, used for padding.
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; typedef
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) {} in _Scan_for_wspace()
87 const char_type*
88 operator()(const char_type* __first, const char_type* __last) const { in operator()
[all …]
D_num_put.h54 typedef _CharT char_type; typedef
60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
D_monetary.c130 typedef _CharT char_type; in __money_do_get() typedef
133 typedef moneypunct<char_type, false> _Punct; in __money_do_get()
134 typedef moneypunct<char_type, true> _Punct_intl; in __money_do_get()
135 typedef ctype<char_type> _Ctype; in __money_do_get()
214 char_type __point = __intl ? __punct_intl.decimal_point() in __money_do_get()
224 char_type __sep = __grouping.empty() ? char_type() : in __money_do_get()
319 typedef _CharT char_type; in __money_do_put() typedef
321 typedef ctype<char_type> _Ctype; in __money_do_put()
322 typedef moneypunct<char_type, false> _Punct; in __money_do_put()
323 typedef moneypunct<char_type, true> _Punct_intl; in __money_do_put()
[all …]
D_istream.h74 typedef _CharT char_type; typedef
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) in get()
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) in getline()
153 _Self& read(char_type* __s, streamsize __n);
154 streamsize readsome(char_type* __s, streamsize __n);
157 _Self& putback(char_type __c);
D_monetary.h56 typedef _CharT char_type; typedef
88 typedef char char_type; typedef
127 typedef char char_type; typedef
170 typedef wchar_t char_type; typedef
209 typedef wchar_t char_type; typedef
253 typedef char char_type; typedef
286 typedef char char_type; typedef
320 typedef wchar_t char_type; typedef
353 typedef wchar_t char_type; typedef
390 typedef _CharT char_type; typedef
[all …]
D_sstream.h57 typedef _CharT char_type; typedef
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
162 typedef typename _Traits::char_type char_type; typedef
206 typedef typename _Traits::char_type char_type; typedef
D_fstream.h151 typedef _CharT char_type; typedef
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_en… in _M_do_noconv_input()
347 typedef typename _Traits::char_type char_type; typedef
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*, in _M_doit() argument
349 char_type*, char_type*) in _M_doit() argument
379 typedef typename _Traits::char_type char_type; typedef
382 _M_doit(basic_filebuf<char_type, _Traits>*) in _M_doit() argument
445 typedef _CharT char_type; typedef
526 typedef _CharT char_type; typedef
[all …]
D_numpunct.h50 typedef char char_type; typedef
79 typedef wchar_t char_type; typedef
109 typedef char char_type; typedef
141 typedef wchar_t char_type; typedef
D_ostreambuf_iterator.h44 typedef _CharT char_type; typedef
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
D_time_facets.h133 typedef _Ch char_type; typedef
250 typedef _Ch char_type; typedef
275 char_type /* __fill */, const tm* __tmb,
289 typedef _Ch char_type; typedef
D_istreambuf_iterator.h49 typedef _CharT char_type; typedef
66 char_type operator*() const { this->_M_getc(); return _M_c; }
D_collate.h45 typedef char char_type; typedef
81 typedef wchar_t char_type; typedef
D_messages_facets.h58 typedef char char_type; typedef
91 typedef wchar_t char_type; typedef
D_stream_iterator.h98 typedef _CharT char_type; typedef
171 typedef _CharT char_type; typedef
D_ostream.h63 typedef _CharT char_type; typedef
96 _Self& put(char_type __c);
97 _Self& write(const char_type* __s, streamsize __n);
D_ctype.h75 typedef char char_type; typedef
179 typedef wchar_t char_type; typedef
D_ios.c76 _M_cached_ctype = &use_facet<ctype<char_type> >(__loc); in imbue()
D_strstream.h141 typedef char char_type; typedef
D_string.c59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> {
60 typedef typename _Traits::char_type _CharT;
515 typedef typename _Traits::char_type _CharType; in find_first_not_of()
542 typedef typename _Traits::char_type _CharType; in find_last_not_of()
D_ostream.c408 basic_ostream<_CharT, _Traits>::put(char_type __c) { in put()
430 basic_ostream<_CharT, _Traits>::write(const char_type* __s, streamsize __n) { in write()
D_streambuf.c199 basic_streambuf<_CharT, _Traits>:: setbuf(char_type*, streamsize) in setbuf() argument

12