|
GDB (xrefs)
|
Public Attributes | |
| iconv_t | desc |
| const gdb_byte * | input |
| size_t | bytes |
| size_t | width |
| gdb_wchar_t * | out |
| size_t | out_size |
| size_t wchar_iterator::bytes |
Definition at line 583 of file charset.c.
Referenced by make_wchar_iterator(), and wchar_iterate().
| iconv_t wchar_iterator::desc |
Definition at line 578 of file charset.c.
Referenced by do_cleanup_iterator(), make_wchar_iterator(), and wchar_iterate().
Definition at line 581 of file charset.c.
Referenced by make_wchar_iterator(), and wchar_iterate().
| gdb_wchar_t* wchar_iterator::out |
Definition at line 589 of file charset.c.
Referenced by do_cleanup_iterator(), make_wchar_iterator(), and wchar_iterate().
| size_t wchar_iterator::out_size |
Definition at line 590 of file charset.c.
Referenced by make_wchar_iterator(), and wchar_iterate().
| size_t wchar_iterator::width |
Definition at line 586 of file charset.c.
Referenced by make_wchar_iterator(), and wchar_iterate().
1.8.10