Searched refs:char_type (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dcharmap.h5 static const unsigned char char_type[] = { variable
/external/openssl/crypto/asn1/
H A Dcharmap.h5 static const unsigned char char_type[] = { variable
/external/libcxx/test/strings/basic.string/
H A Dtest_traits.h16 typedef charT char_type; typedef in struct:test_traits
/external/stlport/stlport/stl/
H A 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,
38 const typename _Traits::char_type& __y) const
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) {}
47 bool operator()(const typename _Traits::char_type& __x) const
53 : public unary_function<typename _Traits::char_type, bool>
55 typename _Traits::char_type __va
[all...]
H A D_streambuf.h53 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* egpt
[all...]
H A Dchar_traits.h134 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* __
213 typedef char char_type; typedef in class:char_traits
[all...]
H A D_ios.h51 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_face
[all...]
/external/chromium_org/base/strings/
H A Dstring16.h62 typedef char16 char_type;
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* s
[all...]
H A Dstring_tokenizer.h94 typedef typename str::value_type char_type; typedef in class:base::StringTokenizerT
209 bool IsDelim(char_type c) const {
213 bool IsQuote(char_type c) const {
220 char_type quote_char;
225 bool AdvanceOne(AdvanceState* state, char_type c) {
/external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dpbackfail.pass.cpp24 typedef typename base::char_type char_type; typedef in struct:test_buf
28 char_type* eback() const {return base::eback();}
29 char_type* gptr() const {return base::gptr();}
30 char_type* egptr() const {return base::egptr();}
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp27 typedef base::char_type char_type; typedef in struct:test_buf
33 char_type* eback() const {return base::eback();}
34 char_type* gptr() const {return base::gptr();}
35 char_type* egptr() const {return base::egptr();}
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/
H A Dtypes.pass.cpp17 // typedef charT char_type;
28 static_assert((std::is_same<std::num_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::num_put<wchar_t>::char_type, wchar_t>::value), "");
/external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/
H A Dtypes.pass.cpp17 // typedef charT char_type;
28 static_assert((std::is_same<std::num_get<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::num_get<wchar_t>::char_type, wchar_t>::value), "");
/external/libcxx/test/localization/locale.categories/category.time/locale.time.put/
H A Dtypes.pass.cpp17 // typedef charT char_type;
28 static_assert((std::is_same<std::time_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::time_put<wchar_t>::char_type, wchar_t>::value), "");
/external/libcxx/test/re/re.traits/
H A Dtypes.pass.cpp17 // typedef charT char_type;
18 // typedef basic_string<char_type> string_type;
26 static_assert((std::is_same<std::regex_traits<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::regex_traits<wchar_t>::char_type, wchar_t>::value), "");
/external/libcxx/test/input.output/iostream.format/quoted.manip/
H A Dquoted_traits.fail.cpp24 typedef charT char_type; typedef in struct:test_traits
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
H A Dsgetn.pass.cpp15 // streamsize sgetn(char_type* s, streamsize n);
28 std::streamsize xsgetn(char_type* s, std::streamsize n)
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
H A Dsputn.pass.cpp15 // streamsize sputn(const char_type* s, streamsize n);
28 std::streamsize xsputn(const char_type* s, std::streamsize n)
/external/libcxx/test/iterators/stream.iterators/istream.iterator/
H A Dtypes.pass.cpp18 // typedef charT char_type;
32 static_assert((std::is_same<I1::char_type, char>::value), "");
39 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
/external/libcxx/test/iterators/stream.iterators/ostream.iterator/
H A Dtypes.pass.cpp18 // typedef charT char_type;
31 static_assert((std::is_same<I1::char_type, char>::value), "");
37 static_assert((std::is_same<I2::char_type, wchar_t>::value), "");
/external/libcxx/test/localization/locale.categories/category.messages/locale.messages/
H A Dtypes.pass.cpp18 // typedef _CharT char_type;
30 static_assert((std::is_same<std::messages<char>::char_type, char>::value), "");
31 static_assert((std::is_same<std::messages<wchar_t>::char_type, wchar_t>::value), "");
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
H A Dtypes.pass.cpp17 // typedef CharT char_type;
19 // typedef basic_string<char_type> string_type;
28 static_assert((std::is_same<std::money_get<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::money_get<wchar_t>::char_type, wchar_t>::value), "");
/external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
H A Dtypes.pass.cpp17 // typedef CharT char_type;
19 // typedef basic_string<char_type> string_type;
28 static_assert((std::is_same<std::money_put<char>::char_type, char>::value), "");
29 static_assert((std::is_same<std::money_put<wchar_t>::char_type, wchar_t>::value), "");
/external/libcxx/test/localization/locale.categories/category.time/locale.time.get/
H A Dtypes.pass.cpp24 // typedef charT char_type;
37 static_assert((std::is_same<std::time_get<char>::char_type, char>::value), "");
38 static_assert((std::is_same<std::time_get<wchar_t>::char_type, wchar_t>::value), "");
/external/oprofile/include/
H A 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* cur
[all...]

Completed in 6431 milliseconds

12345