Home
last modified time | relevance | path

Searched refs:_CharT (Results 1 – 25 of 122) sorted by relevance

12345

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dlocalefwd.h56 template<typename _CharT>
58 isspace(_CharT, const locale&);
60 template<typename _CharT>
62 isprint(_CharT, const locale&);
64 template<typename _CharT>
66 iscntrl(_CharT, const locale&);
68 template<typename _CharT>
70 isupper(_CharT, const locale&);
72 template<typename _CharT>
74 islower(_CharT, const locale&);
[all …]
Dbasic_string.tcc48 template<typename _CharT, typename _Traits, typename _Alloc>
49 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
50 basic_string<_CharT, _Traits, _Alloc>::
51 _Rep::_S_max_size = (((npos - sizeof(_Rep))/sizeof(_CharT)) - 1) / 4;
53 template<typename _CharT, typename _Traits, typename _Alloc>
54 const _CharT
55 basic_string<_CharT, _Traits, _Alloc>::
56 _Rep::_S_terminal = _CharT();
58 template<typename _CharT, typename _Traits, typename _Alloc>
59 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
[all …]
Dbasic_string.h108 template<typename _CharT, typename _Traits, typename _Alloc>
162 static const _CharT _S_terminal;
184 _CharT*
186 { return reinterpret_cast<_CharT*>(this + 1); } in _M_refdata()
188 _CharT&
192 _CharT*
213 _CharT*
220 _CharT*
227 _Alloc_hider(_CharT* __dat, const _Alloc& __a) in _Alloc_hider()
230 _CharT* _M_p; // The actual data.
[all …]
Dostream.tcc41 template<typename _CharT, typename _Traits>
42 basic_ostream<_CharT, _Traits>::sentry::
43 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() argument
59 template<typename _CharT, typename _Traits>
60 basic_ostream<_CharT, _Traits>&
61 basic_ostream<_CharT, _Traits>::
70 template<typename _CharT, typename _Traits>
71 basic_ostream<_CharT, _Traits>&
72 basic_ostream<_CharT, _Traits>::
82 template<typename _CharT, typename _Traits>
[all …]
Dlocale_facets.h108 template<typename _CharT, typename _Traits>
112 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
113 const _CharT* __olds, const streamsize __newlen,
125 template<typename _CharT>
127 __verify_grouping(const basic_string<_CharT>& __grouping,
128 basic_string<_CharT>& __grouping_tmp);
135 template<typename _CharT>
136 _CharT*
137 __add_grouping(_CharT* __s, _CharT __sep,
139 const _CharT* __first, const _CharT* __last);
[all …]
Dlocale_facets.tcc65 template<typename _CharT, typename _Traits, typename _Alloc>
67 locale::operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1, in operator ()() argument
68 const basic_string<_CharT, _Traits, _Alloc>& __s2) const in operator ()()
70 typedef std::collate<_CharT> __collate_type; in operator ()()
115 template<typename _CharT, typename _InIter>
117 num_get<_CharT, _InIter>::
121 typedef char_traits<_CharT> __traits_type; in _M_extract_float()
123 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract_float()
124 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc); in _M_extract_float()
253 template<typename _CharT, typename _InIter>
[all …]
Distream.tcc42 template<typename _CharT, typename _Traits>
43 basic_istream<_CharT, _Traits>::sentry::
44 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskipws) in sentry() argument
82 template<typename _CharT, typename _Traits>
83 basic_istream<_CharT, _Traits>&
84 basic_istream<_CharT, _Traits>::
88 template<typename _CharT, typename _Traits>
89 basic_istream<_CharT, _Traits>&
90 basic_istream<_CharT, _Traits>::
97 template<typename _CharT, typename _Traits>
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dlocalefwd.h56 template<typename _CharT>
58 isspace(_CharT, const locale&);
60 template<typename _CharT>
62 isprint(_CharT, const locale&);
64 template<typename _CharT>
66 iscntrl(_CharT, const locale&);
68 template<typename _CharT>
70 isupper(_CharT, const locale&);
72 template<typename _CharT>
74 islower(_CharT, const locale&);
[all …]
Dbasic_string.tcc61 template<typename _CharT, typename _Traits, typename _Alloc>
62 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
63 basic_string<_CharT, _Traits, _Alloc>::
64 _Rep::_S_max_size = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4;
66 template<typename _CharT, typename _Traits, typename _Alloc>
67 const _CharT
68 basic_string<_CharT, _Traits, _Alloc>::
69 _Rep::_S_terminal = _CharT();
71 template<typename _CharT, typename _Traits, typename _Alloc>
72 const typename basic_string<_CharT, _Traits, _Alloc>::size_type
[all …]
Dbasic_string.h110 template<typename _CharT, typename _Traits, typename _Alloc> in _GLIBCXX_BEGIN_NAMESPACE()
113 typedef typename _Alloc::template rebind<_CharT>::other _CharT_alloc_type; in _GLIBCXX_BEGIN_NAMESPACE()
173 static const _CharT _S_terminal; in _GLIBCXX_BEGIN_NAMESPACE()
215 _CharT* in _GLIBCXX_BEGIN_NAMESPACE()
217 { return reinterpret_cast<_CharT*>(this + 1); } in _GLIBCXX_BEGIN_NAMESPACE()
219 _CharT* in _GLIBCXX_BEGIN_NAMESPACE()
244 _CharT* in _GLIBCXX_BEGIN_NAMESPACE()
254 _CharT* in _GLIBCXX_BEGIN_NAMESPACE()
261 _Alloc_hider(_CharT* __dat, const _Alloc& __a) in _GLIBCXX_BEGIN_NAMESPACE()
264 _CharT* _M_p; // The actual data. in _GLIBCXX_BEGIN_NAMESPACE()
[all …]
Dlocale_facets.h88 template<typename _CharT, typename _Traits>
92 _S_pad(ios_base& __io, _CharT __fill, _CharT* __news,
93 const _CharT* __olds, const streamsize __newlen,
102 template<typename _CharT>
103 _CharT*
104 __add_grouping(_CharT* __s, _CharT __sep,
106 const _CharT* __first, const _CharT* __last);
111 template<typename _CharT>
113 ostreambuf_iterator<_CharT>
114 __write(ostreambuf_iterator<_CharT> __s, const _CharT* __ws, int __len) in __write()
[all …]
Dstreambuf_iterator.h48 template<typename _CharT, typename _Traits> in _GLIBCXX_BEGIN_NAMESPACE()
50 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type, in _GLIBCXX_BEGIN_NAMESPACE()
51 _CharT*, _CharT&> in _GLIBCXX_BEGIN_NAMESPACE()
57 typedef _CharT char_type; in _GLIBCXX_BEGIN_NAMESPACE()
60 typedef basic_streambuf<_CharT, _Traits> streambuf_type; in _GLIBCXX_BEGIN_NAMESPACE()
61 typedef basic_istream<_CharT, _Traits> istream_type; in _GLIBCXX_BEGIN_NAMESPACE()
193 template<typename _CharT, typename _Traits>
195 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
196 const istreambuf_iterator<_CharT, _Traits>& __b)
199 template<typename _CharT, typename _Traits>
[all …]
Dlocale_facets.tcc65 template<typename _CharT, typename _Traits, typename _Alloc>
67 locale::operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1, in operator ()() argument
68 const basic_string<_CharT, _Traits, _Alloc>& __s2) const in operator ()()
70 typedef std::collate<_CharT> __collate_type; in operator ()()
130 template<typename _CharT>
131 struct __use_cache<__numpunct_cache<_CharT> >
133 const __numpunct_cache<_CharT>*
136 const size_t __i = numpunct<_CharT>::id._M_id(); in operator ()()
140 __numpunct_cache<_CharT>* __tmp = NULL; in operator ()()
143 __tmp = new __numpunct_cache<_CharT>; in operator ()()
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/
Dstl_rope.h83 template <class _CharT>
84 inline _CharT _S_eos(_CharT*) { return _CharT(); } in _S_eos() argument
88 template <class _CharT>
89 inline bool _S_is_basic_char_type(_CharT*) { return false; } in _S_is_basic_char_type() argument
90 template <class _CharT>
91 inline bool _S_is_one_byte_char_type(_CharT*) { return false; } in _S_is_one_byte_char_type() argument
99 template <class _CharT>
100 inline void _S_cond_store_eos(_CharT&) {} in _S_cond_store_eos() argument
109 template <class _CharT>
114 _CharT* __buffer) = 0;
[all …]
Dropeimpl.h70 template <class _CharT, class _Alloc>
71 void _Rope_iterator_base<_CharT,_Alloc>::_S_setbuf( in _S_setbuf() argument
72 _Rope_iterator_base<_CharT,_Alloc>& __x) in _S_setbuf()
81 ((_Rope_RopeLeaf<_CharT,_Alloc>*)__leaf)->_M_data; in _S_setbuf()
91 char_producer<_CharT>* __fn = in _S_setbuf()
92 ((_Rope_RopeFunction<_CharT,_Alloc>*)__leaf)->_M_fn; in _S_setbuf()
116 template <class _CharT, class _Alloc>
117 void _Rope_iterator_base<_CharT,_Alloc>::_S_setcache in _S_setcache() argument
118 (_Rope_iterator_base<_CharT,_Alloc>& __x) in _S_setcache()
153 _Rope_RopeConcatenation<_CharT,_Alloc>* __c = in _S_setcache()
[all …]
/openbsd/src/gnu/llvm/libcxx/include/
Diomanip65 template <class _CharT, class _Traits>
68 basic_istream<_CharT, _Traits>&
69 operator>>(basic_istream<_CharT, _Traits>& __is, const __iom_t1& __x)
75 template <class _CharT, class _Traits>
78 basic_ostream<_CharT, _Traits>&
79 operator<<(basic_ostream<_CharT, _Traits>& __os, const __iom_t1& __x)
102 template <class _CharT, class _Traits>
105 basic_istream<_CharT, _Traits>&
106 operator>>(basic_istream<_CharT, _Traits>& __is, const __iom_t2& __x)
112 template <class _CharT, class _Traits>
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dvstring.tcc43 template<typename _CharT, typename _Traits, typename _Alloc,
45 const typename __versa_string<_CharT, _Traits, _Alloc, _Base>::size_type
46 __versa_string<_CharT, _Traits, _Alloc, _Base>::npos;
48 template<typename _CharT, typename _Traits, typename _Alloc,
51 __versa_string<_CharT, _Traits, _Alloc, _Base>::
52 resize(size_type __n, _CharT __c) in resize()
61 template<typename _CharT, typename _Traits, typename _Alloc,
63 __versa_string<_CharT, _Traits, _Alloc, _Base>&
64 __versa_string<_CharT, _Traits, _Alloc, _Base>::
65 _M_append(const _CharT* __s, size_type __n) in _M_append()
[all …]
Dropeimpl.h70 template <class _CharT, class _Alloc>
72 _Rope_iterator_base<_CharT, _Alloc>::
73 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x) in _S_setbuf() argument
82 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data; in _S_setbuf()
92 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT, in _S_setbuf()
115 template <class _CharT, class _Alloc>
117 _Rope_iterator_base<_CharT, _Alloc>::
118 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x) in _S_setcache() argument
157 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = in _S_setcache()
158 (_Rope_RopeConcatenation<_CharT, _Alloc>*)__curr_rope; in _S_setcache()
[all …]
Dvstring.h51 template<typename _CharT, typename _Traits, typename _Alloc, in _GLIBCXX_BEGIN_NAMESPACE()
54 : private _Base<_CharT, _Traits, _Alloc> in _GLIBCXX_BEGIN_NAMESPACE()
56 typedef _Base<_CharT, _Traits, _Alloc> __vstring_base; in _GLIBCXX_BEGIN_NAMESPACE()
106 _M_disjunct(const _CharT* __s) const in _GLIBCXX_BEGIN_NAMESPACE()
108 return (std::less<const _CharT*>()(__s, this->_M_data()) in _GLIBCXX_BEGIN_NAMESPACE()
109 || std::less<const _CharT*>()(this->_M_data() in _GLIBCXX_BEGIN_NAMESPACE()
187 __versa_string(const _CharT* __s, size_type __n, in _GLIBCXX_BEGIN_NAMESPACE()
196 __versa_string(const _CharT* __s, const _Alloc& __a = _Alloc()) in _GLIBCXX_BEGIN_NAMESPACE()
206 __versa_string(size_type __n, _CharT __c, const _Alloc& __a = _Alloc()) in _GLIBCXX_BEGIN_NAMESPACE()
238 operator=(const _CharT* __s) in _GLIBCXX_BEGIN_NAMESPACE()
[all …]
Drc_string_base.h86 template<typename _CharT, typename _Traits, typename _Alloc> in _GLIBCXX_BEGIN_NAMESPACE()
88 : protected __vstring_utility<_CharT, _Traits, _Alloc> in _GLIBCXX_BEGIN_NAMESPACE()
95 typedef __vstring_utility<_CharT, _Traits, _Alloc> _Util_Base; in _GLIBCXX_BEGIN_NAMESPACE()
125 _CharT _M_align; in _GLIBCXX_BEGIN_NAMESPACE()
130 _CharT* in _GLIBCXX_BEGIN_NAMESPACE()
132 { return reinterpret_cast<_CharT*>(this + 1); } in _GLIBCXX_BEGIN_NAMESPACE()
134 _CharT* in _GLIBCXX_BEGIN_NAMESPACE()
148 traits_type::assign(_M_refdata()[__n], _CharT()); in _GLIBCXX_BEGIN_NAMESPACE()
158 _CharT* in _GLIBCXX_BEGIN_NAMESPACE()
165 _CharT _M_terminal; in _GLIBCXX_BEGIN_NAMESPACE()
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_iosfwd.h54 template<typename _CharT, typename _Traits = char_traits<_CharT> >
57 template<typename _CharT, typename _Traits = char_traits<_CharT> >
60 template<typename _CharT, typename _Traits = char_traits<_CharT> >
63 template<typename _CharT, typename _Traits = char_traits<_CharT> >
66 template<typename _CharT, typename _Traits = char_traits<_CharT> >
69 template<typename _CharT, typename _Traits = char_traits<_CharT>,
70 typename _Alloc = allocator<_CharT> >
73 template<typename _CharT, typename _Traits = char_traits<_CharT>,
74 typename _Alloc = allocator<_CharT> >
77 template<typename _CharT, typename _Traits = char_traits<_CharT>,
[all …]
Dstd_iomanip.h70 template<typename _CharT, typename _Traits>
71 inline basic_istream<_CharT,_Traits>&
72 operator>>(basic_istream<_CharT,_Traits>& __is, _Resetiosflags __f)
78 template<typename _CharT, typename _Traits>
79 inline basic_ostream<_CharT,_Traits>&
80 operator<<(basic_ostream<_CharT,_Traits>& __os, _Resetiosflags __f)
104 template<typename _CharT, typename _Traits>
105 inline basic_istream<_CharT,_Traits>&
106 operator>>(basic_istream<_CharT,_Traits>& __is, _Setiosflags __f)
112 template<typename _CharT, typename _Traits>
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/
Dstd_iosfwd.h54 template<typename _CharT, typename _Traits = char_traits<_CharT> >
57 template<typename _CharT, typename _Traits = char_traits<_CharT> >
60 template<typename _CharT, typename _Traits = char_traits<_CharT> >
63 template<typename _CharT, typename _Traits = char_traits<_CharT> >
66 template<typename _CharT, typename _Traits = char_traits<_CharT> >
69 template<typename _CharT, typename _Traits = char_traits<_CharT>,
70 typename _Alloc = allocator<_CharT> >
73 template<typename _CharT, typename _Traits = char_traits<_CharT>,
74 typename _Alloc = allocator<_CharT> >
77 template<typename _CharT, typename _Traits = char_traits<_CharT>,
[all …]
Dstd_iomanip.h71 template<typename _CharT, typename _Traits>
72 inline basic_istream<_CharT,_Traits>&
73 operator>>(basic_istream<_CharT,_Traits>& __is, _Resetiosflags __f)
79 template<typename _CharT, typename _Traits>
80 inline basic_ostream<_CharT,_Traits>&
81 operator<<(basic_ostream<_CharT,_Traits>& __os, _Resetiosflags __f)
105 template<typename _CharT, typename _Traits>
106 inline basic_istream<_CharT,_Traits>&
107 operator>>(basic_istream<_CharT,_Traits>& __is, _Setiosflags __f)
113 template<typename _CharT, typename _Traits>
[all …]
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/
Dmessages_members.h37 template<typename _CharT>
38 messages<_CharT>::messages(size_t __refs) in messages()
42 template<typename _CharT>
43 messages<_CharT>::messages(__c_locale, const char*, size_t __refs) in messages()
47 template<typename _CharT>
48 typename messages<_CharT>::catalog
49 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc, in open()
54 template<typename _CharT>
55 messages<_CharT>::~messages() in ~messages()
58 template<typename _CharT>
[all …]

12345