HomeSort by relevance Sort by last modified time
    Searched defs:extern_type (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
codecvt.h 75 typedef _ExternT extern_type; typedef in class:__codecvt_abstract_base
83 * extern_type. This is analogous to wcsrtombs. It does this by
118 extern_type* __to, extern_type* __to_end,
119 extern_type*& __to_next) const
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 extern_type*& __to_next) const
162 * Converts input string of extern_type to output string of
196 in(state_type& __state, const extern_type* __from
283 typedef _ExternT extern_type; typedef in class:codecvt
346 typedef char extern_type; typedef in class:codecvt
404 typedef char extern_type; typedef in class:codecvt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
codecvt.h 75 typedef _ExternT extern_type; typedef in class:__codecvt_abstract_base
83 * extern_type. This is analogous to wcsrtombs. It does this by
118 extern_type* __to, extern_type* __to_end,
119 extern_type*& __to_next) const
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 extern_type*& __to_next) const
162 * Converts input string of extern_type to output string of
196 in(state_type& __state, const extern_type* __from
283 typedef _ExternT extern_type; typedef in class:codecvt
346 typedef char extern_type; typedef in class:codecvt
404 typedef char extern_type; typedef in class:codecvt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 237 typedef _ExternT extern_type; typedef in class:codecvt
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
261 extern_type* __to, extern_type* __to_end,
262 extern_type*& __to_next) const;
265 do_unshift(state_type& __state, extern_type* __to,
266 extern_type* __to_end, extern_type*& __to_next) const;
269 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
codecvt_specializations.h 237 typedef _ExternT extern_type; typedef in class:codecvt
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
261 extern_type* __to, extern_type* __to_end,
262 extern_type*& __to_next) const;
265 do_unshift(state_type& __state, extern_type* __to,
266 extern_type* __to_end, extern_type*& __to_next) const;
269 do_in(state_type& __state, const extern_type* __from,
    [all...]

Completed in 264 milliseconds