_CODECVT_H	/usr/include/c++/9/bits/codecvt.h	/^#define _CODECVT_H 1$/;"	macro	line:37
std	/usr/include/c++/9/bits/codecvt.h	/^namespace std _GLIBCXX_VISIBILITY(default)$/;"	namespace	line:41
codecvt_base	/usr/include/c++/9/bits/codecvt.h	/^  class codecvt_base$/;"	class	line:46	namespace:std
result	/usr/include/c++/9/bits/codecvt.h	/^    enum result$/;"	enum	line:49	class:std::codecvt_base	access:public
ok	/usr/include/c++/9/bits/codecvt.h	/^      ok,$/;"	enumerator	line:51	enum:std::codecvt_base::result
partial	/usr/include/c++/9/bits/codecvt.h	/^      partial,$/;"	enumerator	line:52	enum:std::codecvt_base::result
error	/usr/include/c++/9/bits/codecvt.h	/^      error,$/;"	enumerator	line:53	enum:std::codecvt_base::result
noconv	/usr/include/c++/9/bits/codecvt.h	/^      noconv$/;"	enumerator	line:54	enum:std::codecvt_base::result
__codecvt_abstract_base	/usr/include/c++/9/bits/codecvt.h	/^  template<typename _InternT, typename _ExternT, typename _StateT>     class __codecvt_abstract_base $/;"	class	line:68	namespace:std	inherits:locale::facet,codecvt_base
result	/usr/include/c++/9/bits/codecvt.h	/^      typedef codecvt_base::result	result; $/;"	typedef	line:73	class:std::__codecvt_abstract_base	access:public
intern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef _InternT			intern_type; $/;"	typedef	line:74	class:std::__codecvt_abstract_base	access:public
extern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef _ExternT			extern_type; $/;"	typedef	line:75	class:std::__codecvt_abstract_base	access:public
state_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef _StateT			state_type; $/;"	typedef	line:76	class:std::__codecvt_abstract_base	access:public
out	/usr/include/c++/9/bits/codecvt.h	/^      out(state_type& __state, const intern_type* __from,$/;"	function	line:116	class:std::__codecvt_abstract_base	access:public	signature:(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:result 
unshift	/usr/include/c++/9/bits/codecvt.h	/^      unshift(state_type& __state, extern_type* __to, extern_type* __to_end,$/;"	function	line:155	class:std::__codecvt_abstract_base	access:public	signature:(state_type& __state, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:result 
in	/usr/include/c++/9/bits/codecvt.h	/^      in(state_type& __state, const extern_type* __from,$/;"	function	line:196	class:std::__codecvt_abstract_base	access:public	signature:(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const	returns:result 
encoding	/usr/include/c++/9/bits/codecvt.h	/^      encoding() const throw()$/;"	function	line:206	class:std::__codecvt_abstract_base	access:public	signature:() const	returns:int 
always_noconv	/usr/include/c++/9/bits/codecvt.h	/^      always_noconv() const throw()$/;"	function	line:210	class:std::__codecvt_abstract_base	access:public	signature:() const	returns:bool 
length	/usr/include/c++/9/bits/codecvt.h	/^      length(state_type& __state, const extern_type* __from,$/;"	function	line:214	class:std::__codecvt_abstract_base	access:public	signature:(state_type& __state, const extern_type* __from, const extern_type* __end, size_t __max) const	returns:int 
max_length	/usr/include/c++/9/bits/codecvt.h	/^      max_length() const throw()$/;"	function	line:219	class:std::__codecvt_abstract_base	access:public	signature:() const	returns:int 
__codecvt_abstract_base	/usr/include/c++/9/bits/codecvt.h	/^      __codecvt_abstract_base(size_t __refs = 0) : locale::facet(__refs) { }$/;"	function	line:224	class:std::__codecvt_abstract_base	access:protected	signature:(size_t __refs = 0)	returns:explicit 
~__codecvt_abstract_base	/usr/include/c++/9/bits/codecvt.h	/^      ~__codecvt_abstract_base() { }$/;"	function	line:227	class:std::__codecvt_abstract_base	access:protected	implementation:virtual	signature:()	returns:virtual 
do_out	/usr/include/c++/9/bits/codecvt.h	/^      do_out(state_type& __state, const intern_type* __from,$/;"	prototype	line:237	class:std::__codecvt_abstract_base	access:protected	implementation:pure virtual	signature:(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_unshift	/usr/include/c++/9/bits/codecvt.h	/^      do_unshift(state_type& __state, extern_type* __to,$/;"	prototype	line:243	class:std::__codecvt_abstract_base	access:protected	implementation:pure virtual	signature:(state_type& __state, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_in	/usr/include/c++/9/bits/codecvt.h	/^      do_in(state_type& __state, const extern_type* __from,$/;"	prototype	line:247	class:std::__codecvt_abstract_base	access:protected	implementation:pure virtual	signature:(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const	returns:virtual result 
do_encoding	/usr/include/c++/9/bits/codecvt.h	/^      do_encoding() const throw() = 0;$/;"	prototype	line:253	class:std::__codecvt_abstract_base	access:protected	implementation:pure virtual	signature:() const	returns:virtual int 
do_always_noconv	/usr/include/c++/9/bits/codecvt.h	/^      do_always_noconv() const throw() = 0;$/;"	prototype	line:256	class:std::__codecvt_abstract_base	access:protected	implementation:pure virtual	signature:() const	returns:virtual bool 
do_length	/usr/include/c++/9/bits/codecvt.h	/^      do_length(state_type&, const extern_type* __from,$/;"	prototype	line:259	class:std::__codecvt_abstract_base	access:protected	implementation:pure virtual	signature:(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const	returns:virtual int 
do_max_length	/usr/include/c++/9/bits/codecvt.h	/^      do_max_length() const throw() = 0;$/;"	prototype	line:263	class:std::__codecvt_abstract_base	access:protected	implementation:pure virtual	signature:() const	returns:virtual int 
codecvt	/usr/include/c++/9/bits/codecvt.h	/^   template<typename _InternT, typename _ExternT, typename _StateT>     class codecvt $/;"	class	line:274	namespace:std	inherits:__codecvt_abstract_base<_InternT,_ExternT,_StateT>
result	/usr/include/c++/9/bits/codecvt.h	/^      typedef codecvt_base::result	result; $/;"	typedef	line:279	class:std::codecvt	access:public
intern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef _InternT			intern_type; $/;"	typedef	line:280	class:std::codecvt	access:public
extern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef _ExternT			extern_type; $/;"	typedef	line:281	class:std::codecvt	access:public
state_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef _StateT			state_type; $/;"	typedef	line:282	class:std::codecvt	access:public
_M_c_locale_codecvt	/usr/include/c++/9/bits/codecvt.h	/^      __c_locale			_M_c_locale_codecvt;$/;"	member	line:285	class:std::codecvt	access:protected
id	/usr/include/c++/9/bits/codecvt.h	/^      static locale::id			id;$/;"	member	line:288	class:std::codecvt	access:public
codecvt	/usr/include/c++/9/bits/codecvt.h	/^      codecvt(size_t __refs = 0)$/;"	function	line:291	class:std::codecvt	access:public	signature:(size_t __refs = 0)	returns:explicit 
codecvt	/usr/include/c++/9/bits/codecvt.h	/^      codecvt(__c_locale __cloc, size_t __refs = 0);$/;"	prototype	line:297	class:std::codecvt	access:public	signature:(__c_locale __cloc, size_t __refs = 0)	returns:explicit 
~codecvt	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt() { }$/;"	function	line:301	class:std::codecvt	access:protected	implementation:virtual	signature:()	returns:virtual 
do_out	/usr/include/c++/9/bits/codecvt.h	/^      do_out(state_type& __state, const intern_type* __from,$/;"	prototype	line:304	class:std::codecvt	access:protected	implementation:virtual	signature:(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_unshift	/usr/include/c++/9/bits/codecvt.h	/^      do_unshift(state_type& __state, extern_type* __to,$/;"	prototype	line:310	class:std::codecvt	access:protected	implementation:virtual	signature:(state_type& __state, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_in	/usr/include/c++/9/bits/codecvt.h	/^      do_in(state_type& __state, const extern_type* __from,$/;"	prototype	line:314	class:std::codecvt	access:protected	implementation:virtual	signature:(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const	returns:virtual result 
do_encoding	/usr/include/c++/9/bits/codecvt.h	/^      do_encoding() const throw();$/;"	prototype	line:320	class:std::codecvt	access:protected	implementation:virtual	signature:() const	returns:virtual int 
do_always_noconv	/usr/include/c++/9/bits/codecvt.h	/^      do_always_noconv() const throw();$/;"	prototype	line:323	class:std::codecvt	access:protected	implementation:virtual	signature:() const	returns:virtual bool 
do_length	/usr/include/c++/9/bits/codecvt.h	/^      do_length(state_type&, const extern_type* __from,$/;"	prototype	line:326	class:std::codecvt	access:protected	implementation:virtual	signature:(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const	returns:virtual int 
do_max_length	/usr/include/c++/9/bits/codecvt.h	/^      do_max_length() const throw();$/;"	prototype	line:330	class:std::codecvt	access:protected	implementation:virtual	signature:() const	returns:virtual int 
id	/usr/include/c++/9/bits/codecvt.h	/^  template<typename _InternT, typename _ExternT, typename _StateT>     locale::id codecvt<_InternT, _ExternT, _StateT>::id; $/;"	member	line:334	class:std::codecvt
codecvt<char, char, mbstate_t>	/usr/include/c++/9/bits/codecvt.h	/^  template<>     class codecvt<char, char, mbstate_t> $/;"	class	line:338	namespace:std	inherits:__codecvt_abstract_base<char,char,mbstate_t>
intern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char			intern_type; $/;"	typedef	line:345	class:std::codecvt<char, char, mbstate_t>	access:public
extern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char			extern_type; $/;"	typedef	line:346	class:std::codecvt<char, char, mbstate_t>	access:public
state_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef mbstate_t			state_type; $/;"	typedef	line:347	class:std::codecvt<char, char, mbstate_t>	access:public
_M_c_locale_codecvt	/usr/include/c++/9/bits/codecvt.h	/^      __c_locale			_M_c_locale_codecvt;$/;"	member	line:350	class:std::codecvt<char, char, mbstate_t>	access:protected
id	/usr/include/c++/9/bits/codecvt.h	/^      static locale::id id;$/;"	member	line:353	class:std::codecvt<char, char, mbstate_t>	access:public
codecvt	/usr/include/c++/9/bits/codecvt.h	/^      codecvt(size_t __refs = 0);$/;"	prototype	line:356	class:std::codecvt<char, char, mbstate_t>	access:public	signature:(size_t __refs = 0)	returns:explicit 
codecvt	/usr/include/c++/9/bits/codecvt.h	/^      codecvt(__c_locale __cloc, size_t __refs = 0);$/;"	prototype	line:359	class:std::codecvt<char, char, mbstate_t>	access:public	signature:(__c_locale __cloc, size_t __refs = 0)	returns:explicit 
~codecvt	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt();$/;"	prototype	line:363	class:std::codecvt<char, char, mbstate_t>	access:protected	implementation:virtual	signature:()	returns:virtual 
do_out	/usr/include/c++/9/bits/codecvt.h	/^      do_out(state_type& __state, const intern_type* __from,$/;"	prototype	line:366	class:std::codecvt<char, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_unshift	/usr/include/c++/9/bits/codecvt.h	/^      do_unshift(state_type& __state, extern_type* __to,$/;"	prototype	line:372	class:std::codecvt<char, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_in	/usr/include/c++/9/bits/codecvt.h	/^      do_in(state_type& __state, const extern_type* __from,$/;"	prototype	line:376	class:std::codecvt<char, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const	returns:virtual result 
do_encoding	/usr/include/c++/9/bits/codecvt.h	/^      do_encoding() const throw();$/;"	prototype	line:382	class:std::codecvt<char, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
do_always_noconv	/usr/include/c++/9/bits/codecvt.h	/^      do_always_noconv() const throw();$/;"	prototype	line:385	class:std::codecvt<char, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual bool 
do_length	/usr/include/c++/9/bits/codecvt.h	/^      do_length(state_type&, const extern_type* __from,$/;"	prototype	line:388	class:std::codecvt<char, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const	returns:virtual int 
do_max_length	/usr/include/c++/9/bits/codecvt.h	/^      do_max_length() const throw();$/;"	prototype	line:392	class:std::codecvt<char, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
codecvt<wchar_t, char, mbstate_t>	/usr/include/c++/9/bits/codecvt.h	/^  template<>     class codecvt<wchar_t, char, mbstate_t> $/;"	class	line:401	namespace:std	inherits:__codecvt_abstract_base<wchar_t,char,mbstate_t>
intern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef wchar_t			intern_type; $/;"	typedef	line:408	class:std::codecvt<wchar_t, char, mbstate_t>	access:public
extern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char			extern_type; $/;"	typedef	line:409	class:std::codecvt<wchar_t, char, mbstate_t>	access:public
state_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef mbstate_t			state_type; $/;"	typedef	line:410	class:std::codecvt<wchar_t, char, mbstate_t>	access:public
_M_c_locale_codecvt	/usr/include/c++/9/bits/codecvt.h	/^      __c_locale			_M_c_locale_codecvt;$/;"	member	line:413	class:std::codecvt<wchar_t, char, mbstate_t>	access:protected
id	/usr/include/c++/9/bits/codecvt.h	/^      static locale::id			id;$/;"	member	line:416	class:std::codecvt<wchar_t, char, mbstate_t>	access:public
codecvt	/usr/include/c++/9/bits/codecvt.h	/^      codecvt(size_t __refs = 0);$/;"	prototype	line:419	class:std::codecvt<wchar_t, char, mbstate_t>	access:public	signature:(size_t __refs = 0)	returns:explicit 
codecvt	/usr/include/c++/9/bits/codecvt.h	/^      codecvt(__c_locale __cloc, size_t __refs = 0);$/;"	prototype	line:422	class:std::codecvt<wchar_t, char, mbstate_t>	access:public	signature:(__c_locale __cloc, size_t __refs = 0)	returns:explicit 
~codecvt	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt();$/;"	prototype	line:426	class:std::codecvt<wchar_t, char, mbstate_t>	access:protected	implementation:virtual	signature:()	returns:virtual 
do_out	/usr/include/c++/9/bits/codecvt.h	/^      do_out(state_type& __state, const intern_type* __from,$/;"	prototype	line:429	class:std::codecvt<wchar_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_unshift	/usr/include/c++/9/bits/codecvt.h	/^      do_unshift(state_type& __state,$/;"	prototype	line:435	class:std::codecvt<wchar_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_in	/usr/include/c++/9/bits/codecvt.h	/^      do_in(state_type& __state,$/;"	prototype	line:440	class:std::codecvt<wchar_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const	returns:virtual result 
do_encoding	/usr/include/c++/9/bits/codecvt.h	/^      int do_encoding() const throw();$/;"	prototype	line:447	class:std::codecvt<wchar_t, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
do_always_noconv	/usr/include/c++/9/bits/codecvt.h	/^      bool do_always_noconv() const throw();$/;"	prototype	line:450	class:std::codecvt<wchar_t, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual bool 
do_length	/usr/include/c++/9/bits/codecvt.h	/^      int do_length(state_type&, const extern_type* __from,$/;"	prototype	line:453	class:std::codecvt<wchar_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const	returns:virtual int 
do_max_length	/usr/include/c++/9/bits/codecvt.h	/^      do_max_length() const throw();$/;"	prototype	line:457	class:std::codecvt<wchar_t, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
codecvt<char16_t, char, mbstate_t>	/usr/include/c++/9/bits/codecvt.h	/^  template<>     class codecvt<char16_t, char, mbstate_t> $/;"	class	line:467	namespace:std	inherits:__codecvt_abstract_base<char16_t,char,mbstate_t>
intern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char16_t			intern_type; $/;"	typedef	line:472	class:std::codecvt<char16_t, char, mbstate_t>	access:public
extern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char			extern_type; $/;"	typedef	line:473	class:std::codecvt<char16_t, char, mbstate_t>	access:public
state_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef mbstate_t			state_type; $/;"	typedef	line:474	class:std::codecvt<char16_t, char, mbstate_t>	access:public
id	/usr/include/c++/9/bits/codecvt.h	/^      static locale::id			id;$/;"	member	line:477	class:std::codecvt<char16_t, char, mbstate_t>	access:public
codecvt	/usr/include/c++/9/bits/codecvt.h	/^      codecvt(size_t __refs = 0)$/;"	function	line:480	class:std::codecvt<char16_t, char, mbstate_t>	access:public	signature:(size_t __refs = 0)	returns:explicit 
~codecvt	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt();$/;"	prototype	line:485	class:std::codecvt<char16_t, char, mbstate_t>	access:protected	implementation:virtual	signature:()	returns:virtual 
do_out	/usr/include/c++/9/bits/codecvt.h	/^      do_out(state_type& __state, const intern_type* __from,$/;"	prototype	line:488	class:std::codecvt<char16_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_unshift	/usr/include/c++/9/bits/codecvt.h	/^      do_unshift(state_type& __state,$/;"	prototype	line:494	class:std::codecvt<char16_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_in	/usr/include/c++/9/bits/codecvt.h	/^      do_in(state_type& __state,$/;"	prototype	line:499	class:std::codecvt<char16_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const	returns:virtual result 
do_encoding	/usr/include/c++/9/bits/codecvt.h	/^      int do_encoding() const throw();$/;"	prototype	line:506	class:std::codecvt<char16_t, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
do_always_noconv	/usr/include/c++/9/bits/codecvt.h	/^      bool do_always_noconv() const throw();$/;"	prototype	line:509	class:std::codecvt<char16_t, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual bool 
do_length	/usr/include/c++/9/bits/codecvt.h	/^      int do_length(state_type&, const extern_type* __from,$/;"	prototype	line:512	class:std::codecvt<char16_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const	returns:virtual int 
do_max_length	/usr/include/c++/9/bits/codecvt.h	/^      do_max_length() const throw();$/;"	prototype	line:516	class:std::codecvt<char16_t, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
codecvt<char32_t, char, mbstate_t>	/usr/include/c++/9/bits/codecvt.h	/^  template<>     class codecvt<char32_t, char, mbstate_t> $/;"	class	line:524	namespace:std	inherits:__codecvt_abstract_base<char32_t,char,mbstate_t>
intern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char32_t			intern_type; $/;"	typedef	line:529	class:std::codecvt<char32_t, char, mbstate_t>	access:public
extern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char			extern_type; $/;"	typedef	line:530	class:std::codecvt<char32_t, char, mbstate_t>	access:public
state_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef mbstate_t			state_type; $/;"	typedef	line:531	class:std::codecvt<char32_t, char, mbstate_t>	access:public
id	/usr/include/c++/9/bits/codecvt.h	/^      static locale::id			id;$/;"	member	line:534	class:std::codecvt<char32_t, char, mbstate_t>	access:public
codecvt	/usr/include/c++/9/bits/codecvt.h	/^      codecvt(size_t __refs = 0)$/;"	function	line:537	class:std::codecvt<char32_t, char, mbstate_t>	access:public	signature:(size_t __refs = 0)	returns:explicit 
~codecvt	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt();$/;"	prototype	line:542	class:std::codecvt<char32_t, char, mbstate_t>	access:protected	implementation:virtual	signature:()	returns:virtual 
do_out	/usr/include/c++/9/bits/codecvt.h	/^      do_out(state_type& __state, const intern_type* __from,$/;"	prototype	line:545	class:std::codecvt<char32_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_unshift	/usr/include/c++/9/bits/codecvt.h	/^      do_unshift(state_type& __state,$/;"	prototype	line:551	class:std::codecvt<char32_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_in	/usr/include/c++/9/bits/codecvt.h	/^      do_in(state_type& __state,$/;"	prototype	line:556	class:std::codecvt<char32_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const	returns:virtual result 
do_encoding	/usr/include/c++/9/bits/codecvt.h	/^      int do_encoding() const throw();$/;"	prototype	line:563	class:std::codecvt<char32_t, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
do_always_noconv	/usr/include/c++/9/bits/codecvt.h	/^      bool do_always_noconv() const throw();$/;"	prototype	line:566	class:std::codecvt<char32_t, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual bool 
do_length	/usr/include/c++/9/bits/codecvt.h	/^      int do_length(state_type&, const extern_type* __from,$/;"	prototype	line:569	class:std::codecvt<char32_t, char, mbstate_t>	access:protected	implementation:virtual	signature:(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const	returns:virtual int 
do_max_length	/usr/include/c++/9/bits/codecvt.h	/^      do_max_length() const throw();$/;"	prototype	line:573	class:std::codecvt<char32_t, char, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
codecvt<char16_t, char8_t, mbstate_t>	/usr/include/c++/9/bits/codecvt.h	/^  template<>     class codecvt<char16_t, char8_t, mbstate_t> $/;"	class	line:582	namespace:std	inherits:__codecvt_abstract_base<char16_t,char8_t,mbstate_t>
intern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char16_t			intern_type; $/;"	typedef	line:587	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:public
extern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char8_t			extern_type; $/;"	typedef	line:588	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:public
state_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef mbstate_t			state_type; $/;"	typedef	line:589	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:public
id	/usr/include/c++/9/bits/codecvt.h	/^      static locale::id			id;$/;"	member	line:592	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:public
codecvt	/usr/include/c++/9/bits/codecvt.h	/^      codecvt(size_t __refs = 0)$/;"	function	line:595	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:public	signature:(size_t __refs = 0)	returns:explicit 
~codecvt	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt();$/;"	prototype	line:600	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:()	returns:virtual 
do_out	/usr/include/c++/9/bits/codecvt.h	/^      do_out(state_type& __state, const intern_type* __from,$/;"	prototype	line:603	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_unshift	/usr/include/c++/9/bits/codecvt.h	/^      do_unshift(state_type& __state,$/;"	prototype	line:609	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_in	/usr/include/c++/9/bits/codecvt.h	/^      do_in(state_type& __state,$/;"	prototype	line:614	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const	returns:virtual result 
do_encoding	/usr/include/c++/9/bits/codecvt.h	/^      int do_encoding() const throw();$/;"	prototype	line:621	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
do_always_noconv	/usr/include/c++/9/bits/codecvt.h	/^      bool do_always_noconv() const throw();$/;"	prototype	line:624	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual bool 
do_length	/usr/include/c++/9/bits/codecvt.h	/^      int do_length(state_type&, const extern_type* __from,$/;"	prototype	line:627	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const	returns:virtual int 
do_max_length	/usr/include/c++/9/bits/codecvt.h	/^      do_max_length() const throw();$/;"	prototype	line:631	class:std::codecvt<char16_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
codecvt<char32_t, char8_t, mbstate_t>	/usr/include/c++/9/bits/codecvt.h	/^  template<>     class codecvt<char32_t, char8_t, mbstate_t> $/;"	class	line:639	namespace:std	inherits:__codecvt_abstract_base<char32_t,char8_t,mbstate_t>
intern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char32_t			intern_type; $/;"	typedef	line:644	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:public
extern_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef char8_t			extern_type; $/;"	typedef	line:645	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:public
state_type	/usr/include/c++/9/bits/codecvt.h	/^      typedef mbstate_t			state_type; $/;"	typedef	line:646	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:public
id	/usr/include/c++/9/bits/codecvt.h	/^      static locale::id			id;$/;"	member	line:649	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:public
codecvt	/usr/include/c++/9/bits/codecvt.h	/^      codecvt(size_t __refs = 0)$/;"	function	line:652	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:public	signature:(size_t __refs = 0)	returns:explicit 
~codecvt	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt();$/;"	prototype	line:657	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:()	returns:virtual 
do_out	/usr/include/c++/9/bits/codecvt.h	/^      do_out(state_type& __state, const intern_type* __from,$/;"	prototype	line:660	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const intern_type* __from, const intern_type* __from_end, const intern_type*& __from_next, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_unshift	/usr/include/c++/9/bits/codecvt.h	/^      do_unshift(state_type& __state,$/;"	prototype	line:666	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, extern_type* __to, extern_type* __to_end, extern_type*& __to_next) const	returns:virtual result 
do_in	/usr/include/c++/9/bits/codecvt.h	/^      do_in(state_type& __state,$/;"	prototype	line:671	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:(state_type& __state, const extern_type* __from, const extern_type* __from_end, const extern_type*& __from_next, intern_type* __to, intern_type* __to_end, intern_type*& __to_next) const	returns:virtual result 
do_encoding	/usr/include/c++/9/bits/codecvt.h	/^      int do_encoding() const throw();$/;"	prototype	line:678	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
do_always_noconv	/usr/include/c++/9/bits/codecvt.h	/^      bool do_always_noconv() const throw();$/;"	prototype	line:681	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual bool 
do_length	/usr/include/c++/9/bits/codecvt.h	/^      int do_length(state_type&, const extern_type* __from,$/;"	prototype	line:684	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:(state_type&, const extern_type* __from, const extern_type* __end, size_t __max) const	returns:virtual int 
do_max_length	/usr/include/c++/9/bits/codecvt.h	/^      do_max_length() const throw();$/;"	prototype	line:688	class:std::codecvt<char32_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:() const	returns:virtual int 
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^  template<typename _InternT, typename _ExternT, typename _StateT>     class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> $/;"	class	line:696	namespace:std	inherits:codecvt<_InternT,_ExternT,_StateT>
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      codecvt_byname(const char* __s, size_t __refs = 0)$/;"	function	line:700	class:std::codecvt_byname	access:public	signature:(const char* __s, size_t __refs = 0)	returns:explicit 
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      codecvt_byname(const string& __s, size_t __refs = 0)$/;"	function	line:713	class:std::codecvt_byname	access:public	signature:(const string& __s, size_t __refs = 0)	returns:explicit 
~codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt_byname() { }$/;"	function	line:719	class:std::codecvt_byname	access:protected	implementation:virtual	signature:()	returns:virtual 
codecvt_byname<char16_t, char, mbstate_t>	/usr/include/c++/9/bits/codecvt.h	/^  template<>     class codecvt_byname<char16_t, char, mbstate_t> $/;"	class	line:724	namespace:std	inherits:codecvt<char16_t,char,mbstate_t>
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      codecvt_byname(const char*, size_t __refs = 0)$/;"	function	line:729	class:std::codecvt_byname<char16_t, char, mbstate_t>	access:public	signature:(const char*, size_t __refs = 0)	returns:explicit 
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      codecvt_byname(const string& __s, size_t __refs = 0)$/;"	function	line:733	class:std::codecvt_byname<char16_t, char, mbstate_t>	access:public	signature:(const string& __s, size_t __refs = 0)	returns:explicit 
~codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt_byname() { }$/;"	function	line:738	class:std::codecvt_byname<char16_t, char, mbstate_t>	access:protected	implementation:virtual	signature:()	returns:virtual 
codecvt_byname<char32_t, char, mbstate_t>	/usr/include/c++/9/bits/codecvt.h	/^  template<>     class codecvt_byname<char32_t, char, mbstate_t> $/;"	class	line:742	namespace:std	inherits:codecvt<char32_t,char,mbstate_t>
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      codecvt_byname(const char*, size_t __refs = 0)$/;"	function	line:747	class:std::codecvt_byname<char32_t, char, mbstate_t>	access:public	signature:(const char*, size_t __refs = 0)	returns:explicit 
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      codecvt_byname(const string& __s, size_t __refs = 0)$/;"	function	line:751	class:std::codecvt_byname<char32_t, char, mbstate_t>	access:public	signature:(const string& __s, size_t __refs = 0)	returns:explicit 
~codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt_byname() { }$/;"	function	line:756	class:std::codecvt_byname<char32_t, char, mbstate_t>	access:protected	implementation:virtual	signature:()	returns:virtual 
codecvt_byname<char16_t, char8_t, mbstate_t>	/usr/include/c++/9/bits/codecvt.h	/^  template<>     class codecvt_byname<char16_t, char8_t, mbstate_t> $/;"	class	line:761	namespace:std	inherits:codecvt<char16_t,char8_t,mbstate_t>
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      codecvt_byname(const char* __s, size_t __refs = 0)$/;"	function	line:766	class:std::codecvt_byname<char16_t, char8_t, mbstate_t>	access:public	signature:(const char* __s, size_t __refs = 0)	returns:explicit 
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      codecvt_byname(const string& __s, size_t __refs = 0)$/;"	function	line:770	class:std::codecvt_byname<char16_t, char8_t, mbstate_t>	access:public	signature:(const string& __s, size_t __refs = 0)	returns:explicit 
~codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt_byname() { }$/;"	function	line:775	class:std::codecvt_byname<char16_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:()	returns:virtual 
codecvt_byname<char32_t, char8_t, mbstate_t>	/usr/include/c++/9/bits/codecvt.h	/^  template<>     class codecvt_byname<char32_t, char8_t, mbstate_t> $/;"	class	line:779	namespace:std	inherits:codecvt<char32_t,char8_t,mbstate_t>
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      codecvt_byname(const char* __s, size_t __refs = 0)$/;"	function	line:784	class:std::codecvt_byname<char32_t, char8_t, mbstate_t>	access:public	signature:(const char* __s, size_t __refs = 0)	returns:explicit 
codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      codecvt_byname(const string& __s, size_t __refs = 0)$/;"	function	line:788	class:std::codecvt_byname<char32_t, char8_t, mbstate_t>	access:public	signature:(const string& __s, size_t __refs = 0)	returns:explicit 
~codecvt_byname	/usr/include/c++/9/bits/codecvt.h	/^      ~codecvt_byname() { }$/;"	function	line:793	class:std::codecvt_byname<char32_t, char8_t, mbstate_t>	access:protected	implementation:virtual	signature:()	returns:virtual 
use_facet	/usr/include/c++/9/bits/codecvt.h	/^  extern template     const codecvt<char, char, mbstate_t>&     use_facet<codecvt<char, char, mbstate_t> >(const locale&); $/;"	prototype	line:806	namespace:std	signature:(const locale&)	returns:template const codecvt <char, char, mbstate_t> 
has_facet	/usr/include/c++/9/bits/codecvt.h	/^  extern template     bool     has_facet<codecvt<char, char, mbstate_t> >(const locale&); $/;"	prototype	line:810	namespace:std	signature:(const locale&)	returns:template bool 
use_facet	/usr/include/c++/9/bits/codecvt.h	/^  extern template     const codecvt<wchar_t, char, mbstate_t>&     use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&); $/;"	prototype	line:817	namespace:std	signature:(const locale&)	returns:template const codecvt <wchar_t, char, mbstate_t> 
has_facet	/usr/include/c++/9/bits/codecvt.h	/^  extern template     bool     has_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&); $/;"	prototype	line:821	namespace:std	signature:(const locale&)	returns:template bool 
