Searched defs:char_type (Results 26 - 32 of 32) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
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 D_time_facets.h133 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
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_monetary.c130 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, fals typedef
323 typedef moneypunct<char_type, true> _Punct_intl; typedef
[all...]
H A D_string.c59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { member in class:_Traits
60 typedef typename _Traits::char_type _CharT;
515 typedef typename _Traits::char_type _CharType;
542 typedef typename _Traits::char_type _CharType;
H A D_fstream.h151 typedef _CharT char_type; typedef in class:basic_filebuf
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_end);
347 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_output
348 static bool _STLP_CALL _M_doit(basic_filebuf<char_type, _Traits >*,
349 char_type*, char_type*)
379 typedef typename _Traits::char_type char_type; typedef in class:_Noconv_input
445 typedef _CharT char_type; typedef in class:basic_ifstream
526 typedef _CharT char_type; typedef in class:basic_ofstream
605 typedef _CharT char_type; typedef in class:basic_fstream
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A Dlexical_cast.hpp2090 >::type char_type; typedef
2104 char_type, Target, no_cv_src
2116 ::boost::detail::is_this_float_conversion_optimized<no_cv_src, char_type >::value,
2130 typedef detail::lexical_stream_limited_src<char_type, traits, requires_stringbuf > interpreter_type;
2134 char_type buf[src_len + 1];
2406 typename stream_char<Source>::type>::type char_type;
2411 lexical_stream(char_type* = 0, char_type* = 0)
2465 std::basic_stringstream<char_type,traits_type> stream;
2478 >::type char_type;
[all...]

Completed in 194 milliseconds

12