HomeSort by relevance Sort by last modified time
    Searched refs:_CharT (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /ndk/sources/android/stlport/stlport/stl/
_collate.h 39 template <class _CharT> class collate {};
40 template <class _CharT> class collate_byname {};
160 template <class _CharT, class _Traits, class _Alloc>
163 const basic_string<_CharT, _Traits, _Alloc>& __x,
164 const basic_string<_CharT, _Traits, _Alloc>& __y) {
165 collate<_CharT> const& __coll = use_facet<collate<_CharT> >(__loc);
_monetary.c 39 template <class _CharT, class _InputIterator>
40 locale::id money_get<_CharT, _InputIterator>::id;
42 template <class _CharT, class _OutputIterator>
43 locale::id money_put<_CharT, _OutputIterator>::id;
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, class _InputIter, class _StrType
    [all...]
_bitset.c 177 template <class _CharT, class _Traits, size_t _Nb>
178 basic_istream<_CharT, _Traits>& _STLP_CALL
179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) {
180 basic_string<_CharT, _Traits> __tmp;
184 typename basic_istream<_CharT, _Traits>::sentry __sentry(__is);
186 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf();
217 template <class _CharT, class _Traits, size_t _Nb>
218 basic_ostream<_CharT, _Traits>& _STLP_CALL
219 operator<<(basic_ostream<_CharT, _Traits>& __os,
221 basic_string<_CharT, _Traits> __tmp
    [all...]
_locale.h 49 template <class _CharT, class _Traits, class _Alloc>
51 const basic_string<_CharT, _Traits, _Alloc>& __x,
52 const basic_string<_CharT, _Traits, _Alloc>& __y);
173 template <class _CharT, class _Traits, class _Alloc>
174 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x,
175 const basic_string<_CharT, _Traits, _Alloc>& __y) const
262 template <class _CharT, class _Traits, class _Alloc>
263 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x,
264 const basic_string<_CharT, _Traits, _Alloc>& __y) const
_streambuf.h 43 // The second template parameter, _Traits, defaults to char_traits<_CharT>.
47 template <class _CharT, class _Traits>
49 friend class basic_istream<_CharT, _Traits>;
50 friend class basic_ostream<_CharT, _Traits>;
53 typedef _CharT char_type;
124 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
142 basic_streambuf<_CharT, _Traits>* pubsetbuf(char_type* __s, streamsize __n)
_monetary.h 49 template <class _charT, _STLP_DFL_NON_TYPE_PARAM(bool, _International, false) > class moneypunct {};
53 template <class _CharT, class _InputIter>
56 typedef _CharT char_type;
58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
246 template <class _charT, _STLP_DFL_NON_TYPE_PARAM(bool , _International , false) > class moneypunct_byname {};
387 template <class _CharT, class _OutputIter>
390 typedef _CharT char_type;
392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type
    [all...]
char_traits.h 131 template <class _CharT, class _IntT>
134 typedef _CharT char_type;
202 template <class _CharT>
204 : public __char_traits_base<_CharT, _CharT> {};
_num_get.h 55 template <class _CharT, class _InputIter>
58 typedef _CharT char_type;
129 typedef ctype<_CharT> _Ctype;
130 typedef numpunct<_CharT> _Numpunct;
191 template <class _InputIter, class _Integer, class _CharT>
193 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT*);
_bitset.h 420 template<class _CharT, class _Traits, class _Alloc>
421 explicit bitset(const basic_string<_CharT,_Traits,_Alloc>& __s,
427 basic_string<_CharT, _Traits, _Alloc>::npos);
429 template<class _CharT, class _Traits, class _Alloc>
430 bitset(const basic_string<_CharT, _Traits, _Alloc>& __s,
567 template <class _CharT, class _Traits, class _Alloc>
568 basic_string<_CharT, _Traits, _Alloc> to_string() const {
569 basic_string<_CharT, _Traits, _Alloc> __result;
631 template<class _CharT, class _Traits, class _Alloc>
632 void _M_copy_from_string(const basic_string<_CharT,_Traits,_Alloc>& __s
    [all...]
_numpunct.h 43 template <class _CharT> class numpunct {};
44 template <class _CharT> class numpunct_byname {};
_messages_facets.h 48 template <class _CharT> class messages {};
120 template <class _CharT> class messages_byname {};
_time_facets.c 38 template <class _CharT, class _InputIterator>
39 locale::id time_get<_CharT, _InputIterator>::id;
41 template <class _CharT, class _OutputIterator>
42 locale::id time_put<_CharT, _OutputIterator>::id;
  /external/stlport/stlport/stl/
_monetary.c 39 template <class _CharT, class _InputIterator>
40 locale::id money_get<_CharT, _InputIterator>::id;
42 template <class _CharT, class _OutputIterator>
43 locale::id money_put<_CharT, _OutputIterator>::id;
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, class _InputIter, class _StrType
    [all...]
_bitset.c 177 template <class _CharT, class _Traits, size_t _Nb>
178 basic_istream<_CharT, _Traits>& _STLP_CALL
179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) {
180 basic_string<_CharT, _Traits> __tmp;
184 typename basic_istream<_CharT, _Traits>::sentry __sentry(__is);
186 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf();
217 template <class _CharT, class _Traits, size_t _Nb>
218 basic_ostream<_CharT, _Traits>& _STLP_CALL
219 operator<<(basic_ostream<_CharT, _Traits>& __os,
221 basic_string<_CharT, _Traits> __tmp
    [all...]
_locale.h 49 template <class _CharT, class _Traits, class _Alloc>
51 const basic_string<_CharT, _Traits, _Alloc>& __x,
52 const basic_string<_CharT, _Traits, _Alloc>& __y);
173 template <class _CharT, class _Traits, class _Alloc>
174 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x,
175 const basic_string<_CharT, _Traits, _Alloc>& __y) const
262 template <class _CharT, class _Traits, class _Alloc>
263 bool operator()(const basic_string<_CharT, _Traits, _Alloc>& __x,
264 const basic_string<_CharT, _Traits, _Alloc>& __y) const
_streambuf.h 43 // The second template parameter, _Traits, defaults to char_traits<_CharT>.
47 template <class _CharT, class _Traits>
49 friend class basic_istream<_CharT, _Traits>;
50 friend class basic_ostream<_CharT, _Traits>;
53 typedef _CharT char_type;
124 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
142 basic_streambuf<_CharT, _Traits>* pubsetbuf(char_type* __s, streamsize __n)
_monetary.h 49 template <class _charT, _STLP_DFL_NON_TYPE_PARAM(bool, _International, false) > class moneypunct {};
53 template <class _CharT, class _InputIter>
56 typedef _CharT char_type;
58 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type;
246 template <class _charT, _STLP_DFL_NON_TYPE_PARAM(bool , _International , false) > class moneypunct_byname {};
387 template <class _CharT, class _OutputIter>
390 typedef _CharT char_type;
392 typedef basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > string_type
    [all...]
char_traits.h 131 template <class _CharT, class _IntT>
134 typedef _CharT char_type;
202 template <class _CharT>
204 : public __char_traits_base<_CharT, _CharT> {};
_num_get.h 55 template <class _CharT, class _InputIter>
58 typedef _CharT char_type;
129 typedef ctype<_CharT> _Ctype;
130 typedef numpunct<_CharT> _Numpunct;
191 template <class _InputIter, class _Integer, class _CharT>
193 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT*);
_bitset.h 420 template<class _CharT, class _Traits, class _Alloc>
421 explicit bitset(const basic_string<_CharT,_Traits,_Alloc>& __s,
427 basic_string<_CharT, _Traits, _Alloc>::npos);
429 template<class _CharT, class _Traits, class _Alloc>
430 bitset(const basic_string<_CharT, _Traits, _Alloc>& __s,
567 template <class _CharT, class _Traits, class _Alloc>
568 basic_string<_CharT, _Traits, _Alloc> to_string() const {
569 basic_string<_CharT, _Traits, _Alloc> __result;
631 template<class _CharT, class _Traits, class _Alloc>
632 void _M_copy_from_string(const basic_string<_CharT,_Traits,_Alloc>& __s
    [all...]
_numpunct.h 43 template <class _CharT> class numpunct {};
44 template <class _CharT> class numpunct_byname {};
_messages_facets.h 48 template <class _CharT> class messages {};
120 template <class _CharT> class messages_byname {};
_time_facets.c 38 template <class _CharT, class _InputIterator>
39 locale::id time_get<_CharT, _InputIterator>::id;
41 template <class _CharT, class _OutputIterator>
42 locale::id time_put<_CharT, _OutputIterator>::id;
_complex.h 804 template <class _Tp, class _CharT, class _Traits>
805 basic_ostream<_CharT, _Traits>& _STLP_CALL
806 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z);
808 template <class _Tp, class _CharT, class _Traits>
809 basic_istream<_CharT, _Traits>& _STLP_CALL
810 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z);
  /external/astl/include/
char_traits.h 46 template<class _CharT> struct char_traits {

Completed in 682 milliseconds

1 2 34 5