HomeSort by relevance Sort by last modified time
    Searched full:__state (Results 1 - 25 of 50) sorted by null

1 2

  /external/stlport/stlport/stl/
_codecvt.h 62 result out(state_type& __state,
71 return do_out(__state,
76 result unshift(state_type& __state,
81 return do_unshift(__state, __to, __to_limit, __to_next);
84 result in(state_type& __state,
93 return do_in(__state,
102 int length(state_type& __state,
107 return do_length(__state, __from, __from_end, __max);
182 result out(state_type& __state,
191 return do_out(__state,
    [all...]
_ios.h 91 void clear(iostate __state = goodbit) {
92 _M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::badbit));
95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
_ios_base.h 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
_fstream.c 344 _State_type __state = _M_state; local
345 int __epos = _M_codecvt->length(__state, _M_ext_buf, _M_ext_buf_converted,
375 : _M_seek_return(__cur + __adj, __state);
_fstream.h 238 pos_type _M_seek_return(off_type __off, _State_type __state) {
251 __result.state(__state);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 62 result out(state_type& __state,
71 return do_out(__state,
76 result unshift(state_type& __state,
81 return do_unshift(__state, __to, __to_limit, __to_next);
84 result in(state_type& __state,
93 return do_in(__state,
102 int length(state_type& __state,
107 return do_length(__state, __from, __from_end, __max);
182 result out(state_type& __state,
191 return do_out(__state,
    [all...]
_ios.h 91 void clear(iostate __state = goodbit) {
92 _M_clear_nothrow(this->rdbuf() ? __state : iostate(__state|ios_base::badbit));
95 void setstate(iostate __state) { this->clear(rdstate() | __state); }
_ios_base.h 185 void _M_setstate_nothrow(iostate __state) { _M_iostate |= __state; }
186 void _M_clear_nothrow(iostate __state) { _M_iostate = __state; }
_fstream.c 344 _State_type __state = _M_state; local
345 int __epos = _M_codecvt->length(__state, _M_ext_buf, _M_ext_buf_converted,
375 : _M_seek_return(__cur + __adj, __state);
_fstream.h 238 pos_type _M_seek_return(off_type __off, _State_type __state) {
251 __result.state(__state);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 115 out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to
    [all...]
basic_ios.tcc 40 basic_ios<_CharT, _Traits>::clear(iostate __state)
43 _M_streambuf_state = __state;
45 _M_streambuf_state = __state | badbit;
basic_ios.h 138 clear(iostate __state = goodbit);
147 setstate(iostate __state)
148 { this->clear(this->rdstate() | __state); }
154 _M_setstate(iostate __state)
158 _M_streambuf_state |= __state;
159 if (this->exceptions() & __state)
fstream.tcc 706 __state_type __state = _M_state_beg;
724 __state = _M_state_last;
727 __ret = _M_seek(__computed_off, __way, __state);
754 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state)
767 _M_state_cur = __state;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
enc_filebuf.h 48 enc_filebuf(state_type& __state)
50 { this->_M_state_beg = __state; }
codecvt_specializations.h 255 do_out(state_type& __state, const intern_type* __from,
261 do_unshift(state_type& __state, extern_type* __to,
265 do_in(state_type& __state, const extern_type* __from,
302 do_out(state_type& __state, const intern_type* __from,
308 if (__state.good())
310 const descriptor_type& __desc = __state.out_descriptor();
327 int __int_bom = __state.internal_bom();
371 do_unshift(state_type& __state, extern_type* __to,
375 if (__state.good())
377 const descriptor_type& __desc = __state.in_descriptor()
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
_G_config.h 25 __mbstate_t __state; member in struct:__anon14025
30 __mbstate_t __state; member in struct:__anon14026
argp.h 440 __state);
504 extern void argp_state_help (__const struct argp_state *__restrict __state,
507 extern void __argp_state_help (__const struct argp_state *__restrict __state,
512 extern void argp_usage (__const struct argp_state *__state);
513 extern void __argp_usage (__const struct argp_state *__state);
518 extern void argp_error (__const struct argp_state *__restrict __state,
521 extern void __argp_error (__const struct argp_state *__restrict __state,
533 extern void argp_failure (__const struct argp_state *__restrict __state,
537 extern void __argp_failure (__const struct argp_state *__restrict __state,
554 __const struct argp_state *__restrict __state)
    [all...]
gconv.h 164 __mbstate_t __state; /* This element must not be used directly by member in struct:__gconv_step_data
thread_db.h 333 td_thr_state_e __state, int __ti_pri,
  /external/stlport/src/
codecvt.cpp 48 codecvt<char, char, mbstate_t>::do_unshift(state_type& /* __state */,
55 codecvt<char, char, mbstate_t>::do_in (state_type& /* __state */ ,
65 codecvt<char, char, mbstate_t>::do_out(state_type& /* __state */,
stdio_streambuf.cpp 128 memset( &(p.__state), 0, sizeof(p.__state) );
  /ndk/sources/cxx-stl/stlport/src/
codecvt.cpp 48 codecvt<char, char, mbstate_t>::do_unshift(state_type& /* __state */,
55 codecvt<char, char, mbstate_t>::do_in (state_type& /* __state */ ,
65 codecvt<char, char, mbstate_t>::do_out(state_type& /* __state */,
stdio_streambuf.cpp 128 memset( &(p.__state), 0, sizeof(p.__state) );
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
bitset     [all...]

Completed in 431 milliseconds

1 2