Lines Matching refs:C

41 #ifndef C
42 # define C char macro
52 template struct __moneypunct_cache<C, false>;
53 template struct __moneypunct_cache<C, true>;
56 template class moneypunct<C, false>;
57 template class moneypunct<C, true>;
58 template class moneypunct_byname<C, false>;
59 template class moneypunct_byname<C, true>;
62 template class money_get<C, istreambuf_iterator<C> >;
63 template class money_put<C, ostreambuf_iterator<C> >;
65 istreambuf_iterator<C>
66 money_get<C, istreambuf_iterator<C> >::
67 _M_extract<true>(istreambuf_iterator<C>, istreambuf_iterator<C>,
71 istreambuf_iterator<C>
72 money_get<C, istreambuf_iterator<C> >::
73 _M_extract<false>(istreambuf_iterator<C>, istreambuf_iterator<C>,
77 ostreambuf_iterator<C>
78 money_put<C, ostreambuf_iterator<C> >::
79 _M_insert<true>(ostreambuf_iterator<C>, ios_base&, C,
83 ostreambuf_iterator<C>
84 money_put<C, ostreambuf_iterator<C> >::
85 _M_insert<false>(ostreambuf_iterator<C>, ios_base&, C,
91 template struct __numpunct_cache<C>;
94 template class numpunct<C>;
95 template class numpunct_byname<C>;
99 template class num_get<C, istreambuf_iterator<C> >;
103 istreambuf_iterator<C>
104 num_get<C, istreambuf_iterator<C> >::
105 _M_extract_int(istreambuf_iterator<C>, istreambuf_iterator<C>,
110 istreambuf_iterator<C>
111 num_get<C, istreambuf_iterator<C> >::
112 _M_extract_int(istreambuf_iterator<C>, istreambuf_iterator<C>,
117 istreambuf_iterator<C>
118 num_get<C, istreambuf_iterator<C> >::
119 _M_extract_int(istreambuf_iterator<C>, istreambuf_iterator<C>,
124 istreambuf_iterator<C>
125 num_get<C, istreambuf_iterator<C> >::
126 _M_extract_int(istreambuf_iterator<C>, istreambuf_iterator<C>,
132 istreambuf_iterator<C>
133 num_get<C, istreambuf_iterator<C> >::
134 _M_extract_int(istreambuf_iterator<C>, istreambuf_iterator<C>,
139 istreambuf_iterator<C>
140 num_get<C, istreambuf_iterator<C> >::
141 _M_extract_int(istreambuf_iterator<C>, istreambuf_iterator<C>,
147 template class num_put<C, ostreambuf_iterator<C> >;
150 ostreambuf_iterator<C>
151 num_put<C, ostreambuf_iterator<C> >::
152 _M_insert_int(ostreambuf_iterator<C>, ios_base&, C,
156 ostreambuf_iterator<C>
157 num_put<C, ostreambuf_iterator<C> >::
158 _M_insert_int(ostreambuf_iterator<C>, ios_base&, C,
163 ostreambuf_iterator<C>
164 num_put<C, ostreambuf_iterator<C> >::
165 _M_insert_int(ostreambuf_iterator<C>, ios_base&, C,
169 ostreambuf_iterator<C>
170 num_put<C, ostreambuf_iterator<C> >::
171 _M_insert_int(ostreambuf_iterator<C>, ios_base&, C,
176 ostreambuf_iterator<C>
177 num_put<C, ostreambuf_iterator<C> >::
178 _M_insert_float(ostreambuf_iterator<C>, ios_base&, C, char,
182 ostreambuf_iterator<C>
183 num_put<C, ostreambuf_iterator<C> >::
184 _M_insert_float(ostreambuf_iterator<C>, ios_base&, C, char,
191 template class __timepunct<C>;
192 template struct __timepunct_cache<C>;
193 template class time_put<C, ostreambuf_iterator<C> >;
194 template class time_put_byname<C, ostreambuf_iterator<C> >;
197 template time_put_byname<C>::time_put_byname(const string&, size_t);
200 template class time_get<C, istreambuf_iterator<C> >;
201 template class time_get_byname<C, istreambuf_iterator<C> >;
206 template class messages<C>;
207 template class messages_byname<C>;
211 ctype_byname<C>::ctype_byname(const string& __s, size_t __refs) in ctype_byname()
215 inline template class __ctype_abstract_base<C>;
216 template class ctype_byname<C>;
221 inline template class __codecvt_abstract_base<C, char, mbstate_t>;
222 template class codecvt_byname<C, char, mbstate_t>;
225 template codecvt_byname<C, char, mbstate_t>::codecvt_byname(const string&, size_t);
230 template class collate<C>;
231 template class collate_byname<C>;
237 const ctype<C>&
238 use_facet<ctype<C> >(const locale&);
241 const codecvt<C, char, mbstate_t>&
242 use_facet<codecvt<C, char, mbstate_t> >(const locale&);
246 const collate<C>&
247 use_facet<collate<C> >(const locale&);
250 const numpunct<C>&
251 use_facet<numpunct<C> >(const locale&);
255 const num_put<C>&
256 use_facet<num_put<C> >(const locale&);
259 const num_get<C>&
260 use_facet<num_get<C> >(const locale&);
264 const moneypunct<C, true>&
265 use_facet<moneypunct<C, true> >(const locale&);
268 const moneypunct<C, false>&
269 use_facet<moneypunct<C, false> >(const locale&);
272 const money_put<C>&
273 use_facet<money_put<C> >(const locale&);
276 const money_get<C>&
277 use_facet<money_get<C> >(const locale&);
281 const __timepunct<C>&
282 use_facet<__timepunct<C> >(const locale&);
285 const time_put<C>&
286 use_facet<time_put<C> >(const locale&);
290 const time_get<C>&
291 use_facet<time_get<C> >(const locale&);
294 const messages<C>&
295 use_facet<messages<C> >(const locale&);
301 has_facet<ctype<C> >(const locale&);
305 has_facet<codecvt<C, char, mbstate_t> >(const locale&);
310 has_facet<collate<C> >(const locale&);
314 has_facet<numpunct<C> >(const locale&);
319 has_facet<num_put<C> >(const locale&);
323 has_facet<num_get<C> >(const locale&);
328 has_facet<moneypunct<C> >(const locale&);
332 has_facet<money_put<C> >(const locale&);
336 has_facet<money_get<C> >(const locale&);
341 has_facet<__timepunct<C> >(const locale&);
345 has_facet<time_put<C> >(const locale&);
350 has_facet<time_get<C> >(const locale&);
354 has_facet<messages<C> >(const locale&);
360 C*
361 __add_grouping<C>(C*, C, char const*, size_t,
362 C const*, C const*);
364 template class __pad<C, char_traits<C> >;
368 __int_to_char(C*, unsigned long, const C*,
374 __int_to_char(C*, unsigned long long, const C*,