Searched defs:_CharT (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/SemaCXX/
H A DPR9461.cpp24 template<typename _CharT,typename _Traits,typename _Alloc>
25 basic_string<_CharT,_Traits,_Alloc>::basic_string(const _CharT*,const _Alloc&) argument
/external/stlport/stlport/stl/
H A D_ios.c38 template <class _CharT, class _Traits> variable
39 basic_ios<_CharT, _Traits> variable
40 ::basic_ios(basic_streambuf<_CharT, _Traits>* __streambuf)
42 _M_fill(_STLP_NULL_CHAR_INIT(_CharT)), _M_streambuf(0), _M_tied_ostream(0) {
43 basic_ios<_CharT, _Traits>::init(__streambuf); local
46 template <class _CharT, class _Traits> variable
47 basic_streambuf<_CharT, _Traits>* variable
48 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __buf) { variable
49 basic_streambuf<_CharT, _Trait local
55 template <class _CharT, class _Traits> variable
56 basic_ios<_CharT, _Traits>& variable
57 basic_ios<_CharT, _Traits>::copyfmt(const basic_ios<_CharT, _Traits>& __x) { variable
68 template <class _CharT, class _Traits> variable
69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) { variable
89 template <class _CharT, class _Traits> variable
90 basic_ios<_CharT, _Traits>::basic_ios() variable
95 template <class _CharT, class _Traits> variable
97 basic_ios<_CharT, _Traits>::init(basic_streambuf<_CharT, _Traits>* __sb) variable
113 template <class _CharT, class _Traits> variable
114 void basic_ios<_CharT, _Traits>::_M_handle_exception(ios_base::iostate __flag) variable
[all...]
H A D_complex.c90 template <class _Tp, class _CharT, class _Traits> variable
91 basic_ostream<_CharT, _Traits>& _STLP_CALL variable
92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) {
93 basic_ostringstream<_CharT, _Traits, allocator<_CharT> > __tmp; local
105 template <class _Tp, class _CharT, class _Traits> variable
106 basic_istream<_CharT, _Traits>& _STLP_CALL variable
107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) {
111 const ctype<_CharT>& __c_type = *__is._M_ctype_facet();
114 _CharT __wpunc
[all...]
H A D_bitset.c177 template <class _CharT, class _Traits, size_t _Nb> variable
178 basic_istream<_CharT, _Traits>& _STLP_CALL variable
179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) {
180 basic_string<_CharT, _Traits> __tmp; local
184 typename basic_istream<_CharT, _Traits>::sentry __sentry(__is); local
186 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf(); local
217 template <class _CharT, class _Traits, size_t _Nb> variable
218 basic_ostream<_CharT, _Traits>& _STLP_CALL variable
219 operator<<(basic_ostream<_CharT, _Traits>& __os,
221 basic_string<_CharT, _Trait local
[all...]
H A D_stream_iterator.h65 # define __ISI_TMPL_HEADER_ARGUMENTS class _Tp, class _CharT, class _Traits, class _Dist
66 # define __ISI_TMPL_ARGUMENTS _Tp, _CharT, _Traits, _Dist
68 class _CharT = char, class _Traits = char_traits<_CharT>,
89 typedef char _CharT; typedef in class:istream_iterator
98 typedef _CharT char_type;
100 typedef basic_istream<_CharT, _Traits> istream_type;
158 class _CharT = char, class _Traits = char_traits<_CharT> >
164 typedef char _CharT; typedef in class:ostream_iterator
[all...]
H A D_streambuf.c30 template <class _CharT, class _Traits> variable
31 basic_streambuf<_CharT, _Traits>::basic_streambuf() variable
39 template <class _CharT, class _Traits> variable
40 basic_streambuf<_CharT, _Traits>::~basic_streambuf() variable
43 template <class _CharT, class _Traits> variable
45 basic_streambuf<_CharT, _Traits>::pubimbue(const locale& __loc) { variable
52 template <class _CharT, class _Traits> variable
54 basic_streambuf<_CharT, _Traits>::xsgetn(_CharT* __s, streamsize __n) { variable
82 template <class _CharT, clas variable
84 basic_streambuf<_CharT, _Traits>::xsputn(const _CharT* __s, streamsize __n) variable
110 template <class _CharT, class _Traits> variable
112 basic_streambuf<_CharT, _Traits>::_M_xsputnc(_CharT __c, streamsize __n) variable
135 template <class _CharT, class _Traits> variable
136 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_CharT, _Traits>::int_type variable
137 basic_streambuf<_CharT, _Traits>::_M_snextc_aux() variable
148 template <class _CharT, class _Traits> variable
149 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_CharT, _Traits>::int_type variable
150 basic_streambuf<_CharT, _Traits>::pbackfail(int_type) { variable
154 template <class _CharT, class _Traits> variable
155 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_CharT, _Traits>::int_type variable
156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { variable
160 template <class _CharT, class _Traits> variable
161 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_CharT, _Traits>::int_type variable
162 basic_streambuf<_CharT, _Traits>::uflow() { variable
168 template <class _CharT, class _Traits> variable
169 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_CharT, _Traits>::int_type variable
170 basic_streambuf<_CharT, _Traits>::underflow() variable
173 template <class _CharT, class _Traits> variable
175 basic_streambuf<_CharT, _Traits>::showmanyc() variable
178 template <class _CharT, class _Traits> variable
180 basic_streambuf<_CharT, _Traits>::imbue(const locale&) {} variable
182 template <class _CharT, class _Traits> variable
184 basic_streambuf<_CharT, _Traits>::sync() { return 0; } variable
186 template <class _CharT, class _Traits> variable
187 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_CharT, _Traits>::pos_type variable
188 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode) variable
191 template <class _CharT, class _Traits> variable
192 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_CharT, _Traits>::pos_type variable
193 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir, variable
197 template <class _CharT, class _Traits> variable
198 basic_streambuf<_CharT, _Traits>* variable
199 basic_streambuf<_CharT, _Traits>:: setbuf(char_type*, streamsize) variable
[all...]
H A D_string_io.c14 template <class _CharT, class _Traits> variable
16 __stlp_string_fill(basic_ostream<_CharT, _Traits>& __os,
17 basic_streambuf<_CharT, _Traits>* __buf,
19 _CharT __f = __os.fill();
28 template <class _CharT, class _Traits, class _Alloc> variable
29 basic_ostream<_CharT, _Traits>& _STLP_CALL variable
30 operator << (basic_ostream<_CharT, _Traits>& __os,
31 const basic_string<_CharT,_Traits,_Alloc>& __s) {
32 typedef basic_ostream<_CharT, _Traits> __ostream; typedef
33 typedef typename basic_string<_CharT, _Trait typedef
46 basic_streambuf<_CharT, _Traits>* __buf = __os.rdbuf(); local
67 template <class _CharT, class _Traits, class _Alloc> variable
68 basic_istream<_CharT, _Traits>& _STLP_CALL variable
71 typedef basic_istream<_CharT, _Traits> __istream; typedef
72 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type; typedef
80 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf(); local
131 template <class _CharT, class _Traits, class _Alloc> variable
132 basic_istream<_CharT, _Traits>& _STLP_CALL variable
136 typedef basic_istream<_CharT, _Traits> __istream; typedef
137 typedef typename basic_string<_CharT, _Traits, _Alloc>::size_type size_type; typedef
139 typename basic_istream<_CharT, _Traits>::sentry __sentry(__is, true); local
141 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf(); local
[all...]
H A D_num_put.c34 // to a buffer of char, transform the buffer to _CharT, and then copy
40 template <class _CharT, class _OutputIter> variable
42 __copy_float_and_fill(const _CharT* __first, const _CharT* __last,
45 streamsize __width, _CharT __fill,
46 _CharT __xplus, _CharT __xminus) {
113 template <class _CharT, class _OutputIter, class _Float> variable
116 _CharT __fill, _Float __x) {
121 const numpunct<_CharT>
146 template <class _CharT, class _OutputIter> variable
370 template <class _CharT, class _OutputIter, class _Integer> variable
384 template <class _CharT, class _OutputIter> variable
389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename(); local
414 template <class _CharT, class _OutputIterator> variable
415 locale::id num_put<_CharT, _OutputIterator>::id; variable
418 template <class _CharT, class _OutputIter> variable
420 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, variable
430 template <class _CharT, class _OutputIter> variable
432 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, variable
436 template <class _CharT, class _OutputIter> variable
438 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, variable
442 template <class _CharT, class _OutputIter> variable
444 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, variable
449 template <class _CharT, class _OutputIter> variable
451 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, variable
457 template <class _CharT, class _OutputIter> variable
459 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, variable
463 template <class _CharT, class _OutputIter> variable
465 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT __fill, variable
473 template <class _CharT, class _OutputIter> variable
475 num_put<_CharT, _OutputIter>::do_put(_OutputIter __s, ios_base& __f, _CharT /*__fill*/, variable
[all...]
H A D_ostream.c36 template <class _CharT, class _Traits> variable
37 basic_ostream<_CharT, _Traits>::basic_ostream(basic_streambuf<_CharT, _Traits>* __buf) variable
38 : basic_ios<_CharT, _Traits>() {
42 template <class _CharT, class _Traits> variable
43 basic_ostream<_CharT, _Traits>::~basic_ostream() variable
47 template <class _CharT, class _Traits> variable
48 basic_ostream<_CharT, _Traits>& variable
49 basic_ostream<_CharT, _Traits>::operator<<(basic_streambuf<_CharT, _Trait variable
71 template <class _CharT, class _Traits> variable
72 bool basic_ostream<_CharT, _Traits> variable
117 template <class _CharT, class _Traits> variable
119 typedef basic_streambuf<_CharT, _Traits> _StreamBuf; typedef in struct:_SPutBackC
143 template <class _CharT, class _Traits> variable
144 bool basic_ostream<_CharT, _Traits> variable
147 typedef _SPutBackC<_CharT, _Traits> _SPutBackCGuard; typedef
192 template <class _CharT, class _Traits, class _Number> variable
193 basic_ostream<_CharT, _Traits>& _STLP_CALL variable
195 typedef typename basic_ostream<_CharT, _Traits>::sentry _Sentry; typedef
201 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> > _NumPut; typedef
221 template <class _CharT, class _Traits> variable
222 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(short __x) { variable
229 template <class _CharT, class _Traits> variable
230 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned short __x) { variable
235 template <class _CharT, class _Traits> variable
236 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(int __x) { variable
243 template <class _CharT, class _Traits> variable
245 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned int __x) { variable
257 template <class _CharT, class _Traits> variable
258 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(long __x) variable
261 template <class _CharT, class _Traits> variable
262 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(unsigned long __x) variable
266 template <class _CharT, class _Traits> variable
267 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (_STLP_LONG_LONG __x) variable
270 template <class _CharT, class _Traits> variable
271 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<< (unsigned _STLP_LONG_LONG __x) variable
275 template <class _CharT, class _Traits> variable
276 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(float __x) variable
279 template <class _CharT, class _Traits> variable
280 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(double __x) variable
284 template <class _CharT, class _Traits> variable
285 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(long double __x) variable
289 template <class _CharT, class _Traits> variable
290 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(const void* __x) variable
294 template <class _CharT, class _Traits> variable
295 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::operator<<(bool __x) variable
299 template <class _CharT, class _Traits> variable
300 void basic_ostream<_CharT, _Traits>::_M_put_char(_CharT __c) { variable
330 template <class _CharT, class _Traits> variable
331 void basic_ostream<_CharT, _Traits>::_M_put_nowiden(const _CharT* __s) { variable
362 template <class _CharT, class _Traits> variable
363 void basic_ostream<_CharT, _Traits>::_M_put_widen(const char* __s) { variable
394 template <class _CharT, class _Traits> variable
395 bool basic_ostream<_CharT, _Traits>::_M_put_widen_aux(const char* __s, variable
397 basic_streambuf<_CharT, _Traits>* __buf = this->rdbuf(); local
406 template <class _CharT, class _Traits> variable
407 basic_ostream<_CharT, _Traits>& variable
408 basic_ostream<_CharT, _Traits>::put(char_type __c) { variable
428 template <class _CharT, class _Traits> variable
429 basic_ostream<_CharT, _Traits>& variable
430 basic_ostream<_CharT, _Traits>::write(const char_type* __s, streamsize __n) { variable
[all...]
H A D_sstream.c31 # define __BSB_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
32 # define __BSB_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type
43 template <class _CharT, class _Traits, class _Alloc> variable
44 basic_stringbuf<_CharT, _Traits, _Alloc> variable
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
49 template <class _CharT, class _Traits, class _Alloc> variable
50 basic_stringbuf<_CharT, _Traits, _Alloc> variable
51 ::basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __s, ios_base::openmode __mode)
52 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str(__s)
57 template <class _CharT, clas variable
58 basic_stringbuf<_CharT, _Traits, _Alloc>::~basic_stringbuf() variable
62 template <class _CharT, class _Traits, class _Alloc> variable
64 basic_stringbuf<_CharT, _Traits, _Alloc>::str(const basic_string<_CharT, _Traits, _Alloc>& __s) variable
70 template <class _CharT, class _Traits, class _Alloc> variable
72 basic_stringbuf<_CharT, _Traits, _Alloc>::_M_set_ptrs() variable
94 template <class _CharT, class _Traits, class _Alloc> variable
96 basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() { variable
103 template <class _CharT, class _Traits, class _Alloc> variable
105 basic_stringbuf<_CharT, _Traits, _Alloc>::uflow() { variable
115 template <class _CharT, class _Traits, class _Alloc> variable
117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) { variable
141 template <class _CharT, class _Traits, class _Alloc> variable
142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c) variable
168 template <class _CharT, class _Traits, class _Alloc> variable
170 basic_stringbuf<_CharT, _Traits, _Alloc>::xsputn(const char_type* __s, variable
211 template <class _CharT, class _Traits, class _Alloc> variable
213 basic_stringbuf<_CharT, _Traits, _Alloc>::_M_xsputnc(char_type __c, variable
260 template <class _CharT, class _Traits, class _Alloc> variable
261 basic_streambuf<_CharT, _Traits>* variable
262 basic_stringbuf<_CharT, _Traits, _Alloc>::setbuf(_CharT*, streamsize __n) { variable
297 template <class _CharT, class _Traits, class _Alloc> variable
299 basic_stringbuf<_CharT, _Traits, _Alloc> variable
355 template <class _CharT, class _Traits, class _Alloc> variable
357 basic_stringbuf<_CharT, _Traits, _Alloc> variable
392 template <class _CharT, class _Traits, class _Alloc> variable
393 basic_istringstream<_CharT, _Traits, _Alloc> variable
400 template <class _CharT, class _Traits, class _Alloc> variable
401 basic_istringstream<_CharT, _Traits, _Alloc> variable
408 template <class _CharT, class _Traits, class _Alloc> variable
409 basic_istringstream<_CharT, _Traits, _Alloc>::~basic_istringstream() variable
415 template <class _CharT, class _Traits, class _Alloc> variable
416 basic_ostringstream<_CharT, _Traits, _Alloc> variable
423 template <class _CharT, class _Traits, class _Alloc> variable
424 basic_ostringstream<_CharT, _Traits, _Alloc> variable
431 template <class _CharT, class _Traits, class _Alloc> variable
432 basic_ostringstream<_CharT, _Traits, _Alloc>::~basic_ostringstream() variable
438 template <class _CharT, class _Traits, class _Alloc> variable
439 basic_stringstream<_CharT, _Traits, _Alloc> variable
445 template <class _CharT, class _Traits, class _Alloc> variable
446 basic_stringstream<_CharT, _Traits, _Alloc> variable
452 template <class _CharT, class _Traits, class _Alloc> variable
453 basic_stringstream<_CharT, _Traits, _Alloc>::~basic_stringstream() variable
[all...]
H A D_time_facets.c38 template <class _CharT, class _InputIterator> variable
39 locale::id time_get<_CharT, _InputIterator>::id; variable
41 template <class _CharT, class _OutputIterator> variable
42 locale::id time_put<_CharT, _OutputIterator>::id; variable
H A D_fstream.c37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type
38 # define __BF_pos_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::pos_type
39 # define __BF_off_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::off_type
46 template <class _CharT, class _Traits> variable
47 basic_filebuf<_CharT, _Traits>::basic_filebuf() variable
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits> variable
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() { variable
73 template <class _CharT, class _Traits> variable
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Trait variable
75 basic_filebuf<_CharT, _Traits>::underflow() { variable
79 template <class _CharT, class _Traits> variable
80 basic_filebuf<_CharT, _Traits>* variable
81 basic_filebuf<_CharT, _Traits>::close() { variable
117 template <class _CharT, class _Traits> variable
118 void basic_filebuf<_CharT, _Traits>::_M_exit_input_mode() { variable
131 template <class _CharT, class _Traits> variable
132 streamsize basic_filebuf<_CharT, _Traits>::showmanyc() { variable
155 template <class _CharT, class _Traits> variable
157 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c) { variable
206 template <class _CharT, class _Traits> variable
208 basic_filebuf<_CharT, _Traits>::overflow(int_type __c) { variable
266 template <class _CharT, class _Traits> variable
267 basic_streambuf<_CharT, _Traits>* variable
268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) { variable
289 template <class _CharT, class _Traits> variable
291 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, variable
382 template <class _CharT, class _Traits> variable
384 basic_filebuf<_CharT, _Traits>::seekpos(pos_type __pos, variable
401 template <class _CharT, class _Traits> variable
402 int basic_filebuf<_CharT, _Traits>::sync() { variable
412 template <class _CharT, class _Traits> variable
413 void basic_filebuf<_CharT, _Traits>::imbue(const locale& __loc) { variable
428 template <class _CharT, class _Traits> variable
429 bool basic_filebuf<_CharT, _Traits>::_M_switch_to_input_mode() { variable
451 template <class _CharT, class _Traits> variable
452 bool basic_filebuf<_CharT, _Traits>::_M_switch_to_output_mode() { variable
483 template <class _CharT, class _Traits> variable
485 basic_filebuf<_CharT, _Traits>::_M_input_error() { variable
493 template <class _CharT, class _Traits> variable
495 basic_filebuf<_CharT, _Traits>::_M_underflow_aux() { variable
577 template <class _CharT, class _Traits> variable
579 basic_filebuf<_CharT, _Traits>::_M_output_error() { variable
592 template <class _CharT, class _Traits> variable
593 bool basic_filebuf<_CharT, _Traits>::_M_unshift() { variable
629 template <class _CharT, class _Traits> variable
630 bool basic_filebuf<_CharT, _Traits>::_M_allocate_buffers(_CharT* __buf, streamsize __n) { variable
675 template <class _CharT, class _Traits> variable
676 bool basic_filebuf<_CharT, _Traits>::_M_allocate_buffers() { variable
684 template <class _CharT, class _Traits> variable
685 void basic_filebuf<_CharT, _Traits>::_M_deallocate_buffers() { variable
699 template <class _CharT, class _Traits> variable
700 bool basic_filebuf<_CharT, _Traits>::_M_seek_init(bool __do_unshift) { variable
734 template <class _CharT, class _Traits> variable
735 void basic_filebuf<_CharT, _Traits>::_M_setup_codecvt(const locale& __loc, bool __on_imbue) { variable
[all...]
H A D_monetary.c39 template <class _CharT, class _InputIterator> variable
40 locale::id money_get<_CharT, _InputIterator>::id; variable
42 template <class _CharT, class _OutputIterator> variable
43 locale::id money_put<_CharT, _OutputIterator>::id; variable
60 template <class _InIt, class _OuIt, class _CharT>
63 const ctype<_CharT>& _c_type,
64 _CharT __point, int __frac_digits, _CharT __sep,
101 *__out_ite++ = _CharT('0');
121 template <class _CharT, clas variable
277 template <class _CharT, class _InputIter> variable
279 money_get<_CharT, _InputIter>::do_get(_InputIter __s, _InputIter __end, bool __intl, variable
302 template <class _CharT, class _InputIter> variable
304 money_get<_CharT, _InputIter>::do_get(iter_type __s, iter_type __end, bool __intl, variable
315 template <class _CharT, class _OutputIter, class _Str_Type, class _Str> variable
503 template <class _CharT, class _OutputIter> variable
505 money_put<_CharT, _OutputIter> variable
513 template <class _CharT, class _OutputIter> variable
515 money_put<_CharT, _OutputIter> variable
[all...]
H A D_num_get.c54 template <class _InputIter, class _CharT>
57 ios_base::fmtflags __flags, const ctype<_CharT>& __c_type) {
58 _CharT __atoms[5];
62 _CharT __c = *__in_ite;
116 template <class _InputIter, class _Integer, class _CharT>
120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
132 const _CharT __c = *__first;
176 template <class _InputIter, class _Integer, class _CharT>
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
192 const _CharT __
452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); local
453 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __falsename = __np.falsename(); local
493 template <class _CharT, class _InputIterator> variable
494 locale::id num_get<_CharT, _InputIterator>::id; variable
497 template <class _CharT, class _InputIter> variable
499 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, variable
521 template <class _CharT, class _InputIter> variable
523 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
527 template <class _CharT, class _InputIter> variable
529 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
535 template <class _CharT, class _InputIter> variable
537 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
541 template <class _CharT, class _InputIter> variable
543 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
548 template <class _CharT, class _InputIter> variable
550 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
555 template <class _CharT, class _InputIter> variable
557 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
562 template <class _CharT, class _InputIter> variable
564 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
569 template <class _CharT, class _InputIter> variable
571 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
577 template <class _CharT, class _InputIter> variable
579 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
585 template <class _CharT, class _InputIter> variable
587 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
602 template <class _CharT, class _InputIter> variable
604 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
609 template <class _CharT, class _InputIter> variable
611 num_get<_CharT, _InputIter>::do_get(_InputIter __in_ite, _InputIter __end, ios_base& __str, variable
[all...]
H A D_string.c48 # define iterator _CharT*
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_string<_CharT,_Traits,_Alloc>::size_type
60 typedef typename _Traits::char_type _CharT; typedef in struct:bool
61 const _CharT* _M_first;
62 const _CharT* _M_last;
64 _Not_within_traits(const _CharT* __f, const _CharT* __l)
67 bool operator()(const _CharT& __x) const {
73 template <class _InputIter, class _CharT, class _Traits> variable
75 const _CharT* __first
79 template <class _InputIter, class _CharT, class _Traits> variable
85 template <class _InputIter, class _CharT, class _Traits> variable
98 template <class _InputIter, class _CharT, class _Traits> variable
104 template <class _InputIter, class _CharT, class _Traits> variable
110 template <class _InputIter, class _CharT, class _Tp, class _Traits> variable
120 template <class _InputIter, class _CharT, class _Traits> variable
127 template <class _InputIter, class _CharT, class _Traits> variable
133 template <class _InputIter, class _CharT, class _Traits> variable
157 template <class _CharT, class _Traits, class _Alloc> variable
158 void basic_string<_CharT,_Traits,_Alloc>::reserve(size_type __res_arg) { variable
169 template <class _CharT, class _Traits, class _Alloc> variable
170 void basic_string<_CharT,_Traits,_Alloc>::_M_reserve(size_type __n) { variable
178 template <class _CharT, class _Traits, class _Alloc> variable
179 basic_string<_CharT,_Traits,_Alloc>& variable
180 basic_string<_CharT,_Traits,_Alloc>::append(size_type __n, _CharT __c) { variable
194 template <class _CharT, class _Traits, class _Alloc> variable
195 basic_string<_CharT, _Traits, _Alloc>& variable
196 basic_string<_CharT, _Traits, _Alloc>::_M_append(const _CharT* __first, const _CharT* __last) { variable
220 template <class _CharT, class _Traits, class _Alloc> variable
221 basic_string<_CharT,_Traits,_Alloc>& variable
222 basic_string<_CharT,_Traits,_Alloc>::assign(size_type __n, _CharT __c) { variable
240 template <class _CharT, class _Traits, class _Alloc> variable
241 basic_string<_CharT,_Traits,_Alloc>& variable
242 basic_string<_CharT,_Traits,_Alloc>::_M_assign(const _CharT* __f, const _CharT* __l) { variable
255 template <class _CharT, class _Traits, class _Alloc> variable
256 _CharT* basic_string<_CharT,_Traits,_Alloc> ::_M_insert_aux(_CharT* __p, variable
279 template <class _CharT, class _Traits, class _Alloc> variable
280 void basic_string<_CharT,_Traits,_Alloc>::insert(iterator __pos, variable
313 template <class _CharT, class _Traits, class _Alloc> variable
314 void basic_string<_CharT,_Traits,_Alloc>::_M_insert(iterator __pos, variable
370 template <class _CharT, class _Traits, class _Alloc> variable
371 basic_string<_CharT,_Traits,_Alloc>& variable
372 basic_string<_CharT,_Traits,_Alloc> ::replace(iterator __first, iterator __last, variable
387 template <class _CharT, class _Traits, class _Alloc> variable
388 basic_string<_CharT,_Traits,_Alloc>& variable
389 basic_string<_CharT,_Traits,_Alloc> ::_M_replace(iterator __first, iterator __last, variable
419 template <class _CharT, class _Traits, class _Alloc> variable
420 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find( const _CharT* __s, size_type __pos, variable
437 template <class _CharT, class _Traits, class _Alloc> variable
438 __size_type__ basic_string<_CharT,_Traits,_Alloc>::find(_CharT __c, size_type __pos) const variable
450 template <class _CharT, class _Traits, class _Alloc> variable
451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, variable
467 template <class _CharT, class _Traits, class _Alloc> variable
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const variable
481 template <class _CharT, class _Traits, class _Alloc> __size_type__ variable
482 basic_string<_CharT,_Traits,_Alloc> ::find_first_of(const _CharT* __s, size_type __pos, variable
494 template <class _CharT, class _Traits, class _Alloc> variable
496 basic_string<_CharT,_Traits,_Alloc> ::find_last_of(const _CharT* __s, size_type __pos, variable
512 template <class _CharT, class _Traits, class _Alloc> __size_type__ variable
513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, variable
527 template <class _CharT, class _Traits, class _Alloc> __size_type__ variable
528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { variable
538 template <class _CharT, class _Traits, class _Alloc> variable
540 basic_string<_CharT,_Traits,_Alloc>::find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const variable
557 template <class _CharT, class _Traits, class _Alloc> variable
559 basic_string<_CharT, _Traits, _Alloc>::find_last_not_of(_CharT __c, size_type __pos) const variable
577 template <class _CharT, class _Traits, class _Alloc> variable
630 template <class _CharT, class _Traits, class _Alloc> variable
631 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s) variable
638 template <class _CharT, class _Traits, class _Alloc> variable
639 basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT* __s, variable
646 template <class _CharT, class _Traits, class _Alloc> variable
647 basic_string<_CharT, _Traits, _Alloc>::basic_string(const basic_string<_CharT, _Traits, _Alloc> & __s) variable
657 template <class _CharT, class _Traits, class _Alloc> variable
658 const size_t basic_string<_CharT, _Traits, _Alloc>::npos; variable
[all...]
H A D_rope.h27 // rope<_CharT,_Alloc> is a sequence of _CharT.
91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope;
92 template<class _CharT, class _Alloc> struct _Rope_RopeConcatenation;
93 template<class _CharT, class _Alloc> struct _Rope_RopeRep;
94 template<class _CharT, class _Alloc> struct _Rope_RopeLeaf;
95 template<class _CharT, class _Alloc> struct _Rope_RopeFunction;
96 template<class _CharT, class _Alloc> struct _Rope_RopeSubstring;
97 template<class _CharT, clas
684 swap(_Rope_char_ref_proxy <_CharT, __Alloc > __a, _Rope_char_ref_proxy <_CharT, __Alloc > __b) argument
[all...]
H A D_rope.c58 template<class _CharT, class _Alloc> variable
59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos) variable
60 : _Rope_iterator_base<_CharT,_Alloc>(__r->_M_tree_ptr._M_data, __pos),
63 template<class _CharT, class _Alloc> variable
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos): variable
65 _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr._M_data, __pos),
70 _Rope_iterator_base<_CharT, _Alloc>* __x = this;
75 template<class _CharT, clas variable
76 void _Rope_RopeRep<_CharT, _Alloc>::_M_free_c_string() { variable
89 template <class _CharT, class _Alloc> variable
90 void _Rope_iterator_base<_CharT,_Alloc>::_S_setbuf( variable
98 typedef _Rope_RopeLeaf<_CharT, _Alloc> _RopeLeaf; typedef
109 typedef _Rope_RopeFunction<_CharT, _Alloc> _RopeFunction; typedef
135 template <class _CharT, class _Alloc> variable
136 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache( variable
207 template <class _CharT, class _Alloc> variable
208 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache_for_incr( variable
269 template <class _CharT, class _Alloc> variable
270 void _Rope_iterator_base<_CharT,_Alloc>::_M_incr(size_t __n) { variable
285 template <class _CharT, class _Alloc> variable
286 void _Rope_iterator_base<_CharT,_Alloc>::_M_decr(size_t __n) { variable
298 template <class _CharT, class _Alloc> variable
299 void _Rope_iterator<_CharT,_Alloc>::_M_check() { variable
315 template <class _CharT, class _Alloc> variable
316 void _Rope_RopeRep<_CharT,_Alloc>::_M_free_tree() { variable
320 typedef _Rope_RopeLeaf<_CharT, _Alloc> _RopeLeaf; typedef
329 typedef _Rope_RopeConcatenation<_CharT, _Alloc> _RopeConcatenation; typedef
338 typedef _Rope_RopeFunction<_CharT, _Alloc> _RopeFunction; typedef
347 typedef _Rope_RopeSubstring<_CharT, _Alloc> _RopeSubstring; typedef
368 template <class _CharT, class _Alloc> variable
369 void rope<_CharT, _Alloc>::_M_throw_out_of_range() const { variable
375 template <class _CharT, class _Alloc> variable
377 rope<_CharT,_Alloc>::_S_leaf_concat_char_iter ( variable
394 template <class _CharT, class _Alloc> variable
401 template <class _CharT, class _Alloc> variable
411 template <class _CharT, class _Alloc> variable
413 rope<_CharT,_Alloc>::_S_destr_leaf_concat_char_iter (_RopeLeaf* __r, const _CharT* __iter, size_t __len) { variable
441 template <class _CharT, class _Alloc> variable
443 rope<_CharT,_Alloc>::_S_tree_concat (_RopeRep* __left, _RopeRep* __right) { variable
472 template <class _CharT, class _Alloc> variable
474 _S_concat_char_iter(_RopeRep* __r, const _CharT*__s, size_t __slen) argument
515 template <class _CharT, class _Alloc> variable
517 rope<_CharT,_Alloc>::_S_destr_concat_char_iter( variable
575 template <class _CharT, class _Alloc> variable
577 rope<_CharT,_Alloc>::_S_concat_rep(_RopeRep* __left, _RopeRep* __right) { variable
619 template <class _CharT, class _Alloc> variable
621 rope<_CharT,_Alloc>::_S_substring(_RopeRep* __base, variable
755 template<class _CharT, class _Traits> variable
759 typedef basic_ostream<_CharT,_Traits> _Insert_ostream; typedef
760 typedef _Rope_insert_char_consumer<_CharT,_Traits> _Self; typedef
774 template<class _CharT, class _Traits> variable
775 bool _Rope_insert_char_consumer<_CharT, _Traits>::operator() variable
784 template <class _CharT, class _Alloc, class _CharConsumer> variable
788 typedef _Rope_RopeRep<_CharT, _Alloc> _RopeRep; typedef
789 typedef _Rope_RopeConcatenation<_CharT,_Alloc> _RopeConcatenation; typedef
790 typedef _Rope_RopeLeaf<_CharT,_Alloc> _RopeLeaf; typedef
791 typedef _Rope_RopeFunction<_CharT,_Alloc> _RopeFunction; typedef
844 template<class _CharT, class _Traits> variable
850 template<class _CharT, class _Traits, class _Alloc> variable
851 basic_ostream<_CharT, _Traits>& _S_io_get(basic_ostream<_CharT, _Traits>& __o, variable
856 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o); local
872 template<class _CharT, class _Traits, class _Alloc> variable
873 basic_ostream<_CharT, _Traits>& _S_io_get(basic_ostream<_CharT, _Traits>& __o, variable
877 _Rope_insert_char_consumer<_CharT, _Traits> __c(__o); local
888 template<class _CharT, class _Traits, class _Alloc> variable
889 basic_ostream<_CharT, _Traits>& operator<<(basic_ostream<_CharT, _Traits>& __o, variable
896 template <class _CharT, class _Alloc> variable
897 _CharT* rope<_CharT,_Alloc>::_S_flatten(_RopeRep* __r, variable
905 template <class _CharT, class _Alloc> variable
906 size_t rope<_CharT,_Alloc>::find(_CharT __pattern, size_t __start) const { variable
916 template <class _CharT, class _Alloc> variable
918 rope<_CharT,_Alloc>::_S_flatten(_Rope_RopeRep<_CharT, _Alloc>* __r, _CharT* __buffer) { variable
952 template <class _CharT, class _Alloc> variable
953 void rope<_CharT,_Alloc>::_S_dump(_RopeRep* __r, int __indent) { variable
1016 template <class _CharT, class _Alloc> variable
1018 rope<_CharT,_Alloc>::_S_min_len[__ROPE_DEPTH_SIZE] __ROPE_TABLE_BODY; variable
1025 template <class _CharT, class _Alloc> variable
1026 __RopeRep__* rope<_CharT,_Alloc>::_S_balance(_RopeRep* __r) { variable
1059 template <class _CharT, class _Alloc> variable
1061 rope<_CharT,_Alloc>::_S_add_to_forest(_RopeRep* __r, _RopeRep** __forest) variable
1077 template <class _CharT, class _Alloc> variable
1079 rope<_CharT,_Alloc>::_S_add_leaf_to_forest(_RopeRep* __r, _RopeRep** __forest) variable
1121 template <class _CharT, class _Alloc> variable
1123 rope<_CharT,_Alloc>::_S_fetch(_RopeRep* __r, size_type __i) variable
1168 template <class _CharT, class _Alloc> variable
1170 rope<_CharT,_Alloc>::_S_fetch_ptr(_RopeRep* __r, size_type __i) variable
1225 template <class _CharT, class _Alloc> variable
1227 rope<_CharT,_Alloc>::_S_compare (const _RopeRep* __left, variable
1267 template <class _CharT, class _Alloc> variable
1268 _Rope_char_ref_proxy<_CharT, _Alloc>& variable
1269 _Rope_char_ref_proxy<_CharT, _Alloc>::operator= (_CharT __c) { variable
1295 _Rope_char_ptr_proxy<_CharT, _Alloc> variable
1296 _Rope_char_ref_proxy<_CharT, _Alloc>::operator& () const { variable
1300 template<class _CharT, class _Alloc> variable
1301 _CharT rope<_CharT,_Alloc>::_S_empty_c_str[1] = { _CharT() }; variable
1305 template <class _CharT, class _Alloc> variable
1306 const size_t rope<_CharT, _Alloc>::npos; variable
1309 template<class _CharT, class _Alloc> variable
1310 const _CharT* rope<_CharT,_Alloc>::c_str() const { variable
1334 template<class _CharT, class _Alloc> variable
1335 const _CharT* rope<_CharT,_Alloc>::replace_with_c_str() { variable
1357 template<class _CharT,class _Alloc> variable
1363 rope<_CharT,_Alloc>& __r(__first.container()); local
1364 rope<_CharT,_Alloc> __prefix = __r.substr(0, __first.index()); local
1365 rope<_CharT,_Alloc> __suffix = local
1367 rope<_CharT,_Alloc> __part1 = local
1369 rope<_CharT,_Alloc> __part2 = local
[all...]

Completed in 387 milliseconds