|
SDL
2.0
|
Data Fields | |
| UconvObject | uo_tocode |
| UconvObject | uo_fromcode |
| int | buf_len |
| UniChar * | buf |
| HMTX | hMtx |
Definition at line 50 of file os2iconv.c.
| UniChar* iuconv_obj::buf |
Definition at line 54 of file os2iconv.c.
Referenced by os2_iconv_open().
| int iuconv_obj::buf_len |
Definition at line 53 of file os2iconv.c.
Referenced by os2_iconv_open().
| HMTX iuconv_obj::hMtx |
Definition at line 56 of file os2iconv.c.
Referenced by os2_iconv_open().
| UconvObject iuconv_obj::uo_fromcode |
Definition at line 52 of file os2iconv.c.
Referenced by os2_iconv_open().
| UconvObject iuconv_obj::uo_tocode |
Definition at line 51 of file os2iconv.c.
Referenced by os2_iconv_open().