HomeSort by relevance Sort by last modified time
    Searched defs:char_type (Results 1 - 25 of 49) sorted by null

1 2

  /external/openssl/crypto/asn1/
charmap.h 5 static const unsigned char char_type[] = { variable
  /external/stlport/stlport/stl/
_num_put.h 54 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,
_collate.h 45 typedef char char_type; typedef in class:collate
81 typedef wchar_t char_type; typedef in class:collate
_num_get.h 58 typedef _CharT char_type; typedef in class:num_get
_numpunct.h 50 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
_strstream.h 141 typedef char char_type; typedef in class:strstream
_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
  /external/stlport/test/eh/
locale.cpp 42 const ctype<char>& char_type=use_facet<ctype<char> >(cout.getloc()); local
43 if(char_type.is(ctype_base::upper, '?')) puts("Upper");
44 if(char_type.is(ctype_base::lower, '?')) puts("Lower");
  /ndk/sources/android/stlport/stlport/stl/
_num_put.h 54 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,
_collate.h 45 typedef char char_type; typedef in class:collate
81 typedef wchar_t char_type; typedef in class:collate
_num_get.h 58 typedef _CharT char_type; typedef in class:num_get
_numpunct.h 50 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
_strstream.h 141 typedef char char_type; typedef in class:strstream
_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
  /external/astl/include/
char_traits.h 53 typedef char char_type; typedef in struct:std::char_traits
  /external/chromium/base/
string16.h 56 typedef char16 char_type; typedef in struct:base::string16_char_traits
59 // int_type needs to be able to hold each possible value of char_type, and in
61 COMPILE_ASSERT(sizeof(int_type) > sizeof(char_type), unexpected_type_width);
67 static void assign(char_type& c1, const char_type& c2) {
71 static bool eq(const char_type& c1, const char_type& c2) {
74 static bool lt(const char_type& c1, const char_type& c2) {
78 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...]

Completed in 469 milliseconds

1 2