/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
enc_filebuf.h | 45 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf 48 enc_filebuf(state_type& __state) 57 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
|
pod_char_traits.h | 49 typedef S state_type; typedef in struct:character 92 typedef typename char_type::state_type state_type; typedef in struct:char_traits 93 typedef fpos<state_type> pos_type;
|
codecvt_specializations.h | 96 // typedef STATE_T state_type 97 // requires: state_type shall meet the requirements of 211 typedef encoding_state state_type; typedef in struct:encoding_char_traits 212 typedef typename std::fpos<state_type> pos_type; 234 typedef __gnu_cxx::encoding_state state_type; typedef in class:codecvt 235 typedef state_type::descriptor_type descriptor_type; 242 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) 246 codecvt(state_type& __enc, size_t __refs = 0) 247 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) 255 do_out(state_type& __state, const intern_type* __from, [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
enc_filebuf.h | 45 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf 48 enc_filebuf(state_type& __state) 57 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
|
pod_char_traits.h | 49 typedef S state_type; typedef in struct:character 92 typedef typename char_type::state_type state_type; typedef in struct:char_traits 93 typedef fpos<state_type> pos_type;
|
codecvt_specializations.h | 96 // typedef STATE_T state_type 97 // requires: state_type shall meet the requirements of 211 typedef encoding_state state_type; typedef in struct:encoding_char_traits 212 typedef typename std::fpos<state_type> pos_type; 234 typedef __gnu_cxx::encoding_state state_type; typedef in class:codecvt 235 typedef state_type::descriptor_type descriptor_type; 242 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) 246 codecvt(state_type& __enc, size_t __refs = 0) 247 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) 255 do_out(state_type& __state, const intern_type* __from, [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
enc_filebuf.h | 45 typedef typename traits_type::state_type state_type; typedef in class:enc_filebuf 48 enc_filebuf(state_type& __state) 57 __glibcxx_class_requires(state_type, _SGIAssignableConcept)
|
pod_char_traits.h | 49 typedef S state_type; typedef in struct:character 92 typedef typename char_type::state_type state_type; typedef in struct:char_traits 93 typedef fpos<state_type> pos_type;
|
codecvt_specializations.h | 96 // typedef STATE_T state_type 97 // requires: state_type shall meet the requirements of 211 typedef encoding_state state_type; typedef in struct:encoding_char_traits 212 typedef typename std::fpos<state_type> pos_type; 234 typedef __gnu_cxx::encoding_state state_type; typedef in class:codecvt 235 typedef state_type::descriptor_type descriptor_type; 242 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) 246 codecvt(state_type& __enc, size_t __refs = 0) 247 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) 255 do_out(state_type& __state, const intern_type* __from, [all...] |
/external/chromium/base/ |
string16.h | 65 typedef mbstate_t state_type; typedef in struct:base::string16_char_traits 66 typedef std::fpos<state_type> pos_type;
|
/external/chromium/googleurl/base/ |
string16.h | 83 typedef mbstate_t state_type; typedef in struct:base::string16_char_traits 84 typedef std::fpos<state_type> pos_type;
|
/external/stlport/stlport/stl/ |
_codecvt.h | 50 typedef _StateT state_type; typedef in class:codecvt 62 result out(state_type& __state, 76 result unshift(state_type& __state, 84 result in(state_type& __state, 102 int length(state_type& __state, 117 virtual result do_out(state_type&, 126 virtual result do_in (state_type&, 135 virtual result do_unshift(state_type&, 147 virtual int do_length(state_type&, 157 codecvt(const codecvt<intern_type, extern_type, state_type>&) [all...] |
char_traits.h | 138 typedef mbstate_t state_type; typedef in class:__char_traits_base 217 typedef mbstate_t state_type; typedef in class:char_traits
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_codecvt.h | 50 typedef _StateT state_type; typedef in class:codecvt 62 result out(state_type& __state, 76 result unshift(state_type& __state, 84 result in(state_type& __state, 102 int length(state_type& __state, 117 virtual result do_out(state_type&, 126 virtual result do_in (state_type&, 135 virtual result do_unshift(state_type&, 147 virtual int do_length(state_type&, 157 codecvt(const codecvt<intern_type, extern_type, state_type>&) [all...] |
char_traits.h | 138 typedef mbstate_t state_type; typedef in class:__char_traits_base 217 typedef mbstate_t state_type; typedef in class:char_traits
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
char_traits.h | 59 * state_type. By default these are unsigned long, streamoff, 70 typedef std::mbstate_t state_type; typedef in struct:_Char_types 79 * right, but the int_type and state_type typedefs, and the eof() 96 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits 243 typedef mbstate_t state_type; typedef in struct:char_traits 314 typedef mbstate_t state_type; typedef in struct:char_traits 390 typedef mbstate_t state_type; typedef in struct:char_traits 483 typedef mbstate_t state_type; typedef in struct:char_traits
|
codecvt.h | 75 typedef _StateT state_type; typedef in class:__codecvt_abstract_base 115 out(state_type& __state, const intern_type* __from, 154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, 195 in(state_type& __state, const extern_type* __from, 213 length(state_type& __state, const extern_type* __from, 236 do_out(state_type& __state, const intern_type* __from, 242 do_unshift(state_type& __state, extern_type* __to, 246 do_in(state_type& __state, const extern_type* __from, 258 do_length(state_type&, const extern_type* __from, 276 typedef _StateT state_type; typedef in class:codecvt 337 typedef mbstate_t state_type; typedef in class:codecvt 395 typedef mbstate_t state_type; typedef in class:codecvt [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
char_traits.h | 59 * state_type. By default these are unsigned long, streamoff, 70 typedef std::mbstate_t state_type; typedef in struct:_Char_types 79 * right, but the int_type and state_type typedefs, and the eof() 96 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits 243 typedef mbstate_t state_type; typedef in struct:char_traits 314 typedef mbstate_t state_type; typedef in struct:char_traits 390 typedef mbstate_t state_type; typedef in struct:char_traits 483 typedef mbstate_t state_type; typedef in struct:char_traits
|
codecvt.h | 75 typedef _StateT state_type; typedef in class:__codecvt_abstract_base 115 out(state_type& __state, const intern_type* __from, 154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, 195 in(state_type& __state, const extern_type* __from, 213 length(state_type& __state, const extern_type* __from, 236 do_out(state_type& __state, const intern_type* __from, 242 do_unshift(state_type& __state, extern_type* __to, 246 do_in(state_type& __state, const extern_type* __from, 258 do_length(state_type&, const extern_type* __from, 276 typedef _StateT state_type; typedef in class:codecvt 337 typedef mbstate_t state_type; typedef in class:codecvt 395 typedef mbstate_t state_type; typedef in class:codecvt [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_codecvt.h | 50 typedef _StateT state_type; typedef in class:codecvt 62 result out(state_type& __state, 76 result unshift(state_type& __state, 84 result in(state_type& __state, 102 int length(state_type& __state, 117 virtual result do_out(state_type&, 126 virtual result do_in (state_type&, 135 virtual result do_unshift(state_type&, 147 virtual int do_length(state_type&, 157 codecvt(const codecvt<intern_type, extern_type, state_type>&) [all...] |
char_traits.h | 138 typedef mbstate_t state_type; typedef in class:__char_traits_base 217 typedef mbstate_t state_type; typedef in class:char_traits
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
char_traits.h | 59 * state_type. By default these are unsigned long, streamoff, 70 typedef std::mbstate_t state_type; typedef in struct:_Char_types 79 * right, but the int_type and state_type typedefs, and the eof() 96 typedef typename _Char_types<_CharT>::state_type state_type; typedef in struct:char_traits 243 typedef mbstate_t state_type; typedef in struct:char_traits 314 typedef mbstate_t state_type; typedef in struct:char_traits 390 typedef mbstate_t state_type; typedef in struct:char_traits 483 typedef mbstate_t state_type; typedef in struct:char_traits
|
codecvt.h | 75 typedef _StateT state_type; typedef in class:__codecvt_abstract_base 115 out(state_type& __state, const intern_type* __from, 154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, 195 in(state_type& __state, const extern_type* __from, 213 length(state_type& __state, const extern_type* __from, 236 do_out(state_type& __state, const intern_type* __from, 242 do_unshift(state_type& __state, extern_type* __to, 246 do_in(state_type& __state, const extern_type* __from, 258 do_length(state_type&, const extern_type* __from, 276 typedef _StateT state_type; typedef in class:codecvt 337 typedef mbstate_t state_type; typedef in class:codecvt 395 typedef mbstate_t state_type; typedef in class:codecvt [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_codecvt.h | 50 typedef _StateT state_type; typedef in class:codecvt 62 result out(state_type& __state, 76 result unshift(state_type& __state, 84 result in(state_type& __state, 102 int length(state_type& __state, 117 virtual result do_out(state_type&, 126 virtual result do_in (state_type&, 135 virtual result do_unshift(state_type&, 147 virtual int do_length(state_type&, 157 codecvt(const codecvt<intern_type, extern_type, state_type>&) [all...] |
char_traits.h | 138 typedef mbstate_t state_type; typedef in class:__char_traits_base 217 typedef mbstate_t state_type; typedef in class:char_traits
|