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

1 2 3 45 6 7 8 910

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stream_iterator.h 53 typedef _CharT char_type; typedef in class:istream_iterator
149 * @param CharT The ostream char_type.
160 typedef _CharT char_type; typedef in class:ostream_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 61 typedef _CharT char_type; typedef in class:stdio_sync_filebuf
139 xsgetn(char_type* __s, std::streamsize __n);
158 xsputn(const char_type* __s, std::streamsize __n);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 87 typedef _CharT char_type; typedef in struct:char_traits
94 assign(char_type& __c1, const char_type& __c2)
98 eq(const char_type& __c1, const char_type& __c2)
102 lt(const char_type& __c1, const char_type& __c2)
106 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
109 length(const char_type* __s)
237 typedef char char_type; typedef in struct:char_traits
308 typedef wchar_t char_type; typedef in struct:char_traits
387 typedef char16_t char_type; typedef in struct:char_traits
480 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
stream_iterator.h 53 typedef _CharT char_type; typedef in class:istream_iterator
149 * @tparam _CharT The ostream char_type.
160 typedef _CharT char_type; typedef in class:ostream_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 61 typedef _CharT char_type; typedef in class:stdio_sync_filebuf
139 xsgetn(char_type* __s, std::streamsize __n);
158 xsputn(const char_type* __s, std::streamsize __n);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.h 51 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_facet() const { return _M_cached_ctype;
    [all...]
_istreambuf_iterator.h 49 typedef _CharT char_type; typedef in class:istreambuf_iterator
66 char_type operator*() const { this->_M_getc(); return _M_c; }
_sstream.h 57 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
  /external/chromium/base/
string_tokenizer.h 93 typedef typename str::value_type char_type; typedef in class:StringTokenizerT
208 bool IsDelim(char_type c) const {
212 bool IsQuote(char_type c) const {
219 char_type quote_char;
224 bool AdvanceOne(AdvanceState* state, char_type c) {
  /external/stlport/stlport/stl/
_ctype.h 75 typedef char char_type; typedef in class:ctype
179 typedef wchar_t char_type; typedef in class:ctype
_istream.h 74 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* __s, streamsize __n)
    [all...]
_monetary.h 56 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...]
_ostream.h 63 typedef _CharT char_type; typedef in class:basic_ostream
96 _Self& put(char_type __c);
97 _Self& write(const char_type* __s, streamsize __n);
_stream_iterator.h 98 typedef _CharT char_type; typedef in class:istream_iterator
171 typedef _CharT char_type; typedef in class:ostream_iterator
char_traits.h 134 typedef _CharT char_type; typedef in class:__char_traits_base
140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; }
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2)
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2)
146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) {
153 static size_t _STLP_CALL length(const char_type* __s)
213 typedef char char_type; typedef in class:char_traits
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 75 typedef char char_type; typedef in class:ctype
179 typedef wchar_t char_type; typedef in class:ctype
_istream.h 74 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* __s, streamsize __n)
    [all...]
_monetary.h 56 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...]
_ostream.h 63 typedef _CharT char_type; typedef in class:basic_ostream
96 _Self& put(char_type __c);
97 _Self& write(const char_type* __s, streamsize __n);
_stream_iterator.h 98 typedef _CharT char_type; typedef in class:istream_iterator
171 typedef _CharT char_type; typedef in class:ostream_iterator
char_traits.h 134 typedef _CharT char_type; typedef in class:__char_traits_base
140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; }
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2)
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2)
146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) {
153 static size_t _STLP_CALL length(const char_type* __s)
213 typedef char char_type; typedef in class:char_traits
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h 71 typedef _CharT char_type; typedef in class:basic_ios
92 mutable char_type _M_fill;
359 char_type
379 char_type
380 fill(char_type __ch)
382 char_type __old = this->fill();
408 * Maps a character of @c char_type to a character of @c char,
413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
420 narrow(char_type __c, char __dfault) const
428 * Maps a character of @c char to a character of @c char_type
    [all...]
streambuf_iterator.h 53 typedef _CharT char_type; typedef in class:istreambuf_iterator
105 char_type
206 typedef _CharT char_type; typedef in class:ostreambuf_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pod_char_traits.h 40 // NB: The char_type parameter is a subset of int_type, as to allow
41 // int_type to properly hold the full range of char_type values as
50 typedef character<V, I, S> char_type; typedef in struct:character
55 static char_type
58 char_type ret = { static_cast<value_type>(v) };
64 to(const char_type& c)
90 typedef __gnu_cxx::character<V, I, S> char_type; typedef in struct:char_traits
91 typedef typename char_type::int_type int_type;
92 typedef typename char_type::state_type state_type;
97 assign(char_type& __c1, const char_type& __c2
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h 73 typedef _CharT char_type; typedef in class:basic_ios
94 mutable char_type _M_fill;
361 char_type
381 char_type
382 fill(char_type __ch)
384 char_type __old = this->fill();
410 * Maps a character of @c char_type to a character of @c char,
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const
430 * Maps a character of @c char to a character of @c char_type
    [all...]

Completed in 179 milliseconds

1 2 3 45 6 7 8 910