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

1 2 3 4 5 67 8 910

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/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/ndk/7/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
streambuf_iterator.h 60 typedef _CharT char_type; typedef in class:istreambuf_iterator
112 char_type
213 typedef _CharT char_type; typedef in class:ostreambuf_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 42 // NB: The char_type parameter is a subset of int_type, as to allow
43 // int_type to properly hold the full range of char_type values as
52 typedef character<V, I, S> char_type; typedef in struct:character
57 static char_type
60 char_type ret = { static_cast<value_type>(v) };
66 to(const char_type& c)
95 typedef __gnu_cxx::character<V, I, S> char_type; typedef in struct:char_traits
96 typedef typename char_type::int_type int_type;
97 typedef typename char_type::state_type state_type;
102 assign(char_type& __c1, const char_type& __c2
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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...]
streambuf_iterator.h 66 typedef _CharT char_type; typedef in class:istreambuf_iterator
124 char_type
225 typedef _CharT char_type; typedef in class:ostreambuf_iterator
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pod_char_traits.h 45 // NB: The char_type parameter is a subset of int_type, as to allow
46 // int_type to properly hold the full range of char_type values as
55 typedef character<V, I, S> char_type; typedef in struct:character
60 static char_type
63 char_type ret = { static_cast<value_type>(v) };
69 to(const char_type& c)
98 typedef __gnu_cxx::character<V, I, S> char_type; typedef in struct:char_traits
99 typedef typename char_type::int_type int_type;
100 typedef typename char_type::state_type state_type;
105 assign(char_type& __c1, const char_type& __c2
    [all...]
  /prebuilts/ndk/8/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...]
  /external/stlport/stlport/stl/
_monetary.c 130 typedef _CharT char_type; typedef
133 typedef moneypunct<char_type, false> _Punct; typedef
134 typedef moneypunct<char_type, true> _Punct_intl; typedef
135 typedef ctype<char_type> _Ctype;
214 char_type __point = __intl ? __punct_intl.decimal_point()
224 char_type __sep = __grouping.empty() ? char_type() :
319 typedef _CharT char_type; typedef
321 typedef ctype<char_type> _Ctype;
322 typedef moneypunct<char_type, false> _Punct typedef
323 typedef moneypunct<char_type, true> _Punct_intl; typedef
    [all...]
_streambuf.h 53 typedef _CharT char_type; typedef in class:basic_streambuf
61 char_type* _M_gbegin; // Beginning of get area
62 char_type* _M_gnext; // Current position within the get area
63 char_type* _M_gend; // End of get area
65 char_type* _M_pbegin; // Beginning of put area
66 char_type* _M_pnext; // Current position within the put area
67 char_type* _M_pend; // End of put area
87 char_type* eback() const { return _M_gbegin; } // Beginning
88 char_type* gptr() const { return _M_gnext; } // Current position
89 char_type* egptr() const { return _M_gend; } // En
    [all...]
_time_facets.h 133 typedef _Ch char_type; typedef in class:time_get
250 typedef _Ch char_type; typedef in class:time_put
275 char_type /* __fill */, const tm* __tmb,
289 typedef _Ch char_type; typedef in class:time_put_byname

Completed in 122 milliseconds

1 2 3 4 5 67 8 910