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

1 23 4 5 6 7 8 910

  /external/stlport/stlport/stl/
_ostreambuf_iterator.h 44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
_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
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 58 typedef char char_type; typedef in class:messages
91 typedef wchar_t char_type; typedef in class:messages
_ostreambuf_iterator.h 44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
_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
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 58 typedef char char_type; typedef in class:messages
91 typedef wchar_t char_type; typedef in class:messages
_ostreambuf_iterator.h 44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 58 typedef char char_type; typedef in class:messages
91 typedef wchar_t char_type; typedef in class:messages
_ostreambuf_iterator.h 44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 58 typedef char char_type; typedef in class:messages
91 typedef wchar_t char_type; typedef in class:messages
_ostreambuf_iterator.h 44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 58 typedef char char_type; typedef in class:messages
91 typedef wchar_t char_type; typedef in class:messages
_ostreambuf_iterator.h 44 typedef _CharT char_type; typedef in class:ostreambuf_iterator
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
  /external/chromium/base/
string16.h 62 typedef char16 char_type; typedef in struct:base::string16_char_traits
65 // int_type needs to be able to hold each possible value of char_type, and in
67 COMPILE_ASSERT(sizeof(int_type) > sizeof(char_type), unexpected_type_width);
73 static void assign(char_type& c1, const char_type& c2) {
77 static bool eq(const char_type& c1, const char_type& c2) {
80 static bool lt(const char_type& c1, const char_type& c2) {
84 static int compare(const char_type* s1, const char_type* s2, size_t n)
    [all...]
  /external/chromium/googleurl/base/
string16.h 79 typedef char16 char_type; typedef in struct:base::string16_char_traits
86 static void assign(char_type& c1, const char_type& c2) {
90 static bool eq(const char_type& c1, const char_type& c2) {
93 static bool lt(const char_type& c1, const char_type& c2) {
97 static int compare(const char_type* s1, const char_type* s2, size_t n) {
101 static size_t length(const char_type* s)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h 92 typedef _CharT char_type; typedef in struct:char_traits
99 assign(char_type& __c1, const char_type& __c2)
103 eq(const char_type& __c1, const char_type& __c2)
107 lt(const char_type& __c1, const char_type& __c2)
111 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
114 length(const char_type* __s)
239 typedef char char_type; typedef in struct:char_traits
310 typedef wchar_t char_type; typedef in struct:char_traits
386 typedef char16_t char_type; typedef in struct:char_traits
479 typedef char32_t char_type; typedef in struct:char_traits
    [all...]
stream_iterator.h 46 typedef _CharT char_type; typedef in class:istream_iterator
142 * @param CharT The ostream char_type.
153 typedef _CharT char_type; typedef in class:ostream_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 51 typedef _CharT char_type; typedef in class:stdio_sync_filebuf
129 xsgetn(char_type* __s, std::streamsize __n);
148 xsputn(const char_type* __s, std::streamsize __n);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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 * @param CharT The ostream char_type.
160 typedef _CharT char_type; typedef in class:ostream_iterator
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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);

Completed in 1014 milliseconds

1 23 4 5 6 7 8 910