Searched defs:char_type (Results 1 - 25 of 32) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
H A Dtest_traits.h7 typedef charT char_type; typedef in struct:test_traits
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
H A Dio.hpp39 typedef typename ut_detail::bcs_base_char<CharT>::type char_type; typedef
40 char_type const* const beg = reinterpret_cast<char_type const* const>( str.begin() );
41 char_type const* const end = reinterpret_cast<char_type const* const>( str.end() );
42 os << std::basic_string<char_type>( beg, end - beg );
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
H A Doverflow.pass.cpp26 typedef typename base::char_type char_type; typedef in struct:test_buf
30 char_type* pbase() const {return base::pbase();}
31 char_type* pptr() const {return base::pptr();}
32 char_type* epptr() const {return base::epptr();}
H A Dpbackfail.pass.cpp24 typedef typename base::char_type char_type; typedef in struct:test_buf
28 char_type* eback() const {return base::eback();}
29 char_type* gptr() const {return base::gptr();}
30 char_type* egptr() const {return base::egptr();}
H A Dseekoff.pass.cpp27 typedef typename base::char_type char_type; typedef in struct:test_buf
31 char_type* eback() const {return base::eback();}
32 char_type* gptr() const {return base::gptr();}
33 char_type* egptr() const {return base::egptr();}
H A Dunderflow.pass.cpp26 typedef typename base::char_type char_type; typedef in struct:test_buf
29 char_type* eback() const {return base::eback();}
30 char_type* gptr() const {return base::gptr();}
31 char_type* egptr() const {return base::egptr();}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Doverflow.pass.cpp27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* pbase() const {return base::pbase();}
34 char_type* pptr() const {return base::pptr();}
35 char_type* epptr() const {return base::epptr();}
H A Dpbackfail.pass.cpp27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
H A Dunderflow.pass.cpp27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_num_put.h54 typedef _CharT char_type; typedef in class:num_put
60 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill,
H A D_numpunct.h50 typedef char char_type; typedef in class:numpunct
79 typedef wchar_t char_type; typedef in class:numpunct
109 typedef char char_type; typedef in class:numpunct_byname
141 typedef wchar_t char_type; typedef in class:numpunct_byname
H A D_strstream.h141 typedef char char_type; typedef in class:strstream
H A D_collate.h45 typedef char char_type; typedef in class:collate
81 typedef wchar_t char_type; typedef in class:collate
H A D_messages_facets.h58 typedef char char_type; typedef in class:messages
91 typedef wchar_t char_type; typedef in class:messages
H A D_num_get.h58 typedef _CharT char_type; typedef in class:num_get
H A D_ostreambuf_iterator.h44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
H A D_sstream.h57 typedef _CharT char_type; typedef in class:basic_stringbuf
86 virtual streamsize xsputn(const char_type* __s, streamsize __n);
87 virtual streamsize _M_xsputnc(char_type __c, streamsize __n);
119 typedef typename _Traits::char_type char_type; typedef in class:basic_istringstream
162 typedef typename _Traits::char_type char_type; typedef in class:basic_ostringstream
206 typedef typename _Traits::char_type char_type; typedef in class:basic_stringstream
H A D_ios.h51 typedef _CharT char_type; typedef in class:basic_ios
66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) {
67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream;
76 rdbuf(basic_streambuf<char_type, traits_type>*);
81 char_type fill() const { return _M_fill; }
82 char_type fill(char_type __fill) {
83 char_type __tmp(_M_fill);
117 const ctype<char_type>* _M_cached_ctype;
121 const ctype<char_type>* _M_ctype_face
[all...]
H A D_istreambuf_iterator.h49 typedef _CharT char_type; typedef in class:istreambuf_iterator
66 char_type operator*() const { this->_M_getc(); return _M_c; }
H A D_stream_iterator.h98 typedef _CharT char_type; typedef in class:istream_iterator
171 typedef _CharT char_type; typedef in class:ostream_iterator
H A D_ctype.h75 typedef char char_type; typedef in class:ctype
179 typedef wchar_t char_type; typedef in class:ctype
H A D_istream.h74 typedef _CharT char_type; typedef in class:basic_istream
130 _Self& get(char_type& __c);
133 _Self& get(char_type* __s, streamsize __n, char_type __delim);
134 _Self& get(char_type* __s, streamsize __n)
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n)
153 _Self& read(char_type* __
[all...]
H A D_monetary.h56 typedef _CharT char_type; typedef in class:money_get
88 typedef char char_type; typedef in class:moneypunct
127 typedef char char_type; typedef in class:moneypunct
170 typedef wchar_t char_type; typedef in class:moneypunct
209 typedef wchar_t char_type; typedef in class:moneypunct
253 typedef char char_type; typedef in class:moneypunct_byname
286 typedef char char_type; typedef in class:moneypunct_byname
320 typedef wchar_t char_type; typedef in class:moneypunct_byname
353 typedef wchar_t char_type; typedef in class:moneypunct_byname
390 typedef _CharT char_type; typedef in class:money_put
[all...]
H A D_ostream.h63 typedef _CharT char_type; typedef in class:basic_ostream
96 _Self& put(char_type __c);
97 _Self& write(const char_type* __s, streamsize __n);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
H A Dconfig.hpp58 typedef char char_type; typedef in namespace:boost::BOOST_RT_PARAM_NAMESPACE
67 typedef std::basic_ostream<char_type> out_stream;
114 typedef wchar_t char_type;
115 typedef std::basic_string<char_type> dstring;

Completed in 752 milliseconds

12