| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| codecvt.h | 78 typedef _ExternT extern_type; typedef in class:__codecvt_abstract_base 86 * extern_type. This is analogous to wcsrtombs. It does this by 121 extern_type* __to, extern_type* __to_end, 122 extern_type*& __to_next) const 158 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, 159 extern_type*& __to_next) const 165 * Converts input string of extern_type to output string of 199 in(state_type& __state, const extern_type* __from 284 typedef _ExternT extern_type; typedef in class:codecvt 349 typedef char extern_type; typedef in class:codecvt 412 typedef char extern_type; typedef in class:codecvt 476 typedef char extern_type; typedef in class:codecvt 533 typedef char extern_type; typedef in class:codecvt 591 typedef char8_t extern_type; typedef in class:codecvt 648 typedef char8_t extern_type; typedef in class:codecvt [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| codecvt_specializations.h | 240 typedef _ExternT extern_type; typedef in class:codecvt 249 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) 254 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs) 264 extern_type* __to, extern_type* __to_end, 265 extern_type*& __to_next) const; 268 do_unshift(state_type& __state, extern_type* __to, 269 extern_type* __to_end, extern_type*& __to_next) const; 272 do_in(state_type& __state, const extern_type* __from, [all...] |