HomeSort by relevance Sort by last modified time
    Searched defs:_CharT (Results 101 - 125 of 138) sorted by null

1 2 3 45 6

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
ropeimpl.h 66 template <class _CharT, class _Alloc>
68 _Rope_iterator_base<_CharT, _Alloc>::
69 _S_setbuf(_Rope_iterator_base<_CharT, _Alloc>& __x)
78 __x._M_buf_start = ((_Rope_RopeLeaf<_CharT, _Alloc>*)__leaf)->_M_data;
88 char_producer<_CharT>* __fn = ((_Rope_RopeFunction<_CharT,
111 template <class _CharT, class _Alloc>
113 _Rope_iterator_base<_CharT, _Alloc>::
114 _S_setcache(_Rope_iterator_base<_CharT, _Alloc>& __x)
153 _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...]
  /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...]
  /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...]
  /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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/8/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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_nfa.h 154 typedef typename _TraitsT::char_type _CharT;
155 typedef std::basic_string<_CharT> _StringT;
171 _M_add_char(_CharT __c)
regex_compiler.h 69 typedef typename std::iterator_traits<_IteratorT>::value_type _CharT;
70 typedef std::basic_string<_CharT> _StringT;
72 typedef const std::ctype<_CharT> _CtypeT;
169 _CharT __c = *_M_current;
376 _CharT __c = *_M_current;
638 typedef typename std::iterator_traits<_InIter>::value_type _CharT;
639 typedef std::basic_string<_CharT> _StringT;

Completed in 857 milliseconds

1 2 3 45 6