/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); }
|
/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); }
|
/prebuilt/ndk/android-ndk-r5/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); }
|
/prebuilt/ndk/android-ndk-r6/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); }
|
/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)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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;
|
/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:__anon20422 30 __mbstate_t __state; member in struct:__anon20423
|
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...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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...] |
/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 */,
|
/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 */,
|