Home
last modified time | relevance | path

Searched refs:char_type (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium/base/
Dstring16.h62 typedef char16 char_type; typedef
67 COMPILE_ASSERT(sizeof(int_type) > sizeof(char_type), unexpected_type_width);
73 static void assign(char_type& c1, const char_type& c2) { in assign()
77 static bool eq(const char_type& c1, const char_type& c2) { in eq()
80 static bool lt(const char_type& c1, const char_type& c2) { in lt()
84 static int compare(const char_type* s1, const char_type* s2, size_t n) { in compare()
88 static size_t length(const char_type* s) { in length()
92 static const char_type* find(const char_type* s, size_t n, in find()
93 const char_type& a) { in find()
97 static char_type* move(char_type* s1, const char_type* s2, int_type n) { in move()
[all …]
Dstring_tokenizer.h93 typedef typename str::value_type char_type; typedef
208 bool IsDelim(char_type c) const { in IsDelim()
212 bool IsQuote(char_type c) const { in IsQuote()
219 char_type quote_char;
224 bool AdvanceOne(AdvanceState* state, char_type c) { in AdvanceOne()
/external/chromium/googleurl/base/
Dstring16.h79 typedef char16 char_type; typedef
86 static void assign(char_type& c1, const char_type& c2) { in assign()
90 static bool eq(const char_type& c1, const char_type& c2) { in eq()
93 static bool lt(const char_type& c1, const char_type& c2) { in lt()
97 static int compare(const char_type* s1, const char_type* s2, size_t n) { in compare()
101 static size_t length(const char_type* s) { in length()
105 static const char_type* find(const char_type* s, size_t n, in find()
106 const char_type& a) { in find()
110 static char_type* move(char_type* s1, const char_type* s2, int_type n) { in move()
114 static char_type* copy(char_type* s1, const char_type* s2, size_t n) { in copy()
[all …]
/external/chromium_org/base/strings/
Dstring16.h62 typedef char16 char_type; typedef
67 COMPILE_ASSERT(sizeof(int_type) > sizeof(char_type), unexpected_type_width);
73 static void assign(char_type& c1, const char_type& c2) { in assign()
77 static bool eq(const char_type& c1, const char_type& c2) { in eq()
80 static bool lt(const char_type& c1, const char_type& c2) { in lt()
84 static int compare(const char_type* s1, const char_type* s2, size_t n) { in compare()
88 static size_t length(const char_type* s) { in length()
92 static const char_type* find(const char_type* s, size_t n, in find()
93 const char_type& a) { in find()
97 static char_type* move(char_type* s1, const char_type* s2, int_type n) { in move()
[all …]
Dstring_tokenizer.h94 typedef typename str::value_type char_type; typedef
209 bool IsDelim(char_type c) const { in IsDelim()
213 bool IsQuote(char_type c) const { in IsQuote()
220 char_type quote_char;
225 bool AdvanceOne(AdvanceState* state, char_type c) { in AdvanceOne()
/external/stlport/stlport/stl/
D_streambuf.h53 typedef _CharT char_type; typedef
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 in eback()
88 char_type* gptr() const { return _M_gnext; } // Current position in gptr()
89 char_type* egptr() const { return _M_gend; } // End in egptr()
[all …]
D_ctraits_fns.h34 : public binary_function<typename _Traits::char_type,
35 typename _Traits::char_type,
37 bool operator()(const typename _Traits::char_type& __x, in operator()
38 const typename _Traits::char_type& __y) const in operator()
44 : public unary_function<typename _Traits::char_type, bool> {
45 typename _Traits::char_type __val;
46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {} in _Eq_char_bound()
47 bool operator()(const typename _Traits::char_type& __x) const in operator()
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __val;
[all …]
Dchar_traits.h134 typedef _CharT char_type; typedef
140 static void _STLP_CALL assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } in assign()
141 static bool _STLP_CALL eq(const char_type& __c1, const char_type& __c2) in eq()
143 static bool _STLP_CALL lt(const char_type& __c1, const char_type& __c2) in lt()
146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { in compare()
153 static size_t _STLP_CALL length(const char_type* __s) { in length()
154 const char_type _NullChar = _STLP_DEFAULT_CONSTRUCTED(char_type); in length()
160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { in find()
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) in move()
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); } in move()
[all …]
D_ios.h51 typedef _CharT char_type; typedef
66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) { in tie() argument
67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream; in tie()
76 rdbuf(basic_streambuf<char_type, traits_type>*);
81 char_type fill() const { return _M_fill; } in fill()
82 char_type fill(char_type __fill) { in fill()
83 char_type __tmp(_M_fill); in fill()
117 const ctype<char_type>* _M_cached_ctype;
121 const ctype<char_type>* _M_ctype_facet() const { return _M_cached_ctype; } in _M_ctype_facet()
135 char_type _M_fill; // The fill character, used for padding.
D_istream.c53 typedef typename _Traits::char_type argument_type;
65 typedef typename _Traits::char_type argument_type;
79 typedef typename _Traits::char_type char_type; typedef
80 typedef char_type* first_argument_type;
81 typedef char_type* second_argument_type;
82 typedef char_type* result_type;
84 const ctype<char_type>* _M_ctype;
86 _Scan_for_wspace(const ctype<char_type>* __ctype) : _M_ctype(__ctype) {} in _Scan_for_wspace()
87 const char_type*
88 operator()(const char_type* __first, const char_type* __last) const { in operator()
[all …]
D_monetary.c130 typedef _CharT char_type; in __money_do_get() typedef
133 typedef moneypunct<char_type, false> _Punct; in __money_do_get()
134 typedef moneypunct<char_type, true> _Punct_intl; in __money_do_get()
135 typedef ctype<char_type> _Ctype; in __money_do_get()
214 char_type __point = __intl ? __punct_intl.decimal_point() in __money_do_get()
224 char_type __sep = __grouping.empty() ? char_type() : in __money_do_get()
319 typedef _CharT char_type; in __money_do_put() typedef
321 typedef ctype<char_type> _Ctype; in __money_do_put()
322 typedef moneypunct<char_type, false> _Punct; in __money_do_put()
323 typedef moneypunct<char_type, true> _Punct_intl; in __money_do_put()
[all …]
D_num_put.h54 typedef _CharT char_type; typedef
60 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
65 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
70 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
76 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
81 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
87 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
93 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
99 iter_type put(iter_type __s, ios_base& __f, char_type __fill, in put()
D_istream.h74 typedef _CharT char_type; typedef
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) in get()
139 char_type __delim);
144 _Self& getline(char_type* __s, streamsize __n, char_type delim);
145 _Self& getline(char_type* __s, streamsize __n) in getline()
153 _Self& read(char_type* __s, streamsize __n);
154 streamsize readsome(char_type* __s, streamsize __n);
157 _Self& putback(char_type __c);
D_monetary.h56 typedef _CharT char_type; typedef
88 typedef char char_type; typedef
127 typedef char char_type; typedef
170 typedef wchar_t char_type; typedef
209 typedef wchar_t char_type; typedef
253 typedef char char_type; typedef
286 typedef char char_type; typedef
320 typedef wchar_t char_type; typedef
353 typedef wchar_t char_type; typedef
390 typedef _CharT char_type; typedef
[all …]
D_sstream.h57 typedef _CharT char_type; typedef
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
162 typedef typename _Traits::char_type char_type; typedef
206 typedef typename _Traits::char_type char_type; typedef
D_fstream.h151 typedef _CharT char_type; typedef
206 virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*, streamsize);
328 …/* this-> */ _Base::setg((char_type*)_M_ext_buf, (char_type*)_M_ext_buf, (char_type*)_M_ext_buf_en… in _M_do_noconv_input()
347 typedef typename _Traits::char_type char_type; typedef
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*, in _M_doit() argument
349 char_type*, char_type*) in _M_doit() argument
379 typedef typename _Traits::char_type char_type; typedef
382 _M_doit(basic_filebuf<char_type, _Traits>*) in _M_doit() argument
445 typedef _CharT char_type; typedef
526 typedef _CharT char_type; typedef
[all …]
D_numpunct.h50 typedef char char_type; typedef
79 typedef wchar_t char_type; typedef
109 typedef char char_type; typedef
141 typedef wchar_t char_type; typedef
D_ostreambuf_iterator.h44 typedef _CharT char_type; typedef
61 ostreambuf_iterator<_CharT, _Traits>& operator=(char_type __c) {
D_time_facets.h133 typedef _Ch char_type; typedef
250 typedef _Ch char_type; typedef
275 char_type /* __fill */, const tm* __tmb,
289 typedef _Ch char_type; typedef
D_istreambuf_iterator.h49 typedef _CharT char_type; typedef
66 char_type operator*() const { this->_M_getc(); return _M_c; }
/external/oprofile/include/
Dsstream40 typedef char char_type;
61 stream = new char_type[stream_len];
87 stream = new char_type[stream_len];
110 char_type* new_stream = new char_type[stream_len];
127 setbuf(char_type* s, streamsize n)
132 stream = new char_type[n];
150 char_type* beg = stream;
151 char_type* curi = NULL;
152 char_type* curo = NULL;
153 char_type* endi = NULL;
[all …]
/external/stlport/test/eh/
Dlocale.cpp42 const ctype<char>& char_type=use_facet<ctype<char> >(cout.getloc()); in main() local
43 if(char_type.is(ctype_base::upper, '�')) puts("Upper"); in main()
44 if(char_type.is(ctype_base::lower, '�')) puts("Lower"); in main()
/external/zlib/src/contrib/iostream3/
Dzfstream.cc250 char_type last_char = traits_type::to_char_type(c); in overflow()
266 gzfilebuf::setbuf(char_type* p, in setbuf()
317 buffer = new char_type[buffer_size]; in enable_buffer()
330 buffer = new char_type[buffer_size]; in enable_buffer()
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
Dcharmap.h5 static const unsigned char char_type[] = { variable
/external/openssl/crypto/asn1/
Dcharmap.h5 static const unsigned char char_type[] = { variable

12