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

1 2 34 5

  /prebuilts/ndk/8/sources/cxx-stl/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...]
_string.c 48 # 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;
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>
75 const _CharT* __first2, const _CharT* __last2
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 65 template <class _CharT, class _Alloc>
67 _Rope_iterator_base<_CharT, _Alloc>::
68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
87 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
110 template <class _CharT, class _Alloc>
112 _Rope_iterator_base<_CharT, _Alloc>::
113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 67 template <class _CharT, class _Alloc>
69 _Rope_iterator_base<_CharT, _Alloc>::
70 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
79 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
112 template <class _CharT, class _Alloc>
114 _Rope_iterator_base<_CharT, _Alloc>::
115 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 67 template <class _CharT, class _Alloc>
69 _Rope_iterator_base<_CharT, _Alloc>::
70 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
79 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
89 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
112 template <class _CharT, class _Alloc>
114 _Rope_iterator_base<_CharT, _Alloc>::
115 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 65 template <class _CharT, class _Alloc>
67 _Rope_iterator_base<_CharT, _Alloc>::
68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
87 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
110 template <class _CharT, class _Alloc>
112 _Rope_iterator_base<_CharT, _Alloc>::
113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 65 template <class _CharT, class _Alloc>
67 _Rope_iterator_base<_CharT, _Alloc>::
68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
87 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
110 template <class _CharT, class _Alloc>
112 _Rope_iterator_base<_CharT, _Alloc>::
113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 65 template <class _CharT, class _Alloc>
67 _Rope_iterator_base<_CharT, _Alloc>::
68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
87 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
110 template <class _CharT, class _Alloc>
112 _Rope_iterator_base<_CharT, _Alloc>::
113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 65 template <class _CharT, class _Alloc>
67 _Rope_iterator_base<_CharT, _Alloc>::
68 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
77 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
87 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
110 template <class _CharT, class _Alloc>
112 _Rope_iterator_base<_CharT, _Alloc>::
113 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
152 _Rope_RopeConcatenation<_CharT, _Alloc>* __c
    [all...]
  /external/stlport/stlport/stl/
_string.c 48 # 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;
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>
75 const _CharT* __first2, const _CharT* __last2
    [all...]
_rope.h 27 // 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, class _Alloc> class _Rope_iterator
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c 48 # 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;
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>
75 const _CharT* __first2, const _CharT* __last2
    [all...]
_rope.h 27 // 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, class _Alloc> class _Rope_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 146 typedef typename _TraitsT::char_type _CharT;
147 typedef std::basic_string<_CharT> _StringT;
163 _M_add_char(_CharT __c)
regex_compiler.h 63 typedef typename std::iterator_traits<_IteratorT>::value_type _CharT;
64 typedef std::basic_string<_CharT> _StringT;
66 typedef const std::ctype<_CharT> _CtypeT;
165 _CharT __c = *_M_current;
372 _CharT __c = *_M_current;
634 typedef typename std::iterator_traits<_InIter>::value_type _CharT;
635 typedef std::basic_string<_CharT> _StringT;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 146 typedef typename _TraitsT::char_type _CharT;
147 typedef std::basic_string<_CharT> _StringT;
163 _M_add_char(_CharT __c)
regex_compiler.h 63 typedef typename std::iterator_traits<_IteratorT>::value_type _CharT;
64 typedef std::basic_string<_CharT> _StringT;
66 typedef const std::ctype<_CharT> _CtypeT;
165 _CharT __c = *_M_current;
372 _CharT __c = *_M_current;
634 typedef typename std::iterator_traits<_InIter>::value_type _CharT;
635 typedef std::basic_string<_CharT> _StringT;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.c 48 # 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;
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>
75 const _CharT* __first2, const _CharT* __last2
    [all...]
_rope.h 27 // 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, class _Alloc> class _Rope_iterator
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.c 48 # 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;
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>
75 const _CharT* __first2, const _CharT* __last2
    [all...]
_rope.h 27 // 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, class _Alloc> class _Rope_iterator
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.c 48 # 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;
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>
75 const _CharT* __first2, const _CharT* __last2
    [all...]
_rope.h 27 // 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, class _Alloc> class _Rope_iterator
    [all...]

Completed in 2657 milliseconds

1 2 34 5