HomeSort by relevance Sort by last modified time
    Searched refs:_CharT (Results 1 - 25 of 632) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
localefwd.h 60 template<typename _CharT>
62 isspace(_CharT, const locale&);
64 template<typename _CharT>
66 isprint(_CharT, const locale&);
68 template<typename _CharT>
70 iscntrl(_CharT, const locale&);
72 template<typename _CharT>
74 isupper(_CharT, const locale&);
76 template<typename _CharT>
78 islower(_CharT, const locale&)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
localefwd.h 68 template<typename _CharT>
70 isspace(_CharT, const locale&);
72 template<typename _CharT>
74 isprint(_CharT, const locale&);
76 template<typename _CharT>
78 iscntrl(_CharT, const locale&);
80 template<typename _CharT>
82 isupper(_CharT, const locale&);
84 template<typename _CharT>
86 islower(_CharT, const locale&)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
localefwd.h 68 template<typename _CharT>
70 isspace(_CharT, const locale&);
72 template<typename _CharT>
74 isprint(_CharT, const locale&);
76 template<typename _CharT>
78 iscntrl(_CharT, const locale&);
80 template<typename _CharT>
82 isupper(_CharT, const locale&);
84 template<typename _CharT>
86 islower(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 60 template<typename _CharT>
62 isspace(_CharT, const locale&);
64 template<typename _CharT>
66 isprint(_CharT, const locale&);
68 template<typename _CharT>
70 iscntrl(_CharT, const locale&);
72 template<typename _CharT>
74 isupper(_CharT, const locale&);
76 template<typename _CharT>
78 islower(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 60 template<typename _CharT>
62 isspace(_CharT, const locale&);
64 template<typename _CharT>
66 isprint(_CharT, const locale&);
68 template<typename _CharT>
70 iscntrl(_CharT, const locale&);
72 template<typename _CharT>
74 isupper(_CharT, const locale&);
76 template<typename _CharT>
78 islower(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 60 template<typename _CharT>
62 isspace(_CharT, const locale&);
64 template<typename _CharT>
66 isprint(_CharT, const locale&);
68 template<typename _CharT>
70 iscntrl(_CharT, const locale&);
72 template<typename _CharT>
74 isupper(_CharT, const locale&);
76 template<typename _CharT>
78 islower(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 60 template<typename _CharT>
62 isspace(_CharT, const locale&);
64 template<typename _CharT>
66 isprint(_CharT, const locale&);
68 template<typename _CharT>
70 iscntrl(_CharT, const locale&);
72 template<typename _CharT>
74 isupper(_CharT, const locale&);
76 template<typename _CharT>
78 islower(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 68 template<typename _CharT>
70 isspace(_CharT, const locale&);
72 template<typename _CharT>
74 isprint(_CharT, const locale&);
76 template<typename _CharT>
78 iscntrl(_CharT, const locale&);
80 template<typename _CharT>
82 isupper(_CharT, const locale&);
84 template<typename _CharT>
86 islower(_CharT, const locale&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 68 template<typename _CharT>
70 isspace(_CharT, const locale&);
72 template<typename _CharT>
74 isprint(_CharT, const locale&);
76 template<typename _CharT>
78 iscntrl(_CharT, const locale&);
80 template<typename _CharT>
82 isupper(_CharT, const locale&);
84 template<typename _CharT>
86 islower(_CharT, const locale&)
    [all...]
  /external/stlport/stlport/stl/
_facets_fwd.h 10 template <class _CharT, class _InputIter>
12 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
17 template <class _CharT, class _OutputIter>
19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
24 template <class _CharT, class _InputIter>
26 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >
    [all...]
_string_io.h 33 template <class _CharT, class _Traits, class _Alloc>
34 basic_ostream<_CharT, _Traits>& _STLP_CALL
35 operator<<(basic_ostream<_CharT, _Traits>& __os,
36 const basic_string<_CharT,_Traits,_Alloc>& __s);
40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
41 basic_ostream<_CharT, _Traits>& _STLP_CALL
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
44 basic_string<_CharT, _Traits, _Alloc> __tmp(__sum);
50 template <class _CharT, class _Traits, class _Alloc
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_facets_fwd.h 10 template <class _CharT, class _InputIter>
12 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
17 template <class _CharT, class _OutputIter>
19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
24 template <class _CharT, class _InputIter>
26 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >
    [all...]
_string_io.h 33 template <class _CharT, class _Traits, class _Alloc>
34 basic_ostream<_CharT, _Traits>& _STLP_CALL
35 operator<<(basic_ostream<_CharT, _Traits>& __os,
36 const basic_string<_CharT,_Traits,_Alloc>& __s);
40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
41 basic_ostream<_CharT, _Traits>& _STLP_CALL
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
44 basic_string<_CharT, _Traits, _Alloc> __tmp(__sum);
50 template <class _CharT, class _Traits, class _Alloc
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_facets_fwd.h 10 template <class _CharT, class _InputIter>
12 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
17 template <class _CharT, class _OutputIter>
19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
24 template <class _CharT, class _InputIter>
26 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >
    [all...]
_string_io.h 33 template <class _CharT, class _Traits, class _Alloc>
34 basic_ostream<_CharT, _Traits>& _STLP_CALL
35 operator<<(basic_ostream<_CharT, _Traits>& __os,
36 const basic_string<_CharT,_Traits,_Alloc>& __s);
40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
41 basic_ostream<_CharT, _Traits>& _STLP_CALL
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
44 basic_string<_CharT, _Traits, _Alloc> __tmp(__sum);
50 template <class _CharT, class _Traits, class _Alloc
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_facets_fwd.h 10 template <class _CharT, class _InputIter>
12 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
17 template <class _CharT, class _OutputIter>
19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
24 template <class _CharT, class _InputIter>
26 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >
    [all...]
_string_io.h 33 template <class _CharT, class _Traits, class _Alloc>
34 basic_ostream<_CharT, _Traits>& _STLP_CALL
35 operator<<(basic_ostream<_CharT, _Traits>& __os,
36 const basic_string<_CharT,_Traits,_Alloc>& __s);
40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
41 basic_ostream<_CharT, _Traits>& _STLP_CALL
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
44 basic_string<_CharT, _Traits, _Alloc> __tmp(__sum);
50 template <class _CharT, class _Traits, class _Alloc
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_facets_fwd.h 10 template <class _CharT, class _InputIter>
12 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
17 template <class _CharT, class _OutputIter>
19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
24 template <class _CharT, class _InputIter>
26 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >
    [all...]
_string_io.h 33 template <class _CharT, class _Traits, class _Alloc>
34 basic_ostream<_CharT, _Traits>& _STLP_CALL
35 operator<<(basic_ostream<_CharT, _Traits>& __os,
36 const basic_string<_CharT,_Traits,_Alloc>& __s);
40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
41 basic_ostream<_CharT, _Traits>& _STLP_CALL
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
44 basic_string<_CharT, _Traits, _Alloc> __tmp(__sum);
50 template <class _CharT, class _Traits, class _Alloc
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_facets_fwd.h 10 template <class _CharT, class _InputIter>
12 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> > >
17 template <class _CharT, class _OutputIter>
19 template <class _CharT, class _OutputIter = ostreambuf_iterator<_CharT, char_traits<_CharT> > >
24 template <class _CharT, class _InputIter>
26 template <class _CharT, class _InputIter = istreambuf_iterator<_CharT, char_traits<_CharT> >
    [all...]
_string_io.h 33 template <class _CharT, class _Traits, class _Alloc>
34 basic_ostream<_CharT, _Traits>& _STLP_CALL
35 operator<<(basic_ostream<_CharT, _Traits>& __os,
36 const basic_string<_CharT,_Traits,_Alloc>& __s);
40 template <class _CharT, class _Traits, class _Alloc, class _Left, class _Right, class _StorageDir>
41 basic_ostream<_CharT, _Traits>& _STLP_CALL
42 operator<<(basic_ostream<_CharT, _Traits>& __os,
43 const _STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir>& __sum) {
44 basic_string<_CharT, _Traits, _Alloc> __tmp(__sum);
50 template <class _CharT, class _Traits, class _Alloc
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
messages_members.h 40 template<typename _CharT>
41 messages<_CharT>::messages(size_t __refs)
45 template<typename _CharT>
46 messages<_CharT>::messages(__c_locale, const char*, size_t __refs)
50 template<typename _CharT>
51 typename messages<_CharT>::catalog
52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
57 template<typename _CharT>
58 messages<_CharT>::~messages()
61 template<typename _CharT>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
messages_members.h 40 template<typename _CharT>
41 messages<_CharT>::messages(size_t __refs)
45 template<typename _CharT>
46 messages<_CharT>::messages(__c_locale, const char*, size_t __refs)
50 template<typename _CharT>
51 typename messages<_CharT>::catalog
52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
57 template<typename _CharT>
58 messages<_CharT>::~messages()
61 template<typename _CharT>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
messages_members.h 40 template<typename _CharT>
41 messages<_CharT>::messages(size_t __refs)
45 template<typename _CharT>
46 messages<_CharT>::messages(__c_locale, const char*, size_t __refs)
50 template<typename _CharT>
51 typename messages<_CharT>::catalog
52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
57 template<typename _CharT>
58 messages<_CharT>::~messages()
61 template<typename _CharT>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
messages_members.h 40 template<typename _CharT>
41 messages<_CharT>::messages(size_t __refs)
45 template<typename _CharT>
46 messages<_CharT>::messages(__c_locale, const char*, size_t __refs)
50 template<typename _CharT>
51 typename messages<_CharT>::catalog
52 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
57 template<typename _CharT>
58 messages<_CharT>::~messages()
61 template<typename _CharT>
    [all...]

Completed in 1306 milliseconds

1 2 3 4 5 6 7 8 91011>>