HomeSort by relevance Sort by last modified time
    Searched defs:_CharT (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/stlport/stlport/stl/
_num_get.c 54 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 __c = *__first
    [all...]
_num_put.c 34 // to a buffer of char, transform the buffer to _CharT, and then copy
40 template <class _CharT, class _OutputIter>
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>
116 _CharT __fill, _Float __x) {
121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc())
    [all...]
_sstream.c 31 # 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>
44 basic_stringbuf<_CharT, _Traits, _Alloc>
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
49 template <class _CharT, class _Traits, class _Alloc>
50 basic_stringbuf<_CharT, _Traits, _Alloc>
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, class _Traits, class _Alloc
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 37 # 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>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
_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...]
_num_get.c 54 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 __c = *__first
    [all...]
_num_put.c 34 // to a buffer of char, transform the buffer to _CharT, and then copy
40 template <class _CharT, class _OutputIter>
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>
116 _CharT __fill, _Float __x) {
121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc())
    [all...]
_sstream.c 31 # 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>
44 basic_stringbuf<_CharT, _Traits, _Alloc>
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
49 template <class _CharT, class _Traits, class _Alloc>
50 basic_stringbuf<_CharT, _Traits, _Alloc>
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, class _Traits, class _Alloc
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 37 # 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>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
_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...]
_num_get.c 54 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 __c = *__first
    [all...]
_num_put.c 34 // to a buffer of char, transform the buffer to _CharT, and then copy
40 template <class _CharT, class _OutputIter>
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>
116 _CharT __fill, _Float __x) {
121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc())
    [all...]
_sstream.c 31 # 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>
44 basic_stringbuf<_CharT, _Traits, _Alloc>
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
49 template <class _CharT, class _Traits, class _Alloc>
50 basic_stringbuf<_CharT, _Traits, _Alloc>
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, class _Traits, class _Alloc
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 37 # 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>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
_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...]
_num_get.c 54 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 __c = *__first
    [all...]
_num_put.c 34 // to a buffer of char, transform the buffer to _CharT, and then copy
40 template <class _CharT, class _OutputIter>
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>
116 _CharT __fill, _Float __x) {
121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc())
    [all...]
_sstream.c 31 # 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>
44 basic_stringbuf<_CharT, _Traits, _Alloc>
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
49 template <class _CharT, class _Traits, class _Alloc>
50 basic_stringbuf<_CharT, _Traits, _Alloc>
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, class _Traits, class _Alloc
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 37 # 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>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
_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...]
_num_get.c 54 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 __c = *__first
    [all...]
_num_put.c 34 // to a buffer of char, transform the buffer to _CharT, and then copy
40 template <class _CharT, class _OutputIter>
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>
116 _CharT __fill, _Float __x) {
121 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__f.getloc())
    [all...]
_sstream.c 31 # 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>
44 basic_stringbuf<_CharT, _Traits, _Alloc>
46 : basic_streambuf<_CharT, _Traits>(), _M_mode(__mode), _M_str()
49 template <class _CharT, class _Traits, class _Alloc>
50 basic_stringbuf<_CharT, _Traits, _Alloc>
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, class _Traits, class _Alloc
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 37 # 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>
47 basic_filebuf<_CharT, _Traits>::basic_filebuf()
48 : basic_streambuf<_CharT, _Traits>(), _M_base(),
66 template <class _CharT, class _Traits>
67 basic_filebuf<_CharT, _Traits>::~basic_filebuf() {
73 template <class _CharT, class _Traits>
74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_typ
    [all...]
_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...]

Completed in 1531 milliseconds

1 23 4 5